/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | Main.h | 25 int TableGenMain(char *argv0, TableGenMainFn *MainFn);
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | conmakehash.c | 24 static void usage(char *argv0) in usage() argument 27 " %s chartable [hashsize] [hashstep] [maxhashlevel]\n", argv0); in usage()
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | conmakehash.c | 24 static void usage(char *argv0) in usage() argument 27 " %s chartable [hashsize] [hashstep] [maxhashlevel]\n", argv0); in usage()
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
H A D | sendto01.c | 231 static char *argv0; variable 261 if (self_exec(argv0, "d", sfd) < 0) in start_server() 327 argv0 = av[0]; in main()
|
/third_party/ltp/testcases/kernel/syscalls/recvfrom/ |
H A D | recvfrom01.c | 130 static char *argv0; variable 140 argv0 = argv[0]; in main() 275 if (self_exec(argv0, "d", sfd) < 0) { in start_server()
|
/third_party/python/Python/ |
H A D | pathconfig.c | 403 wchar_t *argv0 = argv->items[0]; in _PyPathConfig_ComputeSysPath0() local 404 int have_module_arg = (wcscmp(argv0, L"-m") == 0); in _PyPathConfig_ComputeSysPath0() 405 int have_script_arg = (!have_module_arg && (wcscmp(argv0, L"-c") != 0)); in _PyPathConfig_ComputeSysPath0() 407 wchar_t *path0 = argv0; in _PyPathConfig_ComputeSysPath0()
|
/third_party/mesa3d/src/imagination/rogue/tools/ |
H A D | offline_compiler.c | 76 static void usage(const char *argv0) in usage() argument 80 printf("Usage: %s -s <stage> -f <file> [-e <entry>] [-o <file>] [-c] [-r] [-n] [-h]\n", argv0); in usage()
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | opt.h | 358 char *opt_progname(const char *argv0); 359 char *opt_appname(const char *argv0);
|
/third_party/openssl/apps/include/ |
H A D | opt.h | 358 char *opt_progname(const char *argv0); 359 char *opt_appname(const char *argv0);
|
/third_party/pulseaudio/src/utils/ |
H A D | pasuspender.c | 226 static void help(const char *argv0) { in help() argument 233 argv0); in help()
|
/third_party/libsnd/programs/ |
H A D | common.h | 78 const char * program_name (const char * argv0) ;
|
H A D | sndfile-convert.c | 107 report_format_error_exit (const char * argv0, SF_INFO * sfinfo) in report_format_error_exit() argument 129 sfe_container_name (sfinfo->format), sfe_codec_name (sfinfo->format), program_name (argv0)) ; in report_format_error_exit()
|
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 58 static const char *argv0; variable 603 /* checking NULL for argv/argv0, environ and _auxv is not enough, let's compare with sbrk(0) or &end */ in run_startup() 623 CASE_TEST(argv0_addr); EXPECT_PTRGT(1, argv0, brk); break; in run_startup() 624 CASE_TEST(argv0_str); EXPECT_STRNZ(1, argv0 > brk ? argv0 : NULL); break; in run_startup() 625 CASE_TEST(argv0_len); EXPECT_GE(1, argv0 > brk ? strlen(argv0) : 0, 1); break; in run_startup() 723 if (stat("/proc/self/", &st) && stat(argv0, &st) && stat("/", &st)) in test_stat_timestamps() 748 argv0, in test_mmap_munmap() 866 CASE_TEST(chmod_argv0); EXPECT_SYSZR(1, chmod(argv0, 055 in run_syscall() [all...] |
/third_party/python/Lib/test/ |
H A D | test_pydoc.py | 1559 self.argv0 = os.path.join(tmpdir.name, "nonexistent") 1564 def _get_revised_path(self, given_path, argv0=None): 1567 if argv0 is None: 1568 argv0 = self.argv0 1569 return pydoc._get_revised_path(given_path, argv0) 1594 return self._get_revised_path(given_path, argv0=pydoc.__file__)
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl14.c | 551 static char *argv0; variable 749 if (self_exec(argv0, "nd", 1, parent) < 0) { in dochild() 833 if (self_exec(argv0, "nddddddddd", 2, thiscase->c_type, in run_test() 947 argv0 = av[0]; in main() 1084 if (self_exec(argv0, "nddddddddd", 2, thiscase->c_type, in main()
|
H A D | fcntl16.c | 283 static char *argv0; variable 502 if (self_exec(argv0, "ddddd", i, parent, in run_test() 660 argv0 = av[0]; in main()
|
/third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
H A D | sendmsg01.c | 362 static char *argv0; variable 372 argv0 = argv[0]; in main() 463 if (self_exec(argv0, "dd", sfd, ufd) < 0) in start_server()
|
/third_party/ltp/include/old/ |
H A D | test.h | 189 int self_exec(const char *argv0, const char *fmt, ...);
|
/third_party/musl/libc-test/src/common/ |
H A D | test.h | 29 char *t_pathrel(char *buf, size_t n, char *argv0, char *p);
|
/third_party/node/src/ |
H A D | node_errors.cc | 473 std::string argv0; in ReportFatalException() local 474 if (!env->argv().empty()) argv0 = env->argv()[0]; in ReportFatalException() 475 if (argv0.empty()) argv0 = "node"; in ReportFatalException() 479 fs::Basename(argv0, ".exe")); in ReportFatalException()
|
/third_party/nghttp2/src/ |
H A D | util.cc | 828 auto argv0 = argv[0]; in get_exec_path() local 829 auto len = strlen(argv0); in get_exec_path() 833 if (argv0[0] == '/') { in get_exec_path() 838 memcpy(path, argv0, len + 1); in get_exec_path() 847 memcpy(path + cwdlen + 1, argv0, len + 1); in get_exec_path()
|
/third_party/node/test/parallel/ |
H A D | test-inspector-contexts.js | 36 let expects = `${process.argv0}[${process.pid}]`;
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | common.c | 2003 char *argv0 = NULL; in tomoyo_add_entry() local 2017 argv0 = strstr(header, " argv[]={ \""); in tomoyo_add_entry() 2018 if (argv0) { in tomoyo_add_entry() 2019 argv0 += 10; in tomoyo_add_entry() 2020 len += tomoyo_truncate(argv0) + 14; in tomoyo_add_entry() 2037 if (argv0) in tomoyo_add_entry() 2038 tomoyo_addprintf(buffer, len, " exec.argv[0]=%s", argv0); in tomoyo_add_entry()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | common.c | 1995 char *argv0 = NULL; in tomoyo_add_entry() local 2009 argv0 = strstr(header, " argv[]={ \""); in tomoyo_add_entry() 2010 if (argv0) { in tomoyo_add_entry() 2011 argv0 += 10; in tomoyo_add_entry() 2012 len += tomoyo_truncate(argv0) + 14; in tomoyo_add_entry() 2029 if (argv0) in tomoyo_add_entry() 2030 tomoyo_addprintf(buffer, len, " exec.argv[0]=%s", argv0); in tomoyo_add_entry()
|
/third_party/python/PC/ |
H A D | launcher.c | 1723 wchar_t * argv0; in process() local 1780 argv0 = get_process_name(); in process() 1781 size = GetFileVersionInfoSizeW(argv0, &size); in process() 1789 valid = GetFileVersionInfoW(argv0, 0, size, in process() 1809 venv_cfg_path = wcsdup_pad(argv0, 32, &newlen); in process() 1838 if (wcscpy_s(launcher_ini_path, MAX_PATH, argv0)) { in process() 1958 if (!SetEnvironmentVariableW(L"__PYVENV_LAUNCHER__", argv0)) { in process()
|