Searched refs:clnt_sperrno (Results 1 – 17 of 17) sorted by relevance
/freebsd/lib/libc/rpc/ |
H A D | clnt_perror.c | 94 (void)strncpy(str, clnt_sperrno(e.re_status), len - 1); in clnt_sperror() 211 clnt_sperrno(enum clnt_stat stat) in clnt_sperrno() function 225 (void) fprintf(stderr, "%s\n", clnt_sperrno(num)); in clnt_perrno() 244 (void)strncat(str, clnt_sperrno(rpc_createerr.cf_stat), len - 1); in clnt_spcreateerror() 249 clnt_sperrno(rpc_createerr.cf_error.re_status), len - 4); in clnt_spcreateerror()
|
H A D | Symbol.map | 33 clnt_sperrno;
|
H A D | Makefile.inc | 76 rpc_clnt_calls.3 clnt_sperrno.3 \
|
/freebsd/contrib/netbsd-tests/lib/libc/rpc/ |
H A D | t_rpc.c | 174 ERRX(EXIT_FAILURE, "clnt_call: %s", clnt_sperrno(rv)); in rawtest() 225 ERRX(EXIT_FAILURE, "clnt_call: %s", clnt_sperrno(rv)); in regtest() 232 ERRX(EXIT_FAILURE, "clnt_call: %s", clnt_sperrno(rv)); in regtest() 249 ERRX(EXIT_FAILURE, "%s", clnt_sperrno(clnt_stat)); in allhosts()
|
/freebsd/usr.sbin/ypset/ |
H A D | ypset.c | 102 server, clnt_sperrno(r)); in bind_tohost()
|
/freebsd/usr.bin/rup/ |
H A D | rup.c | 211 errx(1, "%s", clnt_sperrno(clnt_stat)); in allhosts()
|
/freebsd/usr.bin/rusers/ |
H A D | rusers.c | 213 errx(1, "%s", clnt_sperrno(clnt_stat)); in allhosts()
|
/freebsd/include/rpc/ |
H A D | clnt.h | 428 extern char *clnt_sperrno(enum clnt_stat); /* string */
|
/freebsd/usr.sbin/yp_mkdb/ |
H A D | yp_mkdb.c | 334 clnt_sperrno((enum clnt_stat) stat)); in main()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd.c | 883 clnt_sperrno(ret)); in init_nsm() 891 syslog(LOG_ERR, "%lu %s", SM_PROG, clnt_sperrno(ret)); in init_nsm()
|
H A D | lock_proc.c | 346 success, clnt_sperrno(success)); in transmit_result() 375 success, clnt_sperrno(success)); in transmit4_result()
|
H A D | lockd_lock.c | 2239 success, clnt_sperrno(success)); in send_granted()
|
/freebsd/sys/rpc/ |
H A D | clnt.h | 609 extern char *clnt_sperrno(enum clnt_stat); /* string */
|
/freebsd/libexec/ypxfr/ |
H A D | ypxfr_main.c | 556 clnt_sperrno((enum clnt_stat) stat)); in main()
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcb_svc_com.c | 1284 clnt_sperrno(reply_error.re_status)); in handle_reply()
|
/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 626 errx(1, "broadcast failed: %s", clnt_sperrno(rpc_stat));
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1480 fun:clnt_sperrno=uninstrumented
|