| /netbsd/src/lib/libc/yp/ |
| D | yp_first.c | 49 int *outkeylen, char **outval, int *outvallen) in __weak_alias() 57 outval == NULL || outvallen == NULL) in __weak_alias() 59 *outkey = *outval = NULL; in __weak_alias() 97 if ((*outval = malloc((size_t)(*outvallen + 1))) == NULL) in __weak_alias() 100 (void)memcpy(*outval, yprkv.valdat.dptr, in __weak_alias() 102 (*outval)[*outvallen] = '\0'; in __weak_alias() 112 if (*outval) { in __weak_alias() 113 free(*outval); in __weak_alias() 114 *outval = NULL; in __weak_alias() 122 int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next() argument [all …]
|
| D | yp_match.c | 166 int inkeylen, char **outval, int *outvallen) in yp_match() argument 173 if (outval == NULL || outvallen == NULL) in yp_match() 175 *outval = NULL; in yp_match() 194 if ((*outval = malloc((size_t)(*outvallen + 1))) == NULL) in yp_match() 196 (void)memcpy(*outval, yprv.valdat.dptr, (size_t)*outvallen); in yp_match() 197 (*outval)[*outvallen] = '\0'; in yp_match() 226 if ((*outval = malloc((size_t)(*outvallen + 1))) == NULL) in yp_match() 228 (void)memcpy(*outval, yprv.valdat.dptr, (size_t)*outvallen); in yp_match() 229 (*outval)[*outvallen] = '\0'; in yp_match() 233 *outval, *outvallen)) in yp_match() [all …]
|
| /netbsd/src/usr.sbin/ypserv/common/ |
| D | yplib_host.c | 128 int inkeylen, char **outval, int *outvallen) in yp_match_host() argument 134 *outval = NULL; in yp_match_host() 151 *outval = (char *)malloc(*outvallen+1); in yp_match_host() 152 memcpy(*outval, yprv.valdat.dptr, *outvallen); in yp_match_host() 153 (*outval)[*outvallen] = '\0'; in yp_match_host() 161 int *outkeylen, char **outval, int *outvallen) in yp_first_host() argument 167 *outkey = *outval = NULL; in yp_first_host() 185 *outval = (char *)malloc(*outvallen+1); in yp_first_host() 186 memcpy(*outval, yprkv.valdat.dptr, *outvallen); in yp_first_host() 187 (*outval)[*outvallen] = '\0'; in yp_first_host() [all …]
|
| D | yplib_host.h | 33 const char *inkey, int inkeylen, char **outval, 36 char **outkey, int *outkeylen, char **outval, 40 int *outkeylen, char **outval, int *outvallen);
|
| /netbsd/src/distrib/utils/libhack/ |
| D | yplib.c | 173 yp_match(indomain, inmap, inkey, inkeylen, outval, outvallen) in yp_match() argument 178 char **outval; 181 *outval = NULL; 188 yp_first(indomain, inmap, outkey, outkeylen, outval, outvallen) in yp_first() argument 193 char **outval; 197 *outkey = *outval = NULL; 204 yp_next(indomain, inmap, inkey, inkeylen, outkey, outkeylen, outval, outvallen) in yp_next() argument 211 char **outval; 214 *outkey = *outval = NULL;
|
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | info_nis.c | 402 char *outkey, *outval; in am_yp_all() local 409 i = yp_first(indomain, inmap, &outkey, &outkeylen, &outval, &outvallen); in am_yp_all() 417 outval, in am_yp_all() 429 XFREE(outval); in am_yp_all() 438 &outval, in am_yp_all()
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | refclock_ripencc.c | 1288 short outval; in bGetShort() local 1291 optr = (unsigned char*)&outval + 1; in bGetShort() 1294 return outval; in bGetShort() 1303 unsigned short outval; in bGetUShort() local 1306 optr = (unsigned char*)&outval + 1; in bGetUShort() 1309 return outval; in bGetUShort() 1317 long outval; in bGetLong() local 1320 optr = (unsigned char*)&outval + 3; in bGetLong() 1325 return outval; in bGetLong() 1333 unsigned long outval; in bGetULong() local [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.cc | 16533 rtx outval = operands[1]; in arm_reload_out_hi() local 16563 gcc_assert (REG_P (outval) || SUBREG_P (outval)); in arm_reload_out_hi() 16565 if (REG_P (outval)) in arm_reload_out_hi() 16568 gen_rtx_SUBREG (SImode, outval, 0))); in arm_reload_out_hi() 16572 if (GET_MODE (SUBREG_REG (outval)) == SImode) in arm_reload_out_hi() 16574 SUBREG_REG (outval))); in arm_reload_out_hi() 16594 if (reg_overlap_mentioned_p (base_plus, outval)) in arm_reload_out_hi() 16598 if (!reg_overlap_mentioned_p (scratch, outval)) in arm_reload_out_hi() 16610 emit_insn (gen_movhi (scratch_hi, outval)); in arm_reload_out_hi() 16611 outval = scratch_hi; in arm_reload_out_hi() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | ChangeLog-1991-2021 | 10247 return_value method's "inval" and "outval" parameters with
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2003 | 1118 * gdbarch.sh (return_value): Replace "inval" and "outval" with
|