Searched refs:progname (Results 26 - 50 of 244) sorted by relevance

12345678910

/freebsd-13-stable/contrib/ntp/sntp/
H A Dlog.h25 extern char const *progname; /* for msyslog use too */
H A Dlog.c5 const char *progname; /* for msyslog use too */ variable
/freebsd-13-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_extern.h52 extern char *progname;
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipsyncm.c41 void usage(const char *progname) { argument
42 fprintf(stderr, "Usage: %s <destination IP> <destination port>\n", progname);
68 char *progname; local
70 progname = strrchr(argv[0], '/');
71 if (progname) {
72 progname++;
74 progname = argv[0];
79 usage(progname);
89 openlog(progname, LOG_PID, LOG_SECURITY);
H A Dipsyncs.c37 void usage(const char *progname);
41 void usage(const char *progname) { argument
44 progname);
68 char *progname; local
70 progname = strrchr(argv[0], '/');
71 if (progname) {
72 progname++;
74 progname = argv[0];
78 usage(progname);
88 openlog(progname, LOG_PI
[all...]
/freebsd-13-stable/contrib/sendmail/editmap/
H A Deditmap.c63 usage(progname)
64 char *progname;
68 progname);
77 char *progname; local
111 progname = strrchr(argv[0], '/');
112 if (progname != NULL)
113 progname++;
115 progname = argv[0];
166 usage(progname);
185 usage(progname);
[all...]
/freebsd-13-stable/contrib/ntp/util/
H A Dtickadj.c42 char *progname;
46 progname = argv[0];
65 progname, ntp_optarg);
81 progname, ntp_optarg);
89 progname, progname);
218 char *progname; variable
263 progname = argv[0];
274 progname, ntp_optarg);
312 progname, ntp_optar
[all...]
/freebsd-13-stable/contrib/sendmail/makemap/
H A Dmakemap.c61 usage(progname)
62 const char *progname;
66 progname);
69 (int) strlen(progname), "");
72 (int) strlen(progname), "");
256 char *progname; local
293 progname = strrchr(argv[0], '/');
294 if (progname != NULL)
295 progname++;
297 progname
[all...]
/freebsd-13-stable/libexec/bootpd/
H A Dtrygetea.c29 char *progname; variable
39 progname = argv[0]; /* for report */
H A Dtrylook.c18 char *progname; variable
30 progname = argv[0]; /* for report */
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A Drun-crypto.c60 char const *progname; variable
66 progname = argv[0];
H A Drun-keyFile.c58 char const *progname; variable
64 progname = argv[0];
H A Drun-kodDatabase.c61 char const *progname; variable
67 progname = argv[0];
H A Drun-kodFile.c59 char const *progname; variable
65 progname = argv[0];
H A Drun-packetHandling.c67 char const *progname; variable
73 progname = argv[0];
H A Drun-utilities.c61 char const *progname; variable
67 progname = argv[0];
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgetarg.h98 const char *progname,
105 const char *progname,
H A Dwrite_pid.c39 pid_file_write (const char *progname) argument
44 if (asprintf (&ret, "%s%s.pid", _PATH_VARRUN, progname) < 0 || ret == NULL)
/freebsd-13-stable/tools/tools/ath/athkey/
H A Dathkey.c43 const char *progname; variable
68 progname, cp[0]);
75 "(not hex)\n", progname, cp[1]);
87 progname, arg, (unsigned long long) maxlen);
115 fprintf(stderr, "%s: unknown cipher %s\n", progname, name);
124 progname);
147 progname = argv[0];
171 progname, argv[0]);
/freebsd-13-stable/contrib/kyua/utils/cmdline/
H A Dglobals.cpp74 cmdline::progname(void) function in class:cmdline
/freebsd-13-stable/contrib/bc/gen/
H A Dstrgen.sh33 progname=${0##*/}
36 echo "usage: $progname input output name [label [define [remove_tabs]]]"
/freebsd-13-stable/usr.sbin/rtprio/
H A Drtprio.c58 const char *progname; local
61 progname = getprogname();
63 if (strcmp(progname, "rtprio") == 0)
65 else if (strcmp(progname, "idprio") == 0)
68 errx(1, "invalid progname");
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/randfree_file/
H A Drandfree_file.c43 static void usage(char *progname);
46 usage(char *progname) argument
50 "[-n section-len] filename\n", progname);
/freebsd-13-stable/tools/tools/tionxcl/
H A Dtionxcl.c49 char *progname; local
56 progname = basename(argv[0]);
58 errx(EX_USAGE, "usage: %s <ttyname>\n", progname);
/freebsd-13-stable/tools/tools/ath/athradar/
H A Dathradar.c240 usage(const char *progname) argument
243 printf("\t%s: [-i <interface>] <cmd> (<arg>)\n", progname);
244 printf("\t%s: [-h]\n", progname);
256 const char *progname = argv[0]; local
262 usage(progname);
266 usage(progname);
272 usage(progname);
281 usage(progname);
292 usage(progname);
296 usage(progname);
[all...]

Completed in 105 milliseconds

12345678910