Searched refs:getnetconfig (Results 1 - 25 of 25) sorted by relevance

/freebsd-10-stable/lib/libc/rpc/
H A DMakefile.inc7 clnt_vc.c rpc_dtablesize.c getnetconfig.c getnetpath.c getrpcent.c \
47 MAN+= bindresvport.3 des_crypt.3 getnetconfig.3 getnetpath.3 getrpcent.3 \
57 getnetconfig.3 setnetconfig.3 \
58 getnetconfig.3 getnetconfigent.3 \
59 getnetconfig.3 freenetconfigent.3 \
60 getnetconfig.3 endnetconfig.3 \
61 getnetconfig.3 nc_perror.3 \
62 getnetconfig.3 nc_sperror.3 \
H A Dcrypt_client.c57 while ((nconf = getnetconfig(localhandle)) != NULL) {
63 warnx("getnetconfig: %s", nc_sperror());
H A DSymbol.map79 getnetconfig;
H A Dgetnetpath.c162 if ((ncp = getnetconfig(np_sessionp->nc_handlep)) == NULL) {
H A Drpc_generic.c265 while ((nconf = getnetconfig(confighandle)) != NULL) {
364 nconf = getnetconfig(handle->nhandle);
H A Dkey_call.c369 while ((nconf = getnetconfig(localhandle)) != NULL) {
H A Drpc_soc.c480 while ((nconf = getnetconfig(localhandle)) != NULL) {
H A Dgetnetconfig.c1 /* $NetBSD: getnetconfig.c,v 1.3 2000/07/06 03:10:34 christos Exp $ */
32 static char sccsid[] = "@(#)getnetconfig.c 1.12 91/12/19 SMI";
35 __FBSDID("$FreeBSD: stable/10/lib/libc/rpc/getnetconfig.c 320582 2017-07-03 02:14:42Z delphij $");
181 * getnetconfig() to parse the file. Each call to getnetconfig() using the
183 * setnetconfig() must be called before the first call to getnetconfig().
234 * When first called, getnetconfig() returns a pointer to the first entry in
236 * call, getnetconfig() returns a pointer to the next entry in the database.
237 * getnetconfig() can thus be used to search the entire netconfig file.
238 * getnetconfig() return
242 getnetconfig(void *handlep) function
[all...]
H A Drpcb_clnt.c478 while ((nconf = getnetconfig(nc_handle)) != NULL) {
660 while ((nconf = getnetconfig(localhandle)) != NULL) {
/freebsd-10-stable/include/
H A Dnetconfig.h83 struct netconfig *getnetconfig(void *);
/freebsd-10-stable/sys/modules/krpc/
H A DMakefile12 getnetconfig.c \
/freebsd-10-stable/sys/rpc/
H A Dnetconfig.h83 struct netconfig *getnetconfig(void *);
H A Dgetnetconfig.c98 getnetconfig(void *handle) function
H A Drpc_generic.c529 while ((nconf = getnetconfig(confighandle)) != NULL) {
619 nconf = getnetconfig(handle->nhandle);
623 nconf = getnetconfig(handle->nhandle);
H A Drpcb_clnt.c494 while ((nconf = getnetconfig(nc_handle)) != NULL) {
694 while ((nconf = getnetconfig(localhandle)) != NULL) {
/freebsd-10-stable/lib/libypclnt/
H A Dypclnt_passwd.c85 while ((nc = getnetconfig(localhandle)) != NULL) {
92 "getnetconfig: %s", nc_sperror());
168 while ((nc = getnetconfig(localhandle)) != NULL) {
175 "getnetconfig: %s", nc_sperror());
/freebsd-10-stable/usr.sbin/rpc.lockd/
H A Dlockd.c305 while ((nconf = getnetconfig(nc_handle))) {
324 while ((nconf = getnetconfig(nc_handle))) {
396 while ((nconf = getnetconfig(nc_handle))) {
/freebsd-10-stable/usr.sbin/rpc.statd/
H A Dstatd.c196 while ((nconf = getnetconfig(nc_handle))) {
260 while ((nconf = getnetconfig(nc_handle))) {
/freebsd-10-stable/contrib/tcp_wrappers/
H A Dtli.c211 while (config = getnetconfig(handlep)) {
231 * Something else may clobber our getnetconfig() result, so we'd better
/freebsd-10-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c292 while ((nconf = getnetconfig(localhandle)) != NULL) {
/freebsd-10-stable/usr.sbin/ypserv/
H A Dyp_main.c536 while((nconf = getnetconfig(nc_handle))) {
/freebsd-10-stable/usr.sbin/keyserv/
H A Dkeyserv.c183 while ((nconf = getnetconfig(localhandle)) != NULL) {
190 errx(1, "getnetconfig: %s", nc_sperror());
/freebsd-10-stable/usr.sbin/rpcbind/
H A Drpcbind.c180 while ((nconf = getnetconfig(nc_handle))) {
/freebsd-10-stable/contrib/gcc/
H A Dsys-protos.h467 extern struct netconfig * getnetconfig(void *);
/freebsd-10-stable/usr.bin/rpcinfo/
H A Drpcinfo.c321 while ((nconf = getnetconfig(localhandle)) != NULL) {
327 warnx("getnetconfig: %s", nc_sperror());

Completed in 194 milliseconds