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

12345

/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dprogname.c1 const char *program_name = 0; variable
H A Dassert.cpp24 extern "C" const char *program_name; variable
28 if (program_name != 0)
29 fprintf(stderr, "%s: ", program_name);
H A Dnew.cpp29 extern "C" const char *program_name; variable
47 if (program_name) {
48 ewrite(program_name);
H A Dspawnvp.c47 # define REPORT_ERROR(WHY) fprintf(stderr, "%s:%s\n", program_name, WHY)
53 extern char *program_name;
H A Dquotearg.c37 # define REPORT_ERROR(WHY) fprintf(stderr, "%s:%s\n", program_name, WHY)
46 extern char *program_name; /* main program must define this */
H A Drelocate.cpp42 extern "C" const char *program_name; variable
177 curr_prefix = searchpath(program_name, getenv("PATH"));
178 if (!curr_prefix && !strchr(program_name, '.')) { // try with extensions
182 curr_prefix = searchpathext(program_name, pathextstr, getenv("PATH"));
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldmain.h25 extern char *program_name;
/freebsd-9.3-release/contrib/cvs/lib/
H A Dargmatch.c27 extern char *program_name;
79 fprintf (stderr, "%s: ", program_name);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Darsup.c164 program_name, tname);
181 program_name, name);
190 program_name, name);
228 fprintf (stderr, _("%s: no output archive specified yet\n"), program_name);
248 fprintf (stderr, _("%s: no open output archive\n"), program_name);
260 program_name, list->name);
286 fprintf (stderr, _("%s: no open output archive\n"), program_name);
314 program_name, list->name);
328 fprintf (stderr, _("%s: no open output archive\n"), program_name);
348 fprintf (stderr, _("%s: no open output archive\n"), program_name);
[all...]
H A Dbucomm.h57 extern char *program_name;
H A Dcxxfilt.c95 Usage: %s [options] [mangled names]\n", program_name);
178 program_name = argv[0];
179 xmalloc_set_program_name (program_name);
215 program_name, optarg);
/freebsd-9.3-release/contrib/libpcap/tests/
H A Dnonblocktest.c39 char *program_name; variable
67 program_name = cp + 1;
69 program_name = argv[0];
136 program_name, pcap_geterr(pd));
154 program_name);
164 (void)fprintf(stderr, "%s: ", program_name);
183 (void)fprintf(stderr, "%s: WARNING: ", program_name);
H A Dfiltertest.c50 static char *program_name; variable
112 (void)fprintf(stderr, "%s: ", program_name);
184 program_name = cp + 1;
186 program_name = argv[0];
260 (void)fprintf(stderr, "%s, with %s\n", program_name,
264 program_name);
H A Dopentest.c38 static char *program_name; variable
66 program_name = cp + 1;
68 program_name = argv[0];
178 program_name);
188 (void)fprintf(stderr, "%s: ", program_name);
207 (void)fprintf(stderr, "%s: WARNING: ", program_name);
H A Dselpolltest.c39 char *program_name; variable
73 program_name = cp + 1;
75 program_name = argv[0];
260 program_name, pcap_geterr(pd));
278 program_name);
288 (void)fprintf(stderr, "%s: ", program_name);
307 (void)fprintf(stderr, "%s: WARNING: ", program_name);
/freebsd-9.3-release/contrib/diff/lib/
H A Dc-stack.c101 extern char *program_name;
124 write (STDERR_FILENO, program_name, strlen (program_name));
292 char *program_name;
297 program_name = argv[0];
291 char *program_name; variable
H A Derror.c62 # define program_name program_invocation_name macro
97 /* The calling program should define program_name and set it to the
99 extern char *program_name;
217 __fwprintf (stderr, L"%s: ", program_name);
220 fprintf (stderr, "%s: ", program_name);
278 __fwprintf (stderr, L"%s: ", program_name);
281 fprintf (stderr, "%s:", program_name);
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dargmatch.c214 char *program_name;
258 program_name = (char *) argv[0];
262 fprintf (stderr, "Usage: %s [VERSION_CONTROL]\n", program_name);
271 backup_type = XARGMATCH (program_name, argv[1],
213 char *program_name; variable
H A Derror.c62 # define program_name program_invocation_name macro
97 /* The calling program should define program_name and set it to the
99 extern char *program_name;
213 __fwprintf (stderr, L"%s: ", program_name);
216 fprintf (stderr, "%s: ", program_name);
274 __fwprintf (stderr, L"%s: ", program_name);
277 fprintf (stderr, "%s:", program_name);
/freebsd-9.3-release/contrib/groff/src/include/
H A Derror.h56 extern "C" const char *program_name; variable
/freebsd-9.3-release/contrib/groff/src/utils/pfbtops/
H A Dpfbtops.c42 static char *program_name; variable
46 fprintf(stderr, "%s: %s\n", program_name, s);
52 fprintf(stream, "usage: %s [-v] [pfb_file]\n", program_name);
175 program_name = argv[0];
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Derror.c81 # define program_name program_invocation_name macro
96 /* The calling program should define program_name and set it to the
98 extern char *program_name;
150 fprintf (stderr, "%s: ", program_name);
230 fprintf (stderr, "%s:", program_name);
/freebsd-9.3-release/contrib/groff/src/utils/lkbib/
H A Dlkbib.cpp39 program_name);
44 program_name = argv[0];
/freebsd-9.3-release/contrib/groff/src/utils/lookbib/
H A Dlookbib.cpp46 program_name);
51 program_name = argv[0];
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Di386-gen.c32 static const char *program_name = NULL; variable
41 fprintf (stderr, _("%s: Error: "), program_name);
337 printf ("%s: version 1.0\n", program_name);
345 program_name);
356 program_name = *argv;
357 xmalloc_set_program_name (program_name);

Completed in 163 milliseconds

12345