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

12

/freebsd-10.1-release/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.c60 while ((nconf = getnetconfig(localhandle)) != NULL) {
66 warnx("getnetconfig: %s", nc_sperror());
H A DSymbol.map79 getnetconfig;
H A Dgetnetpath.c163 if ((ncp = getnetconfig(np_sessionp->nc_handlep)) == NULL) {
H A Drpc_generic.c269 while ((nconf = getnetconfig(confighandle)) != NULL) {
370 nconf = getnetconfig(handle->nhandle);
H A Dkey_call.c385 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";
182 * getnetconfig() to parse the file. Each call to getnetconfig() using the
184 * setnetconfig() must be called before the first call to getnetconfig().
235 * When first called, getnetconfig() returns a pointer to the first entry in
237 * call, getnetconfig() returns a pointer to the next entry in the database.
238 * getnetconfig() can thus be used to search the entire netconfig file.
239 * getnetconfig() returns NULL at end of file.
243 getnetconfig(handle function
[all...]
H A Drpc_soc.c525 while ((nconf = getnetconfig(localhandle)) != NULL) {
H A Drpcb_clnt.c493 while ((nconf = getnetconfig(nc_handle)) != NULL) {
679 while ((nconf = getnetconfig(localhandle)) != NULL) {
/freebsd-10.1-release/include/
H A Dnetconfig.h83 struct netconfig *getnetconfig(void *);
/freebsd-10.1-release/sys/modules/krpc/
H A DMakefile12 getnetconfig.c \
/freebsd-10.1-release/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.1-release/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.1-release/usr.sbin/rpc.lockd/
H A Dlockd.c309 while ((nconf = getnetconfig(nc_handle))) {
328 while ((nconf = getnetconfig(nc_handle))) {
400 while ((nconf = getnetconfig(nc_handle))) {
/freebsd-10.1-release/usr.sbin/rpc.statd/
H A Dstatd.c196 while ((nconf = getnetconfig(nc_handle))) {
260 while ((nconf = getnetconfig(nc_handle))) {
/freebsd-10.1-release/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.1-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c292 while ((nconf = getnetconfig(localhandle)) != NULL) {
/freebsd-10.1-release/usr.sbin/ypserv/
H A Dyp_main.c536 while((nconf = getnetconfig(nc_handle))) {
/freebsd-10.1-release/usr.sbin/keyserv/
H A Dkeyserv.c183 while ((nconf = getnetconfig(localhandle)) != NULL) {
190 errx(1, "getnetconfig: %s", nc_sperror());
/freebsd-10.1-release/usr.sbin/rpcbind/
H A Drpcbind.c180 while ((nconf = getnetconfig(nc_handle))) {
/freebsd-10.1-release/contrib/gcc/
H A Dsys-protos.h467 extern struct netconfig * getnetconfig(void *);
/freebsd-10.1-release/usr.sbin/mountd/
H A Dmountd.c479 while ((nconf = getnetconfig(nc_handle))) {
542 while ((nconf = getnetconfig(nc_handle))) {

Completed in 296 milliseconds

12