Searched refs:progname (Results 176 - 200 of 284) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ntp/adjtimed/
H A Dadjtimed.c61 char const *progname = NULL; variable
80 progname = argv[0];
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c103 svn_cmdline_init(const char *progname, FILE *error_stream) argument
125 progname);
217 progname, progname, *env_var, env_val, progname);
232 progname, buf);
237 strncpy(prefix_buf, progname, sizeof(prefix_buf) - 3);
258 progname);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dbhyverun.c181 static char *progname; variable
239 progname, (int)strlen(progname), "", (int)strlen(progname), "",
240 (int)strlen(progname), "");
1018 progname = basename(argv[0]);
/freebsd-11-stable/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-11-stable/contrib/ldns-host/
H A Dldns-host.c21 static char *progname; variable
30 fprintf(stderr, "%s: ", progname);
617 progname, (int)strlen(progname), ' ');
625 progname = argv[0];
/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c143 /* Initialize logging system - sets up progname */
178 progname);
234 printf("%s: event_config_new() failed!\n", progname);
245 printf("%s: event_base_new() failed!\n", progname);
418 progname, ctx->key_id, OPT_ARG(KEYFILE));
1576 progname);
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/tnftp/src/
H A Dmain.c1048 const char *progname = getprogname(); local
1056 " %s -u URL file [...]\n", progname, progname);
/freebsd-11-stable/lib/libc/db/test/btree.tests/
H A Dmain.c114 char *progname; variable
125 progname = *argv;
761 progname);
/freebsd-11-stable/contrib/nvi/common/
H A Drecover.c432 "to this file using the -r option to ", gp->progname, ":\n\n\t",
433 gp->progname, " -r ", qt);
603 (void)printf("%s: No files to recover\n", sp->gp->progname);
/freebsd-11-stable/lib/libutil/tests/
H A Dhumanize_number_test.c392 usage(char * progname) { argument
393 printf("%s: tests libutil humanize_number function\n", progname);
394 printf("Usage: %s [-nE] [-l num] [-v]\n\n", progname);
/freebsd-11-stable/usr.sbin/pmcannotate/
H A Dpmcannotate.c104 static void usage(const char *progname) __dead2;
662 usage(const char *progname) argument
667 progname);
/freebsd-11-stable/contrib/ntp/ntpdate/
H A Dntpdate.c152 char const *progname; variable
347 progname = argv[0];
383 progname, ntp_optarg);
400 progname, c);
416 progname, ntp_optarg);
440 progname);
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dmain.c1618 if ((ecp->progname = ELFTC_GETPROGNAME()) == NULL)
1619 ecp->progname = "elfcopy";
1621 if (strrcmp(ecp->progname, "strip") == 0)
1623 else if (strrcmp(ecp->progname, "mcs") == 0)
1626 if (strrcmp(ecp->progname, "elfcopy") != 0 &&
1627 strrcmp(ecp->progname, "objcopy") != 0)
/freebsd-11-stable/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-11-stable/lib/libc/rpc/
H A Drpc_soc.c307 char *(*progname)(char [UDPMSGSIZE]),
312 (rpcproc_t)procnum, progname, inproc, outproc, "udp");
/freebsd-11-stable/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c489 usage(const char *progname) argument
492 progname);
/freebsd-11-stable/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-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c71 const char *progname; /* program name */ variable
751 (void)printf("%s: ", progname);
/freebsd-11-stable/contrib/tcsh/
H A Dtc.alloc.c615 xprintf(CGETS(19, 8, "%s current memory allocation:\nfree:\t"), progname);
645 xprintf(CGETS(19, 13, "%s current memory allocation:\n"), progname);
/freebsd-11-stable/sbin/ipfw/
H A Dmain.c222 * set the progname pointer to the original string
470 char *progname = av[0]; /* original program name */ local
584 args[0] = progname;

Completed in 180 milliseconds

1234567891011>>