Home
last modified time | relevance | path

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

/src/usr.sbin/ypserv/common/
H A Dyplib_host.c177 int *outkeylen, char **outval, int *outvallen) in yp_first_host() argument
185 *outkeylen = *outvallen = 0; in yp_first_host()
200 *outkeylen = yprkv.key.keydat_len; in yp_first_host()
201 *outkey = malloc(*outkeylen+1); in yp_first_host()
202 memcpy(*outkey, yprkv.key.keydat_val, *outkeylen); in yp_first_host()
203 (*outkey)[*outkeylen] = '\0'; in yp_first_host()
216 int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next_host() argument
224 *outkeylen = *outvallen = 0; in yp_next_host()
241 *outkeylen = yprkv.key.keydat_len; in yp_next_host()
242 *outkey = malloc(*outkeylen+1); in yp_next_host()
[all …]
H A Dyplib_host.h37 char **outkey, int *outkeylen, char **outval, int *outvallen);
39 int inkeylen, char **outkey, int *outkeylen, char **outval,
/src/lib/libc/yp/
H A Dyplib.c767 yp_first(char *indomain, char *inmap, char **outkey, int *outkeylen, in yp_first() argument
783 *outkeylen = *outvallen = 0; in yp_first()
814 *outkeylen = yprkv.key.keydat_len; in yp_first()
815 *outkey = (char *)malloc(*outkeylen+1); in yp_first()
818 *outkeylen = 0; in yp_first()
823 bcopy(yprkv.key.keydat_val, *outkey, *outkeylen); in yp_first()
824 (*outkey)[*outkeylen] = '\0'; in yp_first()
830 *outkeylen = *outvallen = 0; in yp_first()
846 char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next() argument
862 *outkeylen = *outvallen = 0; in yp_next()
[all …]
/src/include/rpcsvc/
H A Dypclnt.h79 int yp_first(char *indomain, char *inmap, char **outkey, int *outkeylen,
82 char **outkey, int *outkeylen, char **outval, int *outvallen);