Home
last modified time | relevance | path

Searched refs:outval (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/lib/libc/yp/
H A Dypmatch_cache.c139 int inkeylen, char **outval, int *outvallen) in yp_match() argument
153 *outval = NULL; in yp_match()
164 if ((*outval = malloc(*outvallen + 1)) == NULL) { in yp_match()
168 (void)memcpy(*outval, yprv.val.valdat_val, *outvallen); in yp_match()
169 (*outval)[*outvallen] = '\0'; in yp_match()
195 if ((*outval = malloc(*outvallen + 1)) == NULL) { in yp_match()
199 (void)memcpy(*outval, yprv.val.valdat_val, *outvallen); in yp_match()
200 (*outval)[*outvallen] = '\0'; in yp_match()
204 *outval, *outvallen); in yp_match()
216 int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next() argument
[all …]
H A Dyp_first.c40 char **outval, int *outvallen) in yp_first() argument
53 *outkey = *outval = NULL; in yp_first()
79 (*outval = malloc(*outvallen + 1)) == NULL) { in yp_first()
85 (void)memcpy(*outval, yprkv.val.valdat_val, *outvallen); in yp_first()
86 (*outval)[*outvallen] = '\0'; in yp_first()
/openbsd-src/usr.sbin/ypserv/common/
H A Dyplib_host.c123 int inkeylen, char **outval, int *outvallen) in yp_match_host() argument
130 *outval = NULL; in yp_match_host()
149 *outval = malloc(*outvallen+1); in yp_match_host()
150 memcpy(*outval, yprv.val.valdat_val, *outvallen); in yp_match_host()
151 (*outval)[*outvallen] = '\0'; in yp_match_host()
159 int *outkeylen, char **outval, int *outvallen) in yp_first_host() argument
166 *outkey = *outval = NULL; in yp_first_host()
186 *outval = malloc(*outvallen+1); in yp_first_host()
187 memcpy(*outval, yprkv.val.valdat_val, *outvallen); in yp_first_host()
188 (*outval)[*outvallen] = '\0'; 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);
37 int inkeylen, char **outkey, int *outkeylen, char **outval,
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalarith.c619 struct value *outval = NULL; in value_concat() local
679 outval = value_string (ptr, count * inval2len); in value_concat()
720 outval = value_string (ptr, inval1len + inval2len); in value_concat()
738 return (outval); in value_concat()
H A DChangeLog-20031118 * gdbarch.sh (return_value): Replace "inval" and "outval" with
/openbsd-src/sys/dev/isa/
H A Dif_ex.c950 short outval = (read_cmd & (1 << i)) ? ctrl_val | EEDI : in ex_eeprom_read() local
952 CSR_WRITE_1(sc, EEPROM_REG, outval); in ex_eeprom_read()
953 CSR_WRITE_1(sc, EEPROM_REG, outval | EESK); in ex_eeprom_read()
955 CSR_WRITE_1(sc, EEPROM_REG, outval); in ex_eeprom_read()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c5114 rtx outval = operands[1]; local
5151 if (reg_overlap_mentioned_p (base_plus, outval))
5155 if (!reg_overlap_mentioned_p (scratch, outval))
5171 emit_insn (gen_movhi (scratch_hi, outval));
5172 outval = scratch_hi;
5211 if (reg_overlap_mentioned_p (base_plus, outval))
5215 if (!reg_overlap_mentioned_p (scratch, outval))
5231 emit_insn (gen_movhi (scratch_hi, outval));
5232 outval = scratch_hi;
5248 gen_lowpart (QImode, outval)));
[all …]
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Darm.c6949 rtx outval = operands[1]; in arm_reload_out_hi() local
6986 if (reg_overlap_mentioned_p (base_plus, outval)) in arm_reload_out_hi()
6990 if (!reg_overlap_mentioned_p (scratch, outval)) in arm_reload_out_hi()
7006 emit_insn (gen_movhi (scratch_hi, outval)); in arm_reload_out_hi()
7007 outval = scratch_hi; in arm_reload_out_hi()
7045 if (reg_overlap_mentioned_p (base_plus, outval)) in arm_reload_out_hi()
7049 if (!reg_overlap_mentioned_p (scratch, outval)) in arm_reload_out_hi()
7065 emit_insn (gen_movhi (scratch_hi, outval)); in arm_reload_out_hi()
7066 outval = scratch_hi; in arm_reload_out_hi()
7082 gen_lowpart (QImode, outval))); in arm_reload_out_hi()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A DChangeLog431 return_value method's "inval" and "outval" parameters with