Home
last modified time | relevance | path

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

/dragonfly/lib/libc/yp/
HDyplib.c760 yp_first(char *indomain, char *inmap, char **outkey, int *outkeylen, in yp_first() argument
776 *outkeylen = *outvallen = 0; in yp_first()
801 *outkeylen = yprkv.key.keydat_len; 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
834 *outkeylen = *outvallen = 0; in yp_next()
861 *outkeylen = yprkv.key.keydat_len; in yp_next()
862 *outkey = (char *)malloc(*outkeylen+1); in yp_next()
[all …]