Searched refs:nc_sperror (Results 1 – 11 of 11) sorted by relevance
/freebsd/include/ |
H A D | netconfig.h | 122 char *nc_sperror(void);
|
/freebsd/sys/rpc/ |
H A D | netconfig.h | 93 char *nc_sperror(void);
|
/freebsd/contrib/tcp_wrappers/ |
H A D | tli.c | 43 extern char *nc_sperror(); 231 tcpd_warn("getnetconfigent(%s): %s", config->nc_netid, nc_sperror());
|
/freebsd/lib/libypclnt/ |
H A D | ypclnt_passwd.c | 92 "getnetconfig: %s", nc_sperror()); in ypclnt_havepasswdd() 175 "getnetconfig: %s", nc_sperror()); in yppasswd_local()
|
/freebsd/lib/libc/rpc/ |
H A D | crypt_client.c | 62 warnx("getnetconfig: %s", nc_sperror()); in _des_crypt_call()
|
H A D | Symbol.map | 48 nc_sperror;
|
H A D | getnetconfig.c | 648 nc_sperror(void) in nc_sperror() function 681 fprintf(stderr, "%s: %s\n", s, nc_sperror()); in nc_perror()
|
H A D | Makefile.inc | 60 getnetconfig.3 nc_sperror.3 \
|
/freebsd/usr.sbin/rpc.yppasswdd/ |
H A D | yppasswdd_main.c | 296 yp_error("getnetconfigent unix: %s", nc_sperror()); in main()
|
/freebsd/sbin/mount_nfs/ |
H A D | mount_nfs.c | 784 snprintf(errbuf, sizeof errbuf, "%s: %s", netid, nc_sperror()); in nfs_tryproto() 801 nc_sperror()); in nfs_tryproto()
|
/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 317 warnx("getnetconfig: %s", nc_sperror());
|