Home
last modified time | relevance | path

Searched defs:indomain (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/distrib/utils/libhack/
H A Dyplib.c173 yp_match(indomain, inmap, inkey, inkeylen, outval, outvallen) in yp_match() argument
188 yp_first(indomain, inmap, outkey, outkeylen, outval, outvallen) in yp_first() argument
204 yp_next(indomain, inmap, inkey, inkeylen, outkey, outkeylen, outval, outvallen) in yp_next() argument
221 yp_all(indomain, inmap, incallback) in yp_all() argument
230 yp_order(indomain, inmap, outorder) in yp_order() argument
239 yp_master(indomain, inmap, outname) in yp_master() argument
248 yp_maplist(indomain, outmaplist) in yp_maplist() argument
/netbsd-src/usr.sbin/ypserv/common/
H A Dyplib_host.c127 yp_match_host(CLIENT *client, char *indomain, char *inmap, const char *inkey, in yp_match_host()
160 yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey, in yp_first_host()
194 yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey, in yp_next_host()
231 yp_all_host(CLIENT *client, const char *indomain, const char *inmap, in yp_all_host()
250 yp_order_host(CLIENT *client, char *indomain, char *inmap, int *outorder) in yp_order_host()
272 yp_master_host(CLIENT *client, char *indomain, char *inmap, char **outname) in yp_master_host()
296 yp_maplist_host(CLIENT *client, char *indomain, struct ypmaplist **outmaplist) in yp_maplist_host()
/netbsd-src/lib/libc/yp/
H A Dyp_first.c121 yp_next(const char *indomain, const char *inmap, const char *inkey, in yp_next()
H A Dyp_match.c165 yp_match(const char *indomain, const char *inmap, const char *inkey, in yp_match()
/netbsd-src/usr.sbin/yppoll/
H A Dyppoll.c161 get_remote_info(const char *indomain, const char *inmap, const char *server, in get_remote_info()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dinfo_nis.c399 am_yp_all(char *indomain, char *inmap, struct ypall_callback *incallback) in am_yp_all()