Searched refs:program_name (Results 1 - 25 of 369) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dprogname.c3 const char *program_name = 0; variable
H A Dassert.cpp26 extern "C" const char *program_name; variable
30 if (program_name != 0)
31 fprintf(stderr, "%s: ", program_name);
H A Dnew.cpp31 extern "C" const char *program_name; variable
49 if (program_name) {
50 ewrite(program_name);
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dprogname.c1 /* Declare program_name for support functions compiled with the getdate.y test
27 char *program_name = "getdate"; variable
/netbsd-current/external/bsd/pdisk/dist/
H A Derrors.c63 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...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Derror-progname.c30 /* Indicates whether errors and warnings get prefixed with program_name.
34 /* Print program_name prefix on stderr if and only if error_with_progname
40 fprintf (stderr, "%s: ", program_name);
H A Dprogname.c31 const char *program_name = NULL; variable
33 /* Set program_name, based on argv[0]. */
49 program_name = argv0;
H A Dprogname.h33 extern DLL_VARIABLE const char *program_name;
35 /* Set program_name, based on argv[0]. */
40 /* Set program_name, based on argv[0], and original installation prefix and
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Derror-progname.c30 /* Indicates whether errors and warnings get prefixed with program_name.
34 /* Print program_name prefix on stderr if and only if error_with_progname
40 fprintf (stderr, "%s: ", program_name);
H A Dprogname.c31 const char *program_name = NULL; variable
33 /* Set program_name, based on argv[0]. */
49 program_name = argv0;
H A Dprogname.h33 extern DLL_VARIABLE const char *program_name;
35 /* Set program_name, based on argv[0]. */
40 /* Set program_name, based on argv[0], and original installation prefix and
/netbsd-current/external/gpl2/gettext/dist/gnulib-local/lib/
H A Derror-progname.c30 /* Indicates whether errors and warnings get prefixed with program_name.
34 /* Print program_name prefix on stderr if and only if error_with_progname
40 fprintf (stderr, "%s: ", program_name);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dvfork-follow-child-exec.c24 static char *program_name; variable
39 execl (program_name, program_name, "1", NULL);
61 program_name = argv[0];
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dvfork-follow-child-exec.c24 static char *program_name; variable
39 execl (program_name, program_name, "1", NULL);
61 program_name = argv[0];
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dprogname.c31 const char *program_name = NULL; variable
33 /* Set program_name, based on argv[0]. */
49 program_name = argv0;
H A Dprogname.h33 extern DLL_VARIABLE const char *program_name;
35 /* Set program_name, based on argv[0]. */
40 /* Set program_name, based on argv[0], and original installation prefix and
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dtestmain.cc34 gold::program_name = argv[0]; member in class:gold
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/woe32dll/
H A Dgettextlib-exports.c27 VARIABLE(program_name)
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/testsuite/
H A Ddemangler-fuzzer.c30 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);
/netbsd-current/external/gpl3/gdb/dist/libiberty/testsuite/
H A Ddemangler-fuzzer.c30 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);
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dcan_set_rfmon_test.c39 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);
/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A Derror.c43 const char *program_name; variable
55 program_name = p ? ++p : arg0;
83 extern const char *program_name;
85 eprintf("%s: ", program_name);
/netbsd-current/external/bsd/tcpdump/dist/
H A Dinterface.h56 extern char *program_name; /* used to generate self-identifying messages */
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Darsup.c161 program_name, strerror(errno));
172 program_name, tname);
189 program_name, name);
198 program_name, name);
237 fprintf (stderr, _("%s: no output archive specified yet\n"), program_name);
257 fprintf (stderr, _("%s: no open output archive\n"), program_name);
274 program_name, list->name);
300 fprintf (stderr, _("%s: no open output archive\n"), program_name);
328 program_name, list->name);
342 fprintf (stderr, _("%s: no open output archive\n"), program_name);
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Darsup.c160 program_name, strerror(errno));
171 program_name, temp_name);
192 program_name, name);
201 program_name, name);
240 fprintf (stderr, _("%s: no output archive specified yet\n"), program_name);
260 fprintf (stderr, _("%s: no open output archive\n"), program_name);
277 program_name, list->name);
303 fprintf (stderr, _("%s: no open output archive\n"), program_name);
331 program_name, list->name);
345 fprintf (stderr, _("%s: no open output archive\n"), program_name);
[all...]

Completed in 189 milliseconds

1234567891011>>