HomeSort by: relevance | last modified time | path
    Searched refs:argv0 (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_test_main.cc 16 const char *argv0; variable in typeref:typename:const char *
19 argv0 = argv[0];
sanitizer_nolibc_test.cc 21 extern const char *argv0;
25 std::string NolibcTestPath = argv0;
sanitizer_procmaps_test.cc 21 extern const char *argv0;
36 const char *last_slash = strrchr(argv0, '/');
37 const char *binary_name = last_slash ? last_slash + 1 : argv0;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test.cc 48 const char *argv0; variable in typeref:typename:const char *
64 argv0 = argv[0];
  /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/bin/pax/
tty_subs.c 163 (void)fprintf(stderr, "%s: ", argv0);
190 (void)fprintf(stderr, "%s: ", argv0);
options.c 236 if ((argv0 = strrchr(argv[0], '/')) != NULL)
237 argv0++;
239 argv0 = argv[0];
241 if (strstr(argv0, NM_TAR)) {
242 argv0 = NM_TAR;
245 } else if (strstr(argv0, NM_CPIO)) {
246 argv0 = NM_CPIO;
250 argv0 = NM_PAX;
1873 (void)fprintf(stderr,"%s: Invalid combination of options:", argv0);
1931 if (strcmp(NM_TAR, argv0) == 0
    [all...]
ar_io.c 392 argv0);
458 if (frmt && strcmp(NM_CPIO, argv0) == 0) {
570 rdblksz, argv0);
1442 argv0);
1471 argv0);
1479 tty_prnt("Quitting %s!\n", argv0);
1525 tty_prnt("Input archive name or \".\" to quit %s.\n", argv0);
1531 tty_prnt("Quitting %s!\n", argv0);
1664 (void)fprintf(outf, "%s: %s", argv0, buf);
1692 (void)fprintf(outf, "%s: %s", argv0, buf)
    [all...]
extern.h 260 extern const char *argv0;
pax.c 110 const char *argv0; /* root of argv[0] */ variable in typeref:typename:const char *
file_subs.c 493 if (strcmp(NM_TAR, argv0) == 0 && Lflag) {
603 if (arcn->type == PAX_DIR && strcmp(NM_CPIO, argv0) != 0) {
ftree.c 729 if (strcmp(NM_CPIO, argv0) == 0) {
ar_subs.c 813 "%s: Reading archive to position at the end...", argv0);
pat_rep.c 761 tty_prnt("\nATTENTION: %s interactive file rename operation.\n", argv0);
  /src/usr.sbin/autofs/
popen.c 80 auto_popen(const char *argv0, ...)
100 argv[0] = checked_strdup(argv0);
103 va_start(ap, argv0);
  /src/share/examples/rump/virtual_ip_router/
rumprouter.c 178 usage(const char *argv0)
180 printf("Usage: %s if1 if2 [route]\n", argv0);
  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 111 la t0, argv0
122 argv0: .asciiz "netbsd" label
  /src/bin/test/
test.c 235 const char *argv0; local in function:testcmd
238 argv0 = argv[0];
242 argv0 = getprogname();
244 if (strcmp(argv0, "[") == 0) {
  /src/sys/arch/hpcmips/stand/lcboot/
start.S 458 la a1, argv0 /* a1: argv */
476 argv0: label
  /src/usr.bin/make/
main.c 702 FStr argv0 = Var_Value(SCOPE_GLOBAL, ".MAKE"); local in function:Main_ParseArgLine
703 buf = str_concat3(argv0.str, " ", p);
704 FStr_Done(&argv0);
1114 InitVarMake(const char *argv0)
1116 const char *make = argv0;
1119 if (argv0[0] != '/' && strchr(argv0, '/') != NULL) {
1120 const char *abspath = cached_realpath(argv0, pathbuf);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_fuchsia.cc 471 const char *argv0 = "<UNKNOWN>"; local in function:__sanitizer::ReadBinaryName
473 argv0 = StoredArgv[0];
475 internal_strncpy(buf, argv0, buf_len);

Completed in 25 milliseconds