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

12345678910

/freebsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_extern.h50 extern char *progname;
/freebsd-current/lib/libc/tests/gen/
H A Dtest-fnmatch.c36 write_sh_tests(const char *progname, int num) argument
41 printf("# Generated by %s -s %d, do not edit.\n", progname, num);
77 usage(char *progname) argument
79 fprintf(stderr, "usage: %s [-s num]\n", progname);
/freebsd-current/usr.bin/bintrans/
H A Dbintrans.c55 const char *const progname = getprogname(); local
56 int coder = search(progname);
84 progname);
90 search(const char *const progname) argument
103 if (strcmp(progname, known[i]) == 0)
/freebsd-current/sbin/ipf/ipfsync/
H A Dipsyncm.c36 void usage(const char *progname) { argument
37 fprintf(stderr, "Usage: %s <destination IP> <destination port>\n", progname);
63 char *progname; local
65 progname = strrchr(argv[0], '/');
66 if (progname) {
67 progname++;
69 progname = argv[0];
74 usage(progname);
84 openlog(progname, LOG_PID, LOG_SECURITY);
/freebsd-current/contrib/sendmail/editmap/
H A Deditmap.c64 usage(progname)
65 char *progname;
69 progname);
78 char *progname; local
112 progname = strrchr(argv[0], '/');
113 if (progname != NULL)
114 progname++;
116 progname = argv[0];
167 usage(progname);
186 usage(progname);
[all...]
/freebsd-current/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-current/bin/freebsd-version/
H A Dfreebsd-version.sh.in40 progname=${0##*/}
46 echo "$progname: $*" >&2
99 echo "usage: $progname [-kru] [-j jail]" >&2
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dclone_mmap_cached.c61 usage(const char *progname) argument
68 (void) fprintf(stderr, "usage: %s [-io] <input> <output>\n", progname);
81 const char *progname; local
84 progname = argv[0];
96 usage(progname);
103 usage(progname);
/freebsd-current/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-current/contrib/ntp/sntp/tests/
H A Drun-packetHandling.c67 char const *progname; variable
73 progname = argv[0];
H A Drun-kodFile.c59 char const *progname; variable
65 progname = argv[0];
H A Drun-kodDatabase.c61 char const *progname; variable
67 progname = argv[0];
H A Drun-keyFile.c58 char const *progname; variable
64 progname = argv[0];
H A Drun-utilities.c61 char const *progname; variable
67 progname = argv[0];
H A Drun-crypto.c60 char const *progname; variable
66 progname = argv[0];
/freebsd-current/contrib/ntp/tests/libntp/
H A Drun-realpath.c57 char const *progname; variable
63 progname = argv[0];
/freebsd-current/libexec/bootpd/
H A Dtrygetea.c27 char *progname; variable
37 progname = argv[0]; /* for report */
H A Dtrylook.c16 char *progname; variable
28 progname = argv[0]; /* for report */
/freebsd-current/tools/tools/ath/athkey/
H A Dathkey.c41 const char *progname; variable
66 progname, cp[0]);
73 "(not hex)\n", progname, cp[1]);
85 progname, arg, (unsigned long long) maxlen);
113 fprintf(stderr, "%s: unknown cipher %s\n", progname, name);
122 progname);
145 progname = argv[0];
169 progname, argv[0]);
/freebsd-current/contrib/kyua/utils/cmdline/
H A Dglobals.cpp74 cmdline::progname(void) function in class:cmdline
/freebsd-current/contrib/ntp/sntp/
H A Dlog.c5 extern const char *progname; /* for msyslog use too */
/freebsd-current/tools/build/cross-build/include/linux/
H A Dstdlib.h59 void setprogname(const char *progname);
/freebsd-current/usr.sbin/rtprio/
H A Drtprio.c55 const char *progname; local
58 progname = getprogname();
60 if (strcmp(progname, "rtprio") == 0)
62 else if (strcmp(progname, "idprio") == 0)
65 errx(1, "invalid progname");
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Drandfree_file.c43 static void usage(char *progname);
46 usage(char *progname) argument
50 "[-n section-len] filename\n", progname);

Completed in 169 milliseconds

12345678910