Home
last modified time | relevance | path

Searched refs:outkey (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libc/yp/
H A Dyplib.c760 yp_first(char *indomain, char *inmap, char **outkey, int *outkeylen, in yp_first() argument
775 *outkey = *outval = NULL; in yp_first()
802 *outkey = (char *)malloc(*outkeylen+1); in yp_first()
803 bcopy(yprkv.key.keydat_val, *outkey, *outkeylen); in yp_first()
804 (*outkey)[*outkeylen] = '\0'; in yp_first()
818 char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next() argument
833 *outkey = *outval = NULL; in yp_next()
862 *outkey = (char *)malloc(*outkeylen+1); in yp_next()
863 bcopy(yprkv.key.keydat_val, *outkey, *outkeylen); in yp_next()
864 (*outkey)[*outkeylen] = '\0'; in yp_next()
/dragonfly/contrib/mdocml/
H A Dmansearch.c95 size_t cur, i, maxres, outkey; in mansearch() local
109 outkey = KEY_Nd; in mansearch()
110 if (search->outkey != NULL) in mansearch()
112 if (0 == strcasecmp(search->outkey, in mansearch()
114 outkey = im; in mansearch()
201 mpage->output = buildoutput(outkey, page); in mansearch()
H A Dmansearch.h104 const char *outkey; /* show content of this macro */ member
H A Dmain.c187 search.outkey = "Nd"; in main()
363 search.outkey = oarg; in main()
1051 search.outkey = NULL; in check_xr()