Home
last modified time | relevance | path

Searched defs:outkey (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/ypserv/common/
H A Dyplib_host.c174 yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey, in yp_first_host()
214 int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next_host()
/freebsd/usr.sbin/ypldap/
H A Daldap.c443 aldap_first_attr(struct aldap_message *msg, char **outkey, char ***outvalues) in aldap_first_attr()
472 aldap_next_attr(struct aldap_message *msg, char **outkey, char ***outvalues) in aldap_next_attr()
/freebsd/lib/libc/yp/
H A Dyplib.c767 yp_first(char *indomain, char *inmap, char **outkey, int *outkeylen, in yp_first()
846 char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next()
/freebsd/contrib/mandoc/
H A Dmansearch.h104 const char *outkey; /* show content of this macro */ member
H A Dmansearch.c95 size_t cur, i, maxres, outkey; in mansearch() local