Home
last modified time | relevance | path

Searched refs:nc_sperror (Results 1 – 11 of 11) sorted by relevance

/freebsd/include/
H A Dnetconfig.h122 char *nc_sperror(void);
/freebsd/sys/rpc/
H A Dnetconfig.h93 char *nc_sperror(void);
/freebsd/contrib/tcp_wrappers/
H A Dtli.c43 extern char *nc_sperror();
231 tcpd_warn("getnetconfigent(%s): %s", config->nc_netid, nc_sperror());
/freebsd/lib/libypclnt/
H A Dypclnt_passwd.c92 "getnetconfig: %s", nc_sperror()); in ypclnt_havepasswdd()
175 "getnetconfig: %s", nc_sperror()); in yppasswd_local()
/freebsd/lib/libc/rpc/
H A Dcrypt_client.c62 warnx("getnetconfig: %s", nc_sperror()); in _des_crypt_call()
H A DSymbol.map48 nc_sperror;
H A Dgetnetconfig.c648 nc_sperror(void) in nc_sperror() function
681 fprintf(stderr, "%s: %s\n", s, nc_sperror()); in nc_perror()
H A DMakefile.inc60 getnetconfig.3 nc_sperror.3 \
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c296 yp_error("getnetconfigent unix: %s", nc_sperror()); in main()
/freebsd/sbin/mount_nfs/
H A Dmount_nfs.c784 snprintf(errbuf, sizeof errbuf, "%s: %s", netid, nc_sperror()); in nfs_tryproto()
801 nc_sperror()); in nfs_tryproto()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c317 warnx("getnetconfig: %s", nc_sperror());