Searched refs:outval (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/usr.sbin/ypserv/common/ |
| H A D | yplib_host.c | 138 int inkeylen, char **outval, int *outvallen) in yp_match_host() argument 145 *outval = NULL; in yp_match_host() 165 *outval = malloc(*outvallen + 1); in yp_match_host() 167 (*outval)[*outvallen] = '\0'; in yp_match_host() 176 int *outkeylen, char **outval, int *outvallen) in yp_first_host() argument 183 *outkey = *outval = NULL; in yp_first_host() 204 *outval = malloc(*outvallen+1); in yp_first_host() 206 (*outval)[*outvallen] = '\0'; in yp_first_host() 222 *outkey = *outval = NULL; in yp_next_host() 245 *outval = malloc(*outvallen+1); in yp_next_host() [all …]
|
| H A D | yplib_host.h | 33 const char *inkey, int inkeylen, char **outval, int *outvallen); 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 | 653 *outval = NULL; in yp_match() 682 if (*outval == NULL) { in yp_match() 689 (*outval)[*outvallen] = '\0'; in yp_match() 725 if (*outval == NULL) { in yp_match() 733 (*outval)[*outvallen] = '\0'; in yp_match() 782 *outkey = *outval = NULL; in yp_first() 827 if (*outval == NULL) { in yp_first() 836 (*outval)[*outvallen] = '\0'; in yp_first() 861 *outkey = *outval = NULL; in yp_next() 908 if (*outval == NULL) { in yp_next() [all …]
|
| /freebsd-14.2/include/rpcsvc/ |
| H A D | ypclnt.h | 78 char **outval, int *outvallen); 80 char **outval, int *outvallen); 82 char **outkey, int *outkeylen, char **outval, int *outvallen);
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | refclock_ripencc.c | 1286 short outval; in bGetShort() local 1292 return outval; in bGetShort() 1307 return outval; in bGetUShort() 1315 long outval; in bGetLong() local 1323 return outval; in bGetLong() 1331 unsigned long outval; in bGetULong() local 1339 return outval; in bGetULong() 1348 float outval; in bGetSingle() local 1356 return outval; in bGetSingle() 1364 double outval; in bGetDouble() local [all …]
|
| /freebsd-14.2/sys/dev/qat/qat_common/ |
| H A D | qat_uclo.c | 149 unsigned int outval; in qat_uclo_wr_sram_by_words() local 157 memcpy(&outval, ptr, 4); in qat_uclo_wr_sram_by_words() 158 SRAM_WRITE(handle, addr, outval); in qat_uclo_wr_sram_by_words() 173 unsigned int outval; in qat_uclo_wr_umem_by_words() local 179 memcpy(&outval, ptr, 4); in qat_uclo_wr_umem_by_words() 180 qat_hal_wr_umem(handle, ae, addr++, 1, &outval); in qat_uclo_wr_umem_by_words()
|