| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_test_main.cc | 16 const char *argv0; variable 19 argv0 = argv[0];
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| step-over-exec.c | 32 static char *argv0; variable 38 char *execd_path = (char *) malloc (strlen (argv0) + sizeof ("-execd")); 39 sprintf (execd_path, "%s-execd", argv0); 69 argv0 = argv[0];
|
| next-fork-exec-other-thread.c | 29 static char *argv0; variable 35 char *args[] = {argv0, "self-call", NULL }; 76 argv0 = argv[0];
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| next-fork-exec-other-thread.c | 29 static char *argv0; variable 35 char *args[] = {argv0, "self-call", NULL }; 76 argv0 = argv[0];
|
| step-over-exec.c | 32 static char *argv0; variable 38 char *execd_path = (char *) malloc (strlen (argv0) + sizeof ("-execd")); 39 sprintf (execd_path, "%s-execd", argv0); 69 argv0 = argv[0];
|
| /src/sys/arch/hpcmips/stand/lcboot/ |
| start.S | 458 la a1, argv0 /* a1: argv */ 476 argv0: label
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| tsan_test.cc | 48 const char *argv0; variable 64 argv0 = argv[0];
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/ |
| gmock.cc | 207 char* argv0 = const_cast<char*>(arg0); local 208 char** argv = &argv0;
|
| /src/usr.bin/passwd/ |
| passwd.c | 61 const char *argv0; member in struct:pw_module_s 94 if (pwm->argv0 == NULL && pwm->pw_usage != NULL) 130 if (pwm->argv0 != NULL && 131 strcmp(pwm->argv0, getprogname()) == 0) 137 if (pwm->argv0 == NULL && pwm->dbname == NULL && 200 const char *argv0; member in struct:pw_module_s 263 if (pw_modules[i].argv0) { 271 if ((strcmp(getprogname(), pw_modules[i].argv0) == 0) &&
|
| /src/external/bsd/tmux/dist/ |
| spawn.c | 213 char **argv, *cp, **argvp, *argv0, *cwd, *new_cwd; local 456 xasprintf(&argv0, "%s", cp + 1); 458 xasprintf(&argv0, "%s", new_wp->shell); 459 execl(new_wp->shell, argv0, "-c", tmp, (char *)NULL); 463 xasprintf(&argv0, "-%s", cp + 1); 465 xasprintf(&argv0, "-%s", new_wp->shell); 466 execl(new_wp->shell, argv0, (char *)NULL);
|
| job.c | 84 char **argvp, tty[TTY_NAME_MAX], *argv0; local 107 argv0 = shell_argv0(shell, 0); 185 execl(shell, argv0, "-c", cmd, (char *)NULL); 196 free(argv0); 237 free(argv0);
|
| tmux.c | 242 char *argv0; local 250 xasprintf(&argv0, "-%s", name); 252 xasprintf(&argv0, "%s", name); 253 return (argv0);
|
| client.c | 501 char *argv0; local 504 argv0 = shell_argv0(shell, !!(client_flags & CLIENT_LOGIN)); 514 execl(shell, argv0, "-c", shellcmd, (char *) NULL);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| collect-utils.cc | 162 char *argv0 = argv[0]; 193 response_argv[0] = argv0; 160 char *argv0 = argv[0]; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| collect-utils.cc | 162 char *argv0 = argv[0]; 193 response_argv[0] = argv0; 160 char *argv0 = argv[0]; local
|
| /src/bin/pax/ |
| pax.c | 110 const char *argv0; /* root of argv[0] */ variable
|
| /src/sys/arch/hpcmips/stand/romboot/ |
| romboot.S | 111 la t0, argv0 122 argv0: .asciiz "netbsd" label
|
| /src/external/apache2/llvm/dist/llvm/tools/llc/ |
| llc.cpp | 397 static bool addPass(PassManagerBase &PM, const char *argv0, 405 WithColor::error(errs(), argv0) 414 WithColor::error(errs(), argv0) 627 const char *argv0 = argv[0]; local 653 if (addPass(PM, argv0, RunPassName, TPC))
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| mapper-client.cc | 102 std::string argv0; local 103 argv0.reserve (dir_len + name.size ()); 104 argv0.append (full_program_name, dir_len).append (name); 105 name = std::move (argv0);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| mapper-client.cc | 100 std::string argv0; local 101 argv0.reserve (dir_len + name.size ()); 102 argv0.append (full_program_name, dir_len).append (name); 103 name = std::move (argv0);
|
| /src/crypto/external/bsd/openssh/dist/ |
| log.c | 62 static const char *argv0; variable 192 argv0 = av0; 253 if (argv0 == NULL) 321 const char *progname = argv0 != NULL ? argv0 : __progname; 438 argv0 == NULL ? "UNKNOWN" : argv0, (long)getpid());
|
| /src/external/bsd/nsd/dist/ |
| nsd.c | 876 char* argv0 = (argv0 = strrchr(argv[0], '/')) ? argv0 + 1 : argv[0]; local 878 log_init(argv0); 1412 log_msg(LOG_NOTICE, "%s starting (%s)", argv0, PACKAGE_STRING); 1432 argv0, (unsigned) oldpid); 1497 "not be started", argv0); 1739 "not be started", argv0); 1747 argv0, PACKAGE_STRING, (int) nsd.pid);
|
| /src/bin/test/ |
| test.c | 235 const char *argv0; local 238 argv0 = argv[0]; 242 argv0 = getprogname(); 244 if (strcmp(argv0, "[") == 0) {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_fuchsia.cc | 471 const char *argv0 = "<UNKNOWN>"; local 473 argv0 = StoredArgv[0]; 475 internal_strncpy(buf, argv0, buf_len);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| saslauthz.c | 1264 char *argv0 = NULL; local 1268 argv0 = argv[0]; 1269 argv[0] = &argv0[ STRLENOF( "authid-" ) ]; 1279 if ( argv0 ) 1280 argv[0] = argv0;
|