Home
last modified time | relevance | path

Searched defs:outvallen (Results 1 – 5 of 5) 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
/netbsd-src/usr.sbin/ypserv/common/
H A Dyplib_host.c128 int inkeylen, char **outval, int *outvallen) in yp_match_host()
161 int *outkeylen, char **outval, int *outvallen) in yp_first_host()
196 int *outvallen) in yp_next_host()
/netbsd-src/lib/libc/yp/
H A Dyp_first.c122 int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next()
H A Dyp_match.c166 int inkeylen, char **outval, int *outvallen) in yp_match()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dinfo_nis.c403 int outkeylen, outvallen; in am_yp_all() local