HomeSort by: relevance | last modified time | path
    Searched defs:program_name (Results 1 - 25 of 91) sorted by relevancy

1 2 3 4

  /src/external/gpl2/groff/dist/src/include/
error.h 58 extern "C" const char *program_name; variable
  /src/external/gpl2/groff/dist/src/libs/libgroff/
progname.c 3 const char *program_name = 0; variable
assert.cpp 26 extern "C" const char *program_name; variable
30 if (program_name != 0)
31 fprintf(stderr, "%s: ", program_name);
new.cpp 31 extern "C" const char *program_name; variable
49 if (program_name) {
50 ewrite(program_name);
  /src/external/gpl2/xcvs/dist/lib/
progname.c 1 /* Declare program_name for support functions compiled with the getdate.y test
27 char *program_name = "getdate"; variable
dirname.c 102 char *program_name; variable
109 program_name = argv[0];
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
threads-after-exec.c 23 static char *program_name; variable
30 if (execl (program_name, program_name, "1", NULL) == -1)
50 program_name = argv[0];
vfork-follow-child-exec.c 24 static char *program_name; variable
39 execl (program_name, program_name, "1", NULL);
61 program_name = argv[0];
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
threads-after-exec.c 23 static char *program_name; variable
30 if (execl (program_name, program_name, "1", NULL) == -1)
50 program_name = argv[0];
vfork-follow-child-exec.c 24 static char *program_name; variable
39 execl (program_name, program_name, "1", NULL);
61 program_name = argv[0];
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
progname.c 31 const char *program_name = NULL; variable
33 /* Set program_name, based on argv[0]. */
49 program_name = argv0;
error.c 63 # define program_name program_invocation_name macro
95 /* The calling program should define program_name and set it to the
97 extern char *program_name;
248 __fxprintf (NULL, "%s: ", program_name);
250 fprintf (stderr, "%s: ", program_name);
308 __fxprintf (NULL, "%s:", program_name);
310 fprintf (stderr, "%s:", program_name);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
progname.c 31 const char *program_name = NULL; variable
33 /* Set program_name, based on argv[0]. */
49 program_name = argv0;
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
progname.c 31 const char *program_name = NULL; variable
33 /* Set program_name, based on argv[0]. */
49 program_name = argv0;
  /src/external/bsd/pdisk/dist/
errors.c 63 char *program_name; variable
83 if ((program_name = strrchr(argv[0], '/')) != (char *)NULL) {
84 program_name++;
86 program_name = argv[0];
89 program_name = "pdisk";
97 printf("\t%s [-h|--help]\n", program_name);
98 printf("\t%s [-v|--version]\n", program_name);
100 printf("\t%s [-l|--list [name]] [...]\n", program_name);
102 printf("\t%s [-l|--list] name [...]\n", program_name);
104 printf("\t%s [-r|--readonly] name ...\n", program_name);
    [all...]
  /src/sys/arch/atari/stand/tostools/libtos/
error.c 40 const char *program_name; variable
52 program_name = p ? ++p : arg0;
80 extern const char *program_name;
82 eprintf("%s: ", program_name);
  /src/external/bsd/libpcap/dist/testprogs/
can_set_rfmon_test.c 39 static const char *program_name; variable
53 program_name = cp + 1;
55 program_name = argv[0];
58 fprintf(stderr, "Usage: %s <device>\n", program_name);
84 (void)fprintf(stderr, "%s: ", program_name);
nonblocktest.c 46 static char *program_name = "nonblocktest"; variable
58 (void)fprintf(stderr, "%s: ", program_name);
77 (void)fprintf(stderr, "%s: WARNING: ", program_name);
92 program_name);
opentest.c 50 static char *program_name; variable
75 program_name = cp + 1;
77 program_name = argv[0];
205 program_name);
215 (void)fprintf(stderr, "%s: ", program_name);
234 (void)fprintf(stderr, "%s: WARNING: ", program_name);
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
demangler-fuzzer.c 30 static char *program_name; variable
37 fprintf (fp, "Usage: %s [OPTION]...\n", program_name);
58 program_name = argv[0];
88 printf ("%s: seed = %d\n", program_name, seed);
106 printf ("%s: successfully demangled %d symbols\n", program_name, count);
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
demangler-fuzzer.c 30 static char *program_name; variable
37 fprintf (fp, "Usage: %s [OPTION]...\n", program_name);
58 program_name = argv[0];
88 printf ("%s: seed = %d\n", program_name, seed);
106 printf ("%s: successfully demangled %d symbols\n", program_name, count);
  /src/external/gpl2/grep/dist/lib/
error.c 83 # define program_name program_invocation_name macro
98 /* The calling program should define program_name and set it to the
100 extern char *program_name;
152 fprintf (stderr, "%s: ", program_name);
232 fprintf (stderr, "%s:", program_name);
  /src/external/gpl2/groff/dist/src/utils/pfbtops/
pfbtops.c 44 static char *program_name; variable
48 fprintf(stderr, "%s: %s\n", program_name, s);
54 fprintf(stream, "usage: %s [-v] [pfb_file]\n", program_name);
177 program_name = argv[0];
  /src/external/gpl2/diffutils/dist/lib/
error.c 79 # define program_name program_invocation_name macro
107 /* The calling program should define program_name and set it to the
109 extern char *program_name;
275 __fwprintf (stderr, L"%s: ", program_name);
278 fprintf (stderr, "%s: ", program_name);
357 __fwprintf (stderr, L"%s: ", program_name);
360 fprintf (stderr, "%s:", program_name);
xstrtol.c 277 char *program_name; variable
285 program_name = argv[0];

Completed in 24 milliseconds

1 2 3 4