Searched defs:inkeylen (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/lib/libc/yp/ |
H A D | yp_first.c | 122 int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next()
|
H A D | yp_match.c | 166 int inkeylen, char **outval, int *outvallen) in yp_match()
|
/netbsd-src/distrib/utils/libhack/ |
H A D | yplib.c | 173 yp_match(indomain, inmap, inkey, inkeylen, outval, outvallen) in yp_match() argument 204 yp_next(indomain, inmap, inkey, inkeylen, outkey, outkeylen, outval, outvallen) in yp_next() argument
|
/netbsd-src/usr.sbin/ypserv/common/ |
H A D | yplib_host.c | 128 int inkeylen, char **outval, int *outvallen) in yp_match_host() 195 int inkeylen, char **outkey, int *outkeylen, char **outval, in yp_next_host()
|
/netbsd-src/usr.bin/ypcat/ |
H A D | ypcat.c | 151 printit(int instatus, char *inkey, int inkeylen, char *inval, in printit()
|
/netbsd-src/usr.sbin/ypserv/yppush/ |
H A D | yppush.c | 293 pushit(int instatus, char *inkey, int inkeylen, char *inval, in pushit()
|