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

1234567891011>>

/freebsd-10.3-release/tools/tools/ath/athprom/
H A Dathprom.c54 const char *progname; variable
69 fprintf(stderr, "usage: %s [-i ifname] [-t pathname] [offset | offset=value]\n", progname);
108 progname = argv[0];
140 progname, argv[0]);
147 progname, cp+1);
/freebsd-10.3-release/contrib/nvi/common/
H A Drecover.c435 "to this file using the -r option to ", gp->progname, ":\n\n\t",
436 gp->progname, " -r ", qt);
606 (void)printf("%s: No files to recover\n", sp->gp->progname);
/freebsd-10.3-release/contrib/tnftp/src/
H A Dmain.c1048 const char *progname = getprogname(); local
1056 " %s -u URL file [...]\n", progname, progname);
/freebsd-10.3-release/lib/libutil/tests/
H A Dhumanize_number_test.c388 usage(char * progname) { argument
389 printf("%s: tests libutil humanize_number function\n", progname);
390 printf("Usage: %s [-nE] [-l num] [-v]\n\n", progname);
/freebsd-10.3-release/lib/libc/db/test/btree.tests/
H A Dmain.c114 char *progname; variable
125 progname = *argv;
761 progname);
/freebsd-10.3-release/release/picobsd/tinyware/ns/
H A Dns.c64 char *progname; variable
81 fprintf(stderr, "\n%s [-nrsil] [-p proto] [-w wait]\n", progname);
730 progname = argv[0];
/freebsd-10.3-release/release/picobsd/tinyware/view/
H A Dview.c80 char *progname; variable
102 fprintf(stderr,"\t%s [-r n] [-g n.n] filename\n",progname);
484 progname=argv[0];
/freebsd-10.3-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c101 static void usage(const char *progname) __dead2;
659 usage(const char *progname) argument
664 progname);
/freebsd-10.3-release/contrib/ntp/ntpdate/
H A Dntpdate.c152 char const *progname; variable
343 progname = argv[0];
379 progname, ntp_optarg);
396 progname, c);
412 progname, ntp_optarg);
436 progname);
/freebsd-10.3-release/contrib/tcsh/
H A Dtc.alloc.c608 xprintf(CGETS(19, 8, "%s current memory allocation:\nfree:\t"), progname);
638 xprintf(CGETS(19, 13, "%s current memory allocation:\n"), progname);
/freebsd-10.3-release/contrib/gcc/
H A Ddiagnostic.c162 ? build_message_string ("%s: %s", progname, text)
223 "%s: warnings being treated as errors\n", progname);
H A Dgenconfig.c266 progname = "genconfig";
H A Dgenpeep.c363 progname = "genpeep";
H A Dgenpreds.c1063 from the machine description file '%s'. */\n\n", progname, in_fname);
1232 from the machine description file '%s'. */\n\n", progname, in_fname);
1312 from the machine description file '%s'. */\n\n", progname, in_fname);
1385 progname = argv[0];
/freebsd-10.3-release/usr.sbin/lpr/common_source/
H A Dcommon.c71 const char *progname; /* program name */ variable
749 (void)printf("%s: ", progname);
H A Dlp.h153 extern const char *progname; /* program name (lpr, lpq, etc) */
/freebsd-10.3-release/tools/tools/kdrv/
H A DKernelDriver913 set progname [file tail $argv0];
916 puts stderr " $progname \[-v -n\] add <drvinfo> \[<kpath>\]";
917 puts stderr " $progname \[-v -n\] delete <drvname> \[<kpath>\]";
918 puts stderr " $progname \[-v\] list \[<kpath>\]";
/freebsd-10.3-release/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c494 usage(const char *progname) argument
497 progname);
/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Droken-common.h438 pid_file_write (const char *progname);
/freebsd-10.3-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.h33 DECLARE (char *, progname, "makeinfo");
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h91 extern const char *progname;
/freebsd-10.3-release/contrib/apr/include/
H A Dapr_thread_proc.h597 * @param progname The program to run
611 const char *progname,
/freebsd-10.3-release/contrib/bmake/
H A Dmake.h430 extern char *progname; /* The program name */
/freebsd-10.3-release/usr.sbin/lpr/lpc/
H A Dlpc.c97 progname = argv[0]; local
/freebsd-10.3-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c89 char *progname = _progname; variable

Completed in 408 milliseconds

1234567891011>>