Lines Matching refs:outkeylen
175 int *outkeylen, char **outval, int *outvallen) in yp_first_host() argument
183 *outkeylen = *outvallen = 0; in yp_first_host()
198 *outkeylen = yprkv.key.keydat_len; in yp_first_host()
199 *outkey = malloc(*outkeylen+1); in yp_first_host()
200 memcpy(*outkey, yprkv.key.keydat_val, *outkeylen); in yp_first_host()
201 (*outkey)[*outkeylen] = '\0'; in yp_first_host()
214 int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next_host() argument
222 *outkeylen = *outvallen = 0; in yp_next_host()
239 *outkeylen = yprkv.key.keydat_len; in yp_next_host()
240 *outkey = malloc(*outkeylen+1); in yp_next_host()
241 memcpy(*outkey, yprkv.key.keydat_val, *outkeylen); in yp_next_host()
242 (*outkey)[*outkeylen] = '\0'; in yp_next_host()