| /src/usr.bin/msgc/ |
| defs.h | 61 EXTERN char *prog_name; variable
|
| /src/usr.bin/menuc/ |
| defs.h | 61 EXTERN char *prog_name; variable
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Application.h | 67 char *get_name () { return prog_name; } 92 char *prog_name; member in class:Application
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Application.h | 67 char *get_name () { return prog_name; } 92 char *prog_name; member in class:Application
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| sancov.py | 14 prog_name = "" variable 19 " " + prog_name + " merge FILE [FILE...] > OUTPUT\n" \ 20 " " + prog_name + " print FILE [FILE...]\n" \ 21 " " + prog_name + " unpack FILE [FILE...]\n" \ 22 " " + prog_name + " rawunpack FILE [FILE ...]\n" \ 23 " " + prog_name + " missing BINARY < LIST_OF_PCS\n" \ 76 "%s: read %d %d-bit PCs from %s\n" % (prog_name, w, bits, path)) 84 "%s: %d files merged; %d PCs total\n" % (prog_name, len(files), len(s)) 93 sys.stderr.write("%s: 1 file merged; %d PCs total\n" % (prog_name, len(s))) 112 sys.stderr.write("%s: unpacking %s\n" % (prog_name, path) 226 prog_name = sys.argv[0] variable [all...] |
| /src/external/mpl/bind/dist/bin/check/ |
| named-checkzone.c | 53 static const char *prog_name = NULL; variable 82 prog_name, 124 prog_name = strrchr(argv[0], '/'); 125 if (prog_name == NULL) { 126 prog_name = strrchr(argv[0], '\\'); 128 if (prog_name != NULL) { 129 prog_name++; 131 prog_name = argv[0]; 137 if (strncmp(prog_name, "lt-", 3) == 0) { 138 prog_name += 3 [all...] |
| /src/external/mit/isl/dist/ |
| isl_arg.c | 682 static const char *prog_name(const char *prog) function 721 printf("Usage: %s [OPTION...]", prog_name(prog)); 1286 prog_name(argv[0]), argv[1 + skip]); 1299 prog_name(argv[0]), argv[1 + skip]); 1307 prog_name(argv[0]), n);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dllwrap.c | 99 static char *prog_name; variable 137 if (prog_name != NULL) 138 fprintf (stderr, "%s: ", prog_name); 172 /* Look for the program formed by concatenating PROG_NAME and the 219 PROG_NAME is the basic name of the program we want to run, 253 for (cp = prog_name; *cp != '\0'; ++cp) 273 PROG_NAME directory, with the same prefix as PROG_NAME. */ 274 cmd = look_for_prog (name, prog_name, dash - prog_name + 1) [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dllwrap.c | 99 static char *prog_name; variable 137 if (prog_name != NULL) 138 fprintf (stderr, "%s: ", prog_name); 172 /* Look for the program formed by concatenating PROG_NAME and the 219 PROG_NAME is the basic name of the program we want to run, 253 for (cp = prog_name; *cp != '\0'; ++cp) 273 PROG_NAME directory, with the same prefix as PROG_NAME. */ 274 cmd = look_for_prog (name, prog_name, dash - prog_name + 1) [all...] |
| /src/external/bsd/unbound/dist/testcode/ |
| testpkts.c | 40 static const char* prog_name = "testpkts"; variable 55 fprintf(stderr, "%s error: ", prog_name); 720 verbose(1, "%s: Read %d entries\n", prog_name, entry_num);
|