Home
last modified time | relevance | path

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

/third_party/zlib/test/
H A Dminigzip.c543 char *bname, outmode[20]; in main() local
552 bname = strrchr(argv[0], '/'); in main()
553 if (bname) in main()
555 bname++; in main()
559 bname = argv[0]; in main()
563 if (!strcmp(bname, "gunzip")) in main()
567 else if (!strcmp(bname, "zcat")) in main()
/third_party/pulseaudio/src/tests/
H A Dconnect-stress.c56 static char *bname; variable
205 _connect(bname, &i); in START_TEST()
221 bname = argv[0]; in main()
H A Dextended-test.c43 static const char *bname; variable
175 context = pa_context_new(mainloop_api, bname); in START_TEST()
208 bname = argv[0]; in main()
H A Dsync-playback.c43 static const char *bname = NULL; variable
172 context = pa_context_new(mainloop_api, bname); in START_TEST()
205 bname = argv[0]; in main()
H A Dinterpol-test.c46 static const char *bname = NULL; variable
165 context = pa_context_new(mainloop_api, bname); in START_TEST()
278 bname = argv[0]; in main()
H A Dpassthrough-test.c52 static const char *bname = NULL; variable
134 context = pa_context_new(mainloop_api, bname); in passthrough_setup()
330 bname = argv[0]; in main()
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_msdos.c249 const char *bname; in mkfs_msdos() local
427 bname = NULL; in mkfs_msdos()
430 bname = o.bootstrap; in mkfs_msdos()
431 if (!strchr(bname, '/')) { in mkfs_msdos()
432 snprintf(buf, sizeof(buf), "/boot/%s", bname); in mkfs_msdos()
433 bname = buf; in mkfs_msdos()
435 if ((fd1 = open(bname, O_RDONLY)) == -1 || fstat(fd1, &sb)) { in mkfs_msdos()
436 warn("%s", bname); in mkfs_msdos()
442 warnx("%s: inappropriate file type or format", bname); in mkfs_msdos()
655 warn("%s", bname); in mkfs_msdos()
[all...]
/third_party/ltp/testcases/kernel/fs/fs_perms/
H A Dfs_perms.c157 static void print_usage(const char *bname) in print_usage() argument
163 printf("Usage: %s %s\n", bname, usage); in print_usage()
/third_party/python/Lib/
H A Dtrace.py562 bname = os.path.basename(filename)
563 print("%s(%d): %s" % (bname, lineno,
575 bname = os.path.basename(filename)
576 print("%s(%d): %s" % (bname, lineno,
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dinst_bindless_check_test.cpp3204 // layout(binding=3) buffer bname { float b; } storageBuffer[];
3225 OpName %bname "bname"
3226 OpMemberName %bname 0 "a"
3230 OpMemberDecorate %bname 0 Offset 0
3231 OpDecorate %bname Block
3244 %bname = OpTypeStruct %float
3245 %_runtimearr_bname = OpTypeRuntimeArray %bname
3270 OpName %bname "bname"
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dinst_bindless_check_test.cpp3204 // layout(binding=3) buffer bname { float b; } storageBuffer[];
3225 OpName %bname "bname"
3226 OpMemberName %bname 0 "a"
3230 OpMemberDecorate %bname 0 Offset 0
3231 OpDecorate %bname Block
3244 %bname = OpTypeStruct %float
3245 %_runtimearr_bname = OpTypeRuntimeArray %bname
3270 OpName %bname "bname"
[all...]
/third_party/elfutils/src/
H A Dar.c1245 const char *bname = basename (argv[cnt]); in do_oper_insert() local
1246 size_t bnamelen = strlen (bname); in do_oper_insert()
1252 remember_long_name (found[cnt], bname, bnamelen); in do_oper_insert()
1299 found[cnt]->name = bname; in do_oper_insert()
1311 remember_long_name (found[cnt], bname, bnamelen); in do_oper_insert()
/third_party/spirv-tools/test/opt/
H A Dinst_bindless_check_test.cpp1736 // layout(set = 7, binding=3) buffer bname { float b; } storageBuffer[];
1760 OpName %bname "bname"
1761 OpMemberName %bname 0 "a"
1765 OpMemberDecorate %bname 0 Offset 0
1766 OpDecorate %bname Block
1781 %bname = OpTypeStruct %float
1782 %_runtimearr_bname = OpTypeRuntimeArray %bname
1854 OpName %bname "bname"
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_file.c351 int *line, char *bname) in wpa_config_process_blob()
356 name_end = os_strchr(bname, '='); in wpa_config_process_blob()
364 blob = wpa_config_read_blob(f, line, bname); in wpa_config_process_blob()
367 *line, bname); in wpa_config_process_blob()
350 wpa_config_process_blob(struct wpa_config *config, FILE *f, int *line, char *bname) wpa_config_process_blob() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_file.c305 int *line, char *bname) in wpa_config_process_blob()
310 name_end = os_strchr(bname, '='); in wpa_config_process_blob()
318 blob = wpa_config_read_blob(f, line, bname); in wpa_config_process_blob()
321 *line, bname); in wpa_config_process_blob()
304 wpa_config_process_blob(struct wpa_config *config, FILE *f, int *line, char *bname) wpa_config_process_blob() argument
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp3098 UString bname = GetUnicodeString(name);
3100 bname.MakeLower_Ascii();
3101 return DoesWildcardMatchName(wildc, bname);

Completed in 32 milliseconds