Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypserv/common/
H A Dyplib_host.c137 int inkeylen, char **outval, int *outvallen) in yp_match_host() argument
145 *outvallen = 0; in yp_match_host()
163 *outvallen = yprv.val.valdat_len; in yp_match_host()
164 *outval = malloc(*outvallen + 1); in yp_match_host()
165 memcpy(*outval, yprv.val.valdat_val, *outvallen); in yp_match_host()
166 (*outval)[*outvallen] = '\0'; in yp_match_host()
175 int *outkeylen, char **outval, int *outvallen) in yp_first_host() argument
183 *outkeylen = *outvallen = 0; in yp_first_host()
202 *outvallen = yprkv.val.valdat_len; in yp_first_host()
203 *outval = malloc(*outvallen+1); in yp_first_host()
[all …]
H A Dyplib_host.h33 const char *inkey, int inkeylen, char **outval, int *outvallen);
35 char **outkey, int *outkeylen, char **outval, int *outvallen);
38 int *outvallen);
/freebsd/lib/libc/yp/
H A Dyplib.c645 char **outval, int *outvallen) in yp_match() argument
654 *outvallen = 0; in yp_match()
680 *outvallen = yprv.val.valdat_len; in yp_match()
681 *outval = (char *)malloc(*outvallen+1); in yp_match()
684 *outvallen = 0; in yp_match()
688 bcopy(yprv.val.valdat_val, *outval, *outvallen); in yp_match()
689 (*outval)[*outvallen] = '\0'; in yp_match()
723 *outvallen = yprv.val.valdat_len; in yp_match()
724 *outval = (char *)malloc(*outvallen+1); in yp_match()
727 *outvallen = 0; in yp_match()
[all …]
/freebsd/include/rpcsvc/
H A Dypclnt.h78 char **outval, int *outvallen);
80 char **outval, int *outvallen);
82 char **outkey, int *outkeylen, char **outval, int *outvallen);