Lines Matching refs:outkeylen
161 int *outkeylen, char **outval, int *outvallen) in yp_first_host() argument
168 *outkeylen = *outvallen = 0; in yp_first_host()
180 *outkeylen = yprkv.keydat.dsize; in yp_first_host()
181 *outkey = (char *)malloc(*outkeylen+1); in yp_first_host()
182 memcpy(*outkey, yprkv.keydat.dptr, *outkeylen); in yp_first_host()
183 (*outkey)[*outkeylen] = '\0'; in yp_first_host()
195 int inkeylen, char **outkey, int *outkeylen, char **outval, in yp_next_host() argument
203 *outkeylen = *outvallen = 0; in yp_next_host()
217 *outkeylen = yprkv.keydat.dsize; in yp_next_host()
218 *outkey = (char *)malloc(*outkeylen+1); in yp_next_host()
219 memcpy(*outkey, yprkv.keydat.dptr, *outkeylen); in yp_next_host()
220 (*outkey)[*outkeylen] = '\0'; in yp_next_host()