Searched refs:progname (Results 226 - 250 of 284) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/
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...]
H A Dgenmodes.c1266 progname = argv[0];
1276 error ("usage: %s [-h|-m] > file", progname);
H A Dgenemit.c822 progname = "genemit";
/freebsd-11-stable/contrib/tcsh/
H A Dsh.dir.c90 xprintf(CGETS(12, 1, "%s: Trying to start from \"%s\"\n"), progname, from);
105 xprintf("%s: %s\n", progname, strerror(errno));
908 xprintf("%s: %s\n", progname, strerror(errno));
H A Ded.screen.c1437 "%s: The terminal database could not be opened.\n"), progname);
1442 "%s: No entry for terminal type \"%s\"\n"), progname,
1445 xprintf(CGETS(7, 22, "%s: using dumb terminal settings.\n"), progname);
1490 progname));
H A Ded.init.c636 stderror(ERR_SYSTEM, progname, strerror(errno));
H A Dsh.lex.c1520 progname);
1644 stderror(ERR_SYSTEM, progname, strerror(errno));
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c256 char const *progname; variable
306 progname = argv[0];
1897 (void) fprintf(stderr, "%s: ", progname);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dcheck_y2k.c107 char const *progname = "check_y2k"; variable
H A Dkeyword-gen.c286 const char * progname = "keyword-gen"; variable
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h524 extern const char *progname;
/freebsd-11-stable/contrib/bmake/
H A Dutil.c541 fprintf(stderr, "%s: ", progname);
H A Djob.c1295 progname, gn->fname, gn->lineno, makeDependfile,
1301 (void)fprintf(stdout, "%s%s %s (ignored)\n", progname,
1305 (void)fprintf(stdout, "%s%s %s (continuing)\n", progname,
1310 (*abortProc)("%s%s %s. Stop", progname, msg, gn->name);
/freebsd-11-stable/contrib/ntp/include/
H A Dntpd.h324 extern char const * progname;
/freebsd-11-stable/libexec/ypxfr/
H A Dypxfr_main.c56 char *progname = "ypxfr"; variable
/freebsd-11-stable/usr.sbin/ypserv/
H A Dyp_main.c88 char *progname = "ypserv"; variable
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf97 # variable `progname' between the actual program (ntpdate in this
98 # case), and the NTP library. Add `progname' to the keep list.
101 special ntpdate keep progname
/freebsd-11-stable/crypto/openssh/contrib/cygwin/
H A Dssh-host-config565 echo "usage: ${progname} [OPTION]..."
/freebsd-11-stable/contrib/gdb/
H A Dltmain.sh52 progname=`$echo "$0" | sed 's%^.*/%%'`
53 modename="$progname"
62 help="Try \`$progname --help' for more information."
135 echo "$progname: invalid tag name: $tagname" 1>&2
152 echo "$progname: ignoring unknown tag $tagname" 1>&2
188 echo "$progname: enabling shell trace mode"
4849 $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2
/freebsd-11-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c85 static const char *progname; variable
90 fprintf(fp, "Usage: %s <interface> [operation]\n", progname);
1748 progname = argv[0];
/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c946 usage(const char *progname) argument
948 printf("usage: %s [-acdefoilpr4ABGT] [-m opmode] [cc | rd]\n", progname);
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c285 char *progname; local
288 progname = strrchr(*argv, '/');
289 if (progname)
290 progname++;
292 progname = *argv;
393 openlog(progname, LOG_NDELAY|LOG_PID, LOG_DAEMON);
/freebsd-11-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c61 static const char *progname, *nexus; variable
92 fprintf(fp, "Usage: %s <nexus> [operation]\n", progname);
3449 progname = argv[0];
3465 /* progname and nexus */
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c461 char const *progname; variable
556 progname = argv[0];
2835 (void) fprintf(stderr, "%s: ", progname);
/freebsd-11-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c70 static const char *progname; variable
196 progname);
1681 progname = basename(argv[0]);

Completed in 194 milliseconds

1234567891011>>