Searched refs:getprogname (Results 1 - 25 of 516) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/cddl/osnet/include/
H A Dstdlib.h37 #define getexecname getprogname
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dgetprogname.c1 /* $NetBSD: getprogname.c,v 1.3 2003/07/26 19:24:42 salo Exp $ */
39 __RCSID("$NetBSD: getprogname.c,v 1.3 2003/07/26 19:24:42 salo Exp $");
47 __weak_alias(getprogname,_getprogname)
53 getprogname(void)
H A Dverrx.c59 (void)fprintf(stderr, "%s: ", getprogname());
H A Dvwarnx.c59 (void)fprintf(stderr, "%s: ", getprogname());
H A Dverr.c64 (void)fprintf(stderr, "%s: ", getprogname());
H A Dvwarn.c64 (void)fprintf(stderr, "%s: ", getprogname());
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetprogname.c46 getprogname(void) function
H A Dwarnerr.c45 const char *progname = getprogname();
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/posix_spawn/
H A Dh_fileactions.c59 getprogname());
65 getprogname());
71 getprogname());
77 getprogname());
84 getprogname());
89 getprogname());
94 getprogname());
98 fprintf(stderr, "%s: stat results differ\n", getprogname());
H A Dh_spawn.c43 fprintf(stderr, "usage:\n\t%s (retcode)\n", getprogname());
48 fprintf(stderr, "%s exiting with status %lu\n", getprogname(), ret);
H A Dh_spawnattr.c55 fprintf(stderr, "%s: sigprocmask error\n", getprogname());
59 fprintf(stderr, "%s: SIGUSR not in procmask\n", getprogname());
63 fprintf(stderr, "%s: sigaction error\n", getprogname());
68 getprogname());
76 "%d\n", getprogname(), parent_pipe);
80 getprogname(), tmp);
83 getprogname(), parent_pipe, errno);
/netbsd-6-1-5-RELEASE/tools/compat/
H A Dsetprogname.c50 getprogname(void) function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/vers/
H A Dprint_version.c51 progname = getprogname();
/netbsd-6-1-5-RELEASE/usr.bin/revoke/
H A Drevoke.c41 errx(EXIT_FAILURE, "usage: %s <file>", getprogname());
/netbsd-6-1-5-RELEASE/usr.sbin/mopd/mopd/
H A Dmopd.c110 fprintf(stdout,"%s: version %s\n", getprogname(), version);
123 "%s: not running as daemon, -d given.\n", getprogname());
141 syslog(LOG_INFO, "%s %s started.", getprogname(), version);
159 getprogname());
161 getprogname());
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/admin/
H A Dcheck-style-c.awk71 /getprogname/ {
72 warn("getprogname(3) is not portable");
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/common_source/
H A Dfatal.c58 (void)printf("%s: ", getprogname());
/netbsd-6-1-5-RELEASE/usr.sbin/user/
H A Dmain.c84 if (strcmp((i == 0) ? getprogname() : argv[i],
96 usermgmt_usage(getprogname());
97 errx(EXIT_FAILURE, "Program `%s' not recognised", getprogname());
/netbsd-6-1-5-RELEASE/tests/lib/libc/net/
H A Dh_protoent.c54 "\t%s -n <name>\n", getprogname(), getprogname(),
55 getprogname());
H A Dh_servent.c54 "\t%s -n <name> [-P <proto>]\n", getprogname(), getprogname(),
55 getprogname());
/netbsd-6-1-5-RELEASE/usr.bin/extattr/
H A Dgetextattr.c66 "attrnamespace attrname filename ...\n", getprogname());
72 getprogname());
75 getprogname());
80 "attrnamespace attrname filename ...\n", getprogname());
85 "attrnamespace filename ...\n", getprogname());
132 getprogname(), opt);
186 p = getprogname();
296 getprogname(), filename);
300 getprogname(), filename);
308 getprogname(), filenam
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/bthcid/
H A Dbthcid.c104 getprogname());
110 openlog(getprogname(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_DAEMON);
183 getprogname());
/netbsd-6-1-5-RELEASE/sbin/modunload/
H A Dmain.c71 (void)fprintf(stderr, "Usage: %s <module_name ...>\n", getprogname());
/netbsd-6-1-5-RELEASE/sbin/swapctl/
H A Dswapctl.c172 if (strcmp(getprogname(), "swapon") == 0) {
178 if (strcmp(getprogname(), "swapoff") == 0) {
364 _PATH_FSTAB "\n", getprogname());
368 _PATH_FSTAB "\n", getprogname());
425 fprintf(stderr, "usage: %s -a [-t blk|noblk]\n", getprogname());
426 fprintf(stderr, " %s <path> ...\n", getprogname());
505 printf("%s: setting dump device to %s\n", getprogname(), path);
607 getprogname(), devicename);
613 getprogname(), devicename);
644 getprogname(), devicenam
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/accton/
H A Daccton.c89 (void)fprintf(stderr, "usage: %s [file]\n", getprogname());

Completed in 162 milliseconds

1234567891011>>