Searched refs:yp_all (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/yp/
H A DMakefile.inc6 SRCS+= xdryp.c yp_all.c yp_first.c yp_maplist.c yp_master.c yp_match.c \
10 MLINKS+=ypclnt.3 yp_all.3 ypclnt.3 yp_bind.3 ypclnt.3 yp_first.3 \
H A Dyp_all.c1 /* $NetBSD: yp_all.c,v 1.11 2000/07/06 03:14:05 christos Exp $ */
31 __RCSID("$NetBSD: yp_all.c,v 1.11 2000/07/06 03:14:05 christos Exp $");
45 __weak_alias(yp_all,_yp_all)
49 yp_all(indomain, inmap, incallback)
/netbsd-6-1-5-RELEASE/include/rpcsvc/
H A Dypclnt.h80 int yp_all (const char *, const char *, struct ypall_callback *);
/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A Dyplib.c42 #define yp_all _yp_all macro
82 __weak_alias(yp_all,_yp_all);
221 yp_all(indomain, inmap, incallback) function
/netbsd-6-1-5-RELEASE/usr.bin/ypcat/
H A Dypcat.c123 r = yp_all(domainname, inmap, &ypcb);
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/yptest/
H A Dyptest.c126 printf("\nTest 7: yp_all\n");
128 Status = yp_all(Domain, Map, &Callback);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dinfo_nis.c86 /* Map to the right version of yp_all */
88 # define yp_all am_yp_all macro
122 * Callback from yp_all
174 * If you are using NIS and your yp_all function is "broken", you have to
175 * get it fixed. The bug in yp_all() is that it does not close a TCP
180 error = yp_all(gopt.nis_domain, map, &cbinfo);
389 * If you are using NIS and your yp_all function is "broken", use an
390 * alternate code which avoids a bug in yp_all(). The bug in yp_all() is
/netbsd-6-1-5-RELEASE/lib/libc/include/
H A Dnamespace.h793 #define yp_all _yp_all macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsys-protos.h1339 extern int yp_all(char *, char *, struct ypall_callback *);

Completed in 379 milliseconds