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

12345

/freebsd-11-stable/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-11-stable/contrib/libpcap/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);
85 (void)fprintf(stderr, "%s: ", program_name);
H A Dopentest.c50 static char *program_name; variable
75 program_name = cp + 1;
77 program_name = argv[0];
198 program_name);
208 (void)fprintf(stderr, "%s: ", program_name);
227 (void)fprintf(stderr, "%s: WARNING: ", program_name);
H A Dcapturetest.c51 static char *program_name; variable
81 program_name = cp + 1;
83 program_name = argv[0];
207 program_name, pcap_geterr(pd));
227 program_name);
237 (void)fprintf(stderr, "%s: ", program_name);
256 (void)fprintf(stderr, "%s: WARNING: ", program_name);
H A Dfiltertest.c71 static char *program_name; variable
129 (void)fprintf(stderr, "%s: ", program_name);
148 (void)fprintf(stderr, "%s: WARNING: ", program_name);
224 program_name = cp + 1;
226 program_name = argv[0];
349 (void)fprintf(stderr, "%s, with %s\n", program_name,
357 program_name);
H A Dselpolltest.c55 static char *program_name; variable
89 program_name = cp + 1;
91 program_name = argv[0];
353 program_name, pcap_geterr(pd));
371 program_name);
381 (void)fprintf(stderr, "%s: ", program_name);
400 (void)fprintf(stderr, "%s: WARNING: ", program_name);
H A Dthreadsignaltest.c64 static char *program_name; variable
175 program_name, pcap_geterr(pd));
198 program_name = cp + 1;
200 program_name = argv[0];
321 program_name);
331 (void)fprintf(stderr, "%s: ", program_name);
350 (void)fprintf(stderr, "%s: WARNING: ", program_name);
H A Dvalgrindtest.c104 static char *program_name; variable
162 (void)fprintf(stderr, "%s: ", program_name);
181 (void)fprintf(stderr, "%s: WARNING: ", program_name);
256 program_name = cp + 1;
258 program_name = argv[0];
421 (void)fprintf(stderr, "%s, with %s\n", program_name,
425 program_name);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmain.h25 extern char *program_name;
/freebsd-11-stable/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-11-stable/contrib/tcpdump/
H A Dinterface.h70 extern char *program_name; /* used to generate self-identifying messages */
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/groff/src/include/
H A Derror.h56 extern "C" const char *program_name; variable
/freebsd-11-stable/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-11-stable/contrib/groff/src/utils/lkbib/
H A Dlkbib.cpp39 program_name);
44 program_name = argv[0];
/freebsd-11-stable/contrib/groff/src/utils/lookbib/
H A Dlookbib.cpp46 program_name);
51 program_name = argv[0];

Completed in 105 milliseconds

12345