Searched refs:outkeylen (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/usr.sbin/ypserv/common/ |
| H A D | yplib_host.c | 176 int *outkeylen, char **outval, int *outvallen) in yp_first_host() argument 184 *outkeylen = *outvallen = 0; in yp_first_host() 199 *outkeylen = yprkv.key.keydat_len; in yp_first_host() 200 *outkey = malloc(*outkeylen+1); in yp_first_host() 201 memcpy(*outkey, yprkv.key.keydat_val, *outkeylen); in yp_first_host() 202 (*outkey)[*outkeylen] = '\0'; in yp_first_host() 223 *outkeylen = *outvallen = 0; in yp_next_host() 240 *outkeylen = yprkv.key.keydat_len; in yp_next_host() 241 *outkey = malloc(*outkeylen+1); in yp_next_host() 242 memcpy(*outkey, yprkv.key.keydat_val, *outkeylen); in yp_next_host() [all …]
|
| H A D | yplib_host.h | 35 char **outkey, int *outkeylen, char **outval, int *outvallen); 37 int inkeylen, char **outkey, int *outkeylen, char **outval,
|
| /freebsd-14.2/lib/libc/yp/ |
| H A D | yplib.c | 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() 824 (*outkey)[*outkeylen] = '\0'; in yp_first() 830 *outkeylen = *outvallen = 0; in yp_first() 862 *outkeylen = *outvallen = 0; in yp_next() 895 *outkeylen = yprkv.key.keydat_len; in yp_next() 899 *outkeylen = 0; in yp_next() 905 (*outkey)[*outkeylen] = '\0'; in yp_next() [all …]
|
| /freebsd-14.2/include/rpcsvc/ |
| H A D | ypclnt.h | 79 int yp_first(char *indomain, char *inmap, char **outkey, int *outkeylen, 82 char **outkey, int *outkeylen, char **outval, int *outvallen);
|