Searched refs:getprogname (Results 51 - 75 of 154) sorted by relevance

1234567

/freebsd-11-stable/usr.sbin/quotaon/
H A Dquotaon.c81 whoami = getprogname();
/freebsd-11-stable/contrib/blacklist/bin/
H A Dblacklistctl.c66 fprintf(stderr, "Usage: %s dump [-abdnrw]\n", getprogname());
/freebsd-11-stable/tools/regression/geom_gpt/
H A Dgctl_test_helper.c54 getprogname());
/freebsd-11-stable/kerberos5/lib/libroken/
H A DMakefile42 getprogname.c \
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_unix.c43 #define getprogname() argv[0] macro
322 fprintf(stderr, "Usage: %s <len>\n", getprogname());
/freebsd-11-stable/usr.bin/mkesdb/
H A Dyacc.y285 getprogname(), getprogname());
/freebsd-11-stable/tools/tools/ioat/
H A Dioatcontrol.c53 "[<chain-len> [duration]]]\n", getprogname());
55 getprogname());
/freebsd-11-stable/usr.bin/usbhidctl/
H A Dusbhid.c188 getprogname());
192 getprogname());
196 getprogname());
/freebsd-11-stable/sbin/mdmfs/
H A Dmdmfs.c137 if (strcmp(getprogname(), "mount_mfs") == 0 ||
138 strcmp(getprogname(), "mfs") == 0) {
813 "\tmd-device mount-point\n", getprogname());
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_hostent.c79 "[-46a] <name|address>\n", getprogname());
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c68 getprogname());
/freebsd-11-stable/sbin/fsck/
H A Dfsutil.c85 dev, getprogname());
/freebsd-11-stable/contrib/tnftp/src/
H A Dmain.c236 if (strcmp(getprogname(), "pftp") == 0) {
239 } else if (strcmp(getprogname(), "gate-ftp") == 0)
543 (void)strlcpy(cmdbuf, getprogname(), sizeof(cmdbuf));
1048 const char *progname = getprogname();
/freebsd-11-stable/contrib/vis/
H A Dvis.c129 " [-F foldwidth] [file ...]\n", getprogname());
/freebsd-11-stable/tools/regression/sysvshm/
H A Dshmtest.c260 fprintf(stderr, "usage: %s keypath\n", getprogname());
/freebsd-11-stable/sbin/reboot/
H A Dreboot.c74 if (strcmp(getprogname(), "halt") == 0) {
/freebsd-11-stable/usr.bin/iconv/
H A Diconv.c65 "\t%1$s -l\n", getprogname());
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.c173 fprintf(stderr, getstr(4), getprogname());
363 pn = getprogname();
604 printf(getstr(10), getprogname(), VERSION);
606 printf(getstr(9), getprogname(), VERSION);
/freebsd-11-stable/sbin/ggate/ggatec/
H A Dggatec.c83 "[-t timeout] [-u unit] <host> <path>\n", getprogname());
85 "[-R rcvbuf] [-S sndbuf] <-u unit> <host> <path>\n", getprogname());
86 fprintf(stderr, " %s destroy [-f] <-u unit>\n", getprogname());
87 fprintf(stderr, " %s list [-v] [-u unit]\n", getprogname());
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dsl.c56 p = strrchr(getprogname(), '/');
57 if(p) p++; else p = getprogname();
/freebsd-11-stable/usr.bin/sed/
H A Dmain.c215 " ... [file ...]\n", getprogname(), getprogname());
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc69 getprogname.c \
225 getprogname.3 \
397 MLINKS+=getprogname.3 setprogname.3
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c739 krb5_warnx(context, "%s CPU time limit exceeded", getprogname());
742 krb5_warnx(context, "%s terminated", getprogname());
745 getprogname(), (long)exit_flag);
/freebsd-11-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c1006 asprintf(&autext, "%s::Audit startup", getprogname());
1008 asprintf(&autext, "%s::Audit shutdown", getprogname());
1010 asprintf(&autext, "%s::Audit recovery", getprogname());
/freebsd-11-stable/usr.sbin/i2c/
H A Di2c.c78 getprogname());
80 getprogname());
81 fprintf(stderr, " %s -r [-f device] -v\n", getprogname());

Completed in 155 milliseconds

1234567