Symbol: clnt_spcreateerror
include/rpc/clnt.h
421
extern char *clnt_spcreateerror(const char *); /* string */
lib/libc/rpc/clnt_perror.c
287
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
72
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
651
clnt_spcreateerror("RPCPROG_NFS"));
sbin/mount_nfs/mount_nfs.c
662
hostp, spec, clnt_spcreateerror("nfsd: RPCPROG_NFS"));
sbin/mount_nfs/mount_nfs.c
707
hostp, spec, clnt_spcreateerror("RPCMNT: clnt_create"));
sbin/umount/umount.c
467
clnt_spcreateerror("RPCPROG_MNT"));
usr.bin/rusers/rusers.c
184
errx(1, "%s", clnt_spcreateerror(""));
usr.sbin/rpc.lockd/lock_proc.c
230
syslog(LOG_ERR, "%s", clnt_spcreateerror("clntudp_create"));
usr.sbin/rpc.statd/file.c
239
clnt_spcreateerror(""));
usr.sbin/rpc.statd/procs.c
342
clnt_spcreateerror(""));
usr.sbin/rpc.umntall/rpc.umntall.c
182
warnx("%s: %s", hostname, clnt_spcreateerror("RPCPROG_MNT"));
usr.sbin/rpc.umntall/rpc.umntall.c
210
warnx("%s: %s", hostname, clnt_spcreateerror("RPCPROG_MNT"));
usr.sbin/yppush/yppush_main.c
320
yp_error("%s: %s",job->server,clnt_spcreateerror("couldn't \
usr.sbin/ypserv/yp_server.c
284
clnt_spcreateerror("failed to establish callback handle"));