Searched refs:progname (Results 251 - 275 of 331) sorted by relevance

<<11121314

/freebsd-10.3-release/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c79 char *progname = "rpc.ypxfrd"; variable
/freebsd-10.3-release/contrib/libarchive/libarchive/test/
H A Dmain.c2545 const char *progname; local
2573 progname = p = argv[0];
2574 if ((testprogdir = (char *)malloc(strlen(progname) + 1)) == NULL)
2579 strcpy(testprogdir, progname);
2584 progname = p + 1;
2671 usage(progname);
2690 usage(progname);
2710 usage(progname);
2773 sprintf(tmpdir, "%s/%s.%s-%03d", tmp, progname,
2826 usage(progname);
[all...]
/freebsd-10.3-release/contrib/libarchive/tar/test/
H A Dmain.c2502 const char *progname; local
2530 progname = p = argv[0];
2531 if ((testprogdir = (char *)malloc(strlen(progname) + 1)) == NULL)
2536 strcpy(testprogdir, progname);
2541 progname = p + 1;
2628 usage(progname);
2647 usage(progname);
2667 usage(progname);
2730 sprintf(tmpdir, "%s/%s.%s-%03d", tmp, progname,
2783 usage(progname);
[all...]
/freebsd-10.3-release/contrib/libarchive/cpio/test/
H A Dmain.c2501 const char *progname; local
2529 progname = p = argv[0];
2530 if ((testprogdir = (char *)malloc(strlen(progname) + 1)) == NULL)
2535 strcpy(testprogdir, progname);
2540 progname = p + 1;
2627 usage(progname);
2646 usage(progname);
2666 usage(progname);
2729 sprintf(tmpdir, "%s/%s.%s-%03d", tmp, progname,
2782 usage(progname);
[all...]
/freebsd-10.3-release/usr.bin/gzip/
H A Dgzip.c304 const char *progname = getprogname(); local
321 if (strcmp(progname, "gunzip") == 0)
323 else if (strcmp(progname, "zcat") == 0 ||
324 strcmp(progname, "gzcat") == 0)
355 fprintf(stderr, "%s: option --ascii ignored on this system\n", progname);
/freebsd-10.3-release/contrib/tcsh/
H A Ded.inputl.c258 stderror(ERR_SYSTEM, progname, strerror(errno));
794 stderror(ERR_SYSTEM, progname, strerror(errno));
H A Dsh.c114 char *progname; variable
328 progname = strsave((t && *t) ? t : tcshstr); /* never want a null */
329 tcsh = strncmp(progname, tcshstr, sizeof(tcshstr) - 1) == 0;
1044 stderror(ERR_TCSHUSAGE, tcp-1, progname);
1118 stderror(ERR_SYSTEM, progname, strerror(errno));
H A Dsh.dir.c93 xprintf(CGETS(12, 1, "%s: Trying to start from \"%s\"\n"), progname, from);
108 xprintf("%s: %s\n", progname, strerror(errno));
908 xprintf("%s: %s\n", progname, strerror(errno));
H A Ded.screen.c1440 xprintf(CGETS(7, 20, "%s: Cannot open /etc/termcap.\n"), progname);
1445 "%s: No entry for terminal type \"%s\"\n"), progname,
1448 xprintf(CGETS(7, 22, "%s: using dumb terminal settings.\n"), progname);
1493 progname));
/freebsd-10.3-release/usr.sbin/lpr/lpd/
H A Dlpd.c147 progname = "lpd";
841 printf("%s [@%s]: %s\n", progname, local_host, usermsg);
/freebsd-10.3-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c143 void usage(char *progname) argument
183 , progname);
/freebsd-10.3-release/libexec/bootpd/
H A Ddumptab.c108 fprintf(fp, "\n# %s %s.%d\n", progname, VERSION, PATCHLEVEL);
/freebsd-10.3-release/contrib/gcc/
H A Dgenextract.c407 progname = "genextract";
H A Dtoplev.c134 const char *progname; variable
1515 progname = p;
1517 xmalloc_set_program_name (progname);
H A Dmips-tfile.c654 static const char *progname;
1508 static char *progname = (char *) 0; /* program name for errors */
4725 progname = (p != 0) ? p+1 : argv[0];
4965 fprintf (stderr, "%s, %s:%ld ", progname, input_name, line_number);
4967 fprintf (stderr, "%s:", progname);
4994 progname, input_name, line_number, indx, str, max, prog_line);
5482 fprintf (stderr, "%s, %s:%ld ", progname, input_name, line_number);
5484 fprintf (stderr, "%s:", progname);
5504 fprintf (stderr, "%s, %s:%ld ", progname, input_name, line_number);
5506 fprintf (stderr, "%s:", progname);
651 static const char *progname; variable
1500 static char *progname = (char *) 0; /* program name for errors */ variable
[all...]
/freebsd-10.3-release/usr.sbin/yppush/
H A Dyppush_main.c56 char *progname = "yppush"; variable
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c120 char *progname; variable
163 progname = *argv;
434 fprintf(stderr, "%s: ", progname);
/freebsd-10.3-release/contrib/ldns-host/
H A Dldns-host.c23 static char *progname; variable
32 fprintf(stderr, "%s: ", progname);
491 progname = argv[0];
/freebsd-10.3-release/contrib/file/src/
H A Dapprentice.c182 char *progname; local
184 if ((progname = strrchr(argv[0], '/')) != NULL)
185 progname++;
187 progname = argv[0];
190 (void)fprintf(stderr, "Usage: %s file\n", progname);
195 (void)fprintf(stderr, "%s: %s\n", progname, strerror(errno));
200 (void)fprintf(stderr, "%s: %s\n", progname, magic_error(ms));
/freebsd-10.3-release/contrib/ntp/ntpdc/
H A Dntpdc.c244 char const *progname; variable
295 progname = argv[0];
1898 (void) fprintf(stderr, "%s: ", progname);
/freebsd-10.3-release/contrib/gcclibs/libcpp/include/
H A Dcpplib.h524 extern const char *progname;
/freebsd-10.3-release/contrib/ntp/include/
H A Dntpd.h324 extern char const * progname;
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dcheck_y2k.c107 char const *progname = "check_y2k"; variable
/freebsd-10.3-release/contrib/texinfo/makeinfo/
H A Dhtml.c88 error (_("%s: could not open --css-file: %s"), progname, filename);
/freebsd-10.3-release/libexec/ypxfr/
H A Dypxfr_main.c54 char *progname = "ypxfr"; variable

Completed in 340 milliseconds

<<11121314