Symbol: clnt_spcreateerror
crypto/krb5/src/include/gssrpc/clnt.h
311
char *clnt_spcreateerror(char *); /* string */
crypto/krb5/src/lib/rpc/clnt_perror.c
311
(void) fprintf(stderr,"%s",clnt_spcreateerror(s));
include/rpc/clnt.h
420
extern char *clnt_spcreateerror(const char *); /* string */
lib/libc/rpc/clnt_perror.c
287
(void) fprintf(stderr, "%s\n", clnt_spcreateerror(s));
lib/libypclnt/ypclnt_passwd.c
100
clnt_spcreateerror(ypclnt->server));
lib/libypclnt/ypclnt_passwd.c
183
clnt_spcreateerror(ypclnt->server));
lib/libypclnt/ypclnt_passwd.c
264
clnt_spcreateerror(ypclnt->server));
libexec/ypxfr/ypxfr_getmap.c
74
yp_error("%s", clnt_spcreateerror("failed to \
libexec/ypxfr/ypxfr_main.c
88
yp_error("%s", clnt_spcreateerror("failed to "
libexec/ypxfr/ypxfr_misc.c
155
yp_error("%s",clnt_spcreateerror("failed to \
libexec/ypxfr/ypxfr_misc.c
220
yp_error("%s",clnt_spcreateerror("couldn't create \
libexec/ypxfr/ypxfr_misc.c
267
clnt_spcreateerror(server));
sbin/mount_nfs/mount_nfs.c
845
clnt_spcreateerror("RPCPROG_NFS"));
sbin/mount_nfs/mount_nfs.c
856
hostp, spec, clnt_spcreateerror("nfsd: RPCPROG_NFS"));
sbin/mount_nfs/mount_nfs.c
962
hostp, spec, clnt_spcreateerror("RPCMNT: clnt_create"));
sbin/umount/umount.c
443
clnt_spcreateerror("MOUNTPROG"));
sys/rpc/clnt.h
417
extern char *clnt_spcreateerror(const char *); /* string */
usr.bin/rup/rup.c
179
warnx("%s %s", host, clnt_spcreateerror(""));
usr.bin/rusers/rusers.c
188
errx(1, "%s", clnt_spcreateerror(""));
usr.bin/rwall/rwall.c
89
errx(1, "%s", clnt_spcreateerror(wallhost));
usr.sbin/rpc.lockd/lock_proc.c
270
syslog(LOG_ERR, "%s", clnt_spcreateerror("clntudp_create"));
usr.sbin/rpc.statd/file.c
273
clnt_spcreateerror(""));
usr.sbin/rpc.statd/procs.c
421
clnt_spcreateerror(""));
usr.sbin/rpc.umntall/rpc.umntall.c
179
warnx("%s: %s", hostname, clnt_spcreateerror("MOUNTPROG"));
usr.sbin/rpc.umntall/rpc.umntall.c
207
warnx("%s: %s", hostname, clnt_spcreateerror("MOUNTPROG"));
usr.sbin/spray/spray.c
123
errx(1, "%s", clnt_spcreateerror(""));
usr.sbin/yppush/yppush_main.c
320
yp_error("%s: %s",job->server,clnt_spcreateerror("couldn't \
usr.sbin/ypserv/yp_server.c
287
clnt_spcreateerror("failed to establish callback handle"));