Searched refs:bname (Results 1 - 11 of 11) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dperf-record.c53 char *bname, *mmap_filename; local
246 bname = strrchr(mmap_filename, '/');
247 if (bname != NULL) {
249 found_cmd_mmap = !strcmp(bname + 1, cmd);
251 found_libc_mmap = !strncmp(bname + 1, "libc", 4);
253 found_ld_mmap = !strncmp(bname + 1, "ld", 2);
/external/zlib/src/test/
H A Dminigzip.c563 char *bname, outmode[20]; local
572 bname = strrchr(argv[0], '/');
573 if (bname)
574 bname++;
576 bname = argv[0];
579 if (!strcmp(bname, "gunzip"))
581 else if (!strcmp(bname, "zcat"))
/external/yaffs2/yaffs2/direct/
H A Ddtest.c963 char bname[100]; local
973 sprintf(bname,"%s%s",path,"/b");
979 b = yaffs_open(bname, O_CREAT | O_TRUNC | O_RDWR, S_IREAD | S_IWRITE);
981 printf(" %s %d %s %d\n",aname,a,bname,b);
1027 char bname[100]; local
1037 sprintf(bname,"%s%s",path,"/b");
1043 b = yaffs_open(bname, O_CREAT | O_TRUNC | O_RDWR, S_IREAD | S_IWRITE);
1045 printf(" %s %d %s %d\n",aname,a,bname,b);
1100 char bname[100]; local
1110 sprintf(bname,"
[all...]
/external/chromium_org/third_party/libxslt/win32/
H A Dconfigure.js288 /* Creates the readme file for the binary distribution of 'bname', for the
291 function genReadme(bname, ver, file)
296 f.WriteLine(" " + bname + " " + ver);
299 f.WriteLine(" This is " + bname + ", version " + ver + ", binary package for the native Win32/IA32");
304 f.WriteLine("make sure that your tools which use " + bname + " can find it.");
309 f.WriteLine(" If you want to make programmes in C which use " + bname + ", you'll");
/external/yaffs2/yaffs2/utils/
H A Dmkyaffsimage.c124 __u8 *bname = (__u8 *)name; local
126 while (*bname)
128 sum += (*bname) * i;
130 bname++;
/external/chromium_org/third_party/libxml/src/win32/
H A Dconfigure.js399 /* Creates the readme file for the binary distribution of 'bname', for the
402 function genReadme(bname, ver, file)
407 f.WriteLine(" " + bname + " " + ver);
410 f.WriteLine(" This is " + bname + ", version " + ver + ", binary package for the native Win32/IA32");
415 f.WriteLine("make sure that your tools which use " + bname + " can find it.");
420 f.WriteLine(" If you want to make programmes in C which use " + bname + ", you'll");
/external/dnsmasq/src/
H A Dcache.c193 crecp->name.bname->next = big_free;
194 big_free = crecp->name.bname;
228 return crecp->name.bname->name;
451 new->name.bname = big_name;
890 cache->name.bname->next = big_free;
891 big_free = cache->name.bname;
H A Ddnsmasq.h274 union bigname *bname; member in union:crec::__anon20431
/external/elfutils/0.153/src/
H A Dar.c1255 const char *bname = basename (argv[cnt]); local
1256 size_t bnamelen = strlen (bname);
1262 remember_long_name (found[cnt], bname, bnamelen);
1309 found[cnt]->name = bname;
1321 remember_long_name (found[cnt], bname, bnamelen);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_file.c328 int *line, char *bname)
333 name_end = os_strchr(bname, '=');
341 blob = wpa_config_read_blob(f, line, bname);
344 *line, bname);
327 wpa_config_process_blob(struct wpa_config *config, FILE *f, int *line, char *bname) argument
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c557 YUCHAR *bname = (YUCHAR *) name; local
558 if (bname) {
559 while ((*bname) && (i <= YAFFS_MAX_NAME_LENGTH)) {
562 sum += yaffs_toupper(*bname) * i;
564 sum += (*bname) * i;
567 bname++;

Completed in 3311 milliseconds