Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ypserv/common/
H A Dyplib_host.c140 int inkeylen, char **outval, int *outvallen) in yp_match_host() argument
147 *outval = NULL; in yp_match_host()
167 *outval = malloc(*outvallen + 1); in yp_match_host()
169 (*outval)[*outvallen] = '\0'; in yp_match_host()
178 int *outkeylen, char **outval, int *outvallen) in yp_first_host() argument
185 *outkey = *outval = NULL; in yp_first_host()
206 *outval = malloc(*outvallen+1); in yp_first_host()
208 (*outval)[*outvallen] = '\0'; in yp_first_host()
224 *outkey = *outval = NULL; in yp_next_host()
247 *outval = malloc(*outvallen+1); in yp_next_host()
[all …]
H A Dyplib_host.h35 const char *inkey, int inkeylen, char **outval, int *outvallen);
37 char **outkey, int *outkeylen, char **outval, int *outvallen);
39 int inkeylen, char **outkey, int *outkeylen, char **outval,
/freebsd-12.1/lib/libc/yp/
H A Dyplib.c660 *outval = NULL; in yp_match()
689 if (*outval == NULL) { in yp_match()
696 (*outval)[*outvallen] = '\0'; in yp_match()
732 if (*outval == NULL) { in yp_match()
740 (*outval)[*outvallen] = '\0'; in yp_match()
789 *outkey = *outval = NULL; in yp_first()
834 if (*outval == NULL) { in yp_first()
843 (*outval)[*outvallen] = '\0'; in yp_first()
868 *outkey = *outval = NULL; in yp_next()
915 if (*outval == NULL) { in yp_next()
[all …]
/freebsd-12.1/include/rpcsvc/
H A Dypclnt.h80 char **outval, int *outvallen);
82 char **outval, int *outvallen);
84 char **outkey, int *outkeylen, char **outval, int *outvallen);
/freebsd-12.1/contrib/amd/amd/
H A Dinfo_nis.c400 char *outkey, *outval; in am_yp_all() local
407 i = yp_first(indomain, inmap, &outkey, &outkeylen, &outval, &outvallen); in am_yp_all()
415 outval, in am_yp_all()
427 XFREE(outval); in am_yp_all()
436 &outval, in am_yp_all()
/freebsd-12.1/contrib/ntp/ntpd/
H A Drefclock_ripencc.c1286 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-12.1/sys/dev/ex/
H A Dif_ex.c1054 short outval = (read_cmd & (1 << i)) ? ctrl_val | EEDI : ctrl_val; in ex_eeprom_read() local
1055 CSR_WRITE_1(sc, EEPROM_REG, outval); in ex_eeprom_read()
1056 CSR_WRITE_1(sc, EEPROM_REG, outval | EESK); in ex_eeprom_read()
1058 CSR_WRITE_1(sc, EEPROM_REG, outval); in ex_eeprom_read()
/freebsd-12.1/contrib/gdb/gdb/
H A Dvalarith.c617 struct value *outval = NULL; in value_concat() local
677 outval = value_string (ptr, count * inval2len); in value_concat()
718 outval = value_string (ptr, inval1len + inval2len); in value_concat()
736 return (outval); in value_concat()
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c6959 rtx outval = operands[1]; in arm_reload_out_hi() local
7000 if (!reg_overlap_mentioned_p (scratch, outval)) in arm_reload_out_hi()
7016 emit_insn (gen_movhi (scratch_hi, outval)); in arm_reload_out_hi()
7017 outval = scratch_hi; in arm_reload_out_hi()
7055 if (reg_overlap_mentioned_p (base_plus, outval)) in arm_reload_out_hi()
7075 emit_insn (gen_movhi (scratch_hi, outval)); in arm_reload_out_hi()
7076 outval = scratch_hi; in arm_reload_out_hi()
7092 gen_lowpart (QImode, outval))); in arm_reload_out_hi()
7094 gen_rtx_SUBREG (SImode, outval, 0), in arm_reload_out_hi()
7102 gen_lowpart (QImode, outval))); in arm_reload_out_hi()
[all …]