/freebsd/contrib/nvi/common/ |
H A D | options_f.c | 31 f_altwerase(SCR *sp, OPTION *op, char *str, u_long *valp) in f_altwerase() 42 f_columns(SCR *sp, OPTION *op, char *str, u_long *valp) in f_columns() 72 f_lines(SCR *sp, OPTION *op, char *str, u_long *valp) in f_lines() 125 f_lisp(SCR *sp, OPTION *op, char *str, u_long *valp) in f_lisp() 135 f_msgcat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_msgcat() 145 f_print(SCR *sp, OPTION *op, char *str, u_long *valp) in f_print() 170 f_readonly(SCR *sp, OPTION *op, char *str, u_long *valp) in f_readonly() 187 f_recompile(SCR *sp, OPTION *op, char *str, u_long *valp) in f_recompile() 204 f_reformat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_reformat() 214 f_ttywerase(SCR *sp, OPTION *op, char *str, u_long *valp) in f_ttywerase() [all …]
|
H A D | util.c | 267 nget_uslong(u_long *valp, const CHAR_T *p, CHAR_T **endp, int base) 285 nget_slong(long *valp, const CHAR_T *p, CHAR_T **endp, int base)
|
/freebsd/crypto/openssh/ |
H A D | sshbuf-getput-basic.c | 48 sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp) in sshbuf_get_u64() 61 sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp) in sshbuf_get_u32() 74 sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp) in sshbuf_get_u16() 87 sshbuf_get_u8(struct sshbuf *buf, u_char *valp) in sshbuf_get_u8() 127 sshbuf_peek_u64(const struct sshbuf *buf, size_t offset, u_int64_t *valp) in sshbuf_peek_u64() 142 sshbuf_peek_u32(const struct sshbuf *buf, size_t offset, u_int32_t *valp) in sshbuf_peek_u32() 157 sshbuf_peek_u16(const struct sshbuf *buf, size_t offset, u_int16_t *valp) in sshbuf_peek_u16() 172 sshbuf_peek_u8(const struct sshbuf *buf, size_t offset, u_char *valp) in sshbuf_peek_u8() 187 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) in sshbuf_get_string() 214 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) in sshbuf_get_string_direct() [all …]
|
H A D | packet.c | 2551 sshpkt_getb_froms(struct ssh *ssh, struct sshbuf **valp) in sshpkt_getb_froms() 2576 sshpkt_get(struct ssh *ssh, void *valp, size_t len) in sshpkt_get() 2582 sshpkt_get_u8(struct ssh *ssh, u_char *valp) in sshpkt_get_u8() 2588 sshpkt_get_u32(struct ssh *ssh, u_int32_t *valp) in sshpkt_get_u32() 2594 sshpkt_get_u64(struct ssh *ssh, u_int64_t *valp) in sshpkt_get_u64() 2600 sshpkt_get_string(struct ssh *ssh, u_char **valp, size_t *lenp) in sshpkt_get_string() 2606 sshpkt_get_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp) in sshpkt_get_string_direct() 2612 sshpkt_peek_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp) in sshpkt_peek_string_direct() 2618 sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp) in sshpkt_get_cstring() 2633 sshpkt_get_bignum2(struct ssh *ssh, BIGNUM **valp) in sshpkt_get_bignum2()
|
H A D | sshbuf-getput-crypto.c | 36 sshbuf_get_bignum2(struct sshbuf *buf, BIGNUM **valp) in sshbuf_get_bignum2()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_attrval.c | 32 dwarf_attrval_flag(Dwarf_Die die, Dwarf_Half attr, Dwarf_Bool *valp, Dwarf_Error *err) in dwarf_attrval_flag() 100 dwarf_attrval_signed(Dwarf_Die die, Dwarf_Half attr, Dwarf_Signed *valp, Dwarf_Error *err) in dwarf_attrval_signed() 142 dwarf_attrval_unsigned(Dwarf_Die die, Dwarf_Half attr, Dwarf_Unsigned *valp, Dwarf_Error *err) in dwarf_attrval_unsigned()
|
/freebsd/sys/arm/arm/ |
H A D | db_interface.c | 102 db_access_und_sp(struct db_variable *vp, db_expr_t *valp, int rw) in db_access_und_sp() 113 db_access_abt_sp(struct db_variable *vp, db_expr_t *valp, int rw) in db_access_abt_sp() 124 db_access_irq_sp(struct db_variable *vp, db_expr_t *valp, int rw) in db_access_irq_sp() 134 int db_frame(struct db_variable *vp, db_expr_t *valp, int rw) in db_frame()
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | export.c | 58 ssize_t req_size, u_char **valp) in string_save() 89 string_rollback(struct snmp_context *ctx, u_char **valp) in string_rollback() 158 ip_save(struct snmp_value *value, struct snmp_context *ctx, u_char *valp) in ip_save() 175 ip_rollback(struct snmp_context *ctx, u_char *valp) in ip_rollback() 195 ip_get(struct snmp_value *value, u_char *valp) in ip_get()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | syslogio.c | 173 sm_syslogsetinfo(fp, what, valp) in sm_syslogsetinfo() argument 206 sm_sysloggetinfo(fp, what, valp) in sm_sysloggetinfo() argument
|
H A D | findfp.c | 283 sm_io_setinfo(fp, what, valp) in sm_io_setinfo() argument 355 sm_io_getinfo(fp, what, valp) in sm_io_getinfo() argument
|
H A D | smstdio.c | 251 sm_stdiosetinfo(fp, what, valp) in sm_stdiosetinfo() argument 280 sm_stdiogetinfo(fp, what, valp) in sm_stdiogetinfo() argument
|
H A D | stdio.c | 303 sm_stdsetinfo(fp, what, valp) in sm_stdsetinfo() argument 335 sm_stdgetinfo(fp, what, valp) in sm_stdgetinfo() argument
|
H A D | strio.c | 403 sm_strsetinfo(fp, what, valp) in sm_strsetinfo() argument 434 sm_strgetinfo(fp, what, valp) in sm_strgetinfo() argument
|
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_image.c | 200 __in const void *valp, in efx_asn1_match_tag_value() 277 __out uint8_t **valp, in efx_asn1_get_tag_value() 335 uint8_t *valp; in efx_check_signed_image_header() local
|
/freebsd/contrib/nvi/vi/ |
H A D | v_init.c | 107 v_optchange(SCR *sp, int offset, char *str, u_long *valp) in v_optchange()
|
/freebsd/sys/geom/eli/ |
H A D | g_eli_ctl.c | 59 intmax_t *valp; in g_eli_ctl_attach() local 647 intmax_t *valp; in g_eli_ctl_setkey() local 755 intmax_t *valp; in g_eli_ctl_delkey() local
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_osm.h | 165 #define ahd_outsb(ahd, port, valp, count) \ argument 170 #define ahd_insb(ahd, port, valp, count) \ argument
|
H A D | aic7xxx_osm.h | 152 #define ahc_outsb(ahc, port, valp, count) \ argument 155 #define ahc_insb(ahc, port, valp, count) \ argument
|
/freebsd/usr.bin/mkimg/ |
H A D | mkimg.c | 190 parse_uint32(uint32_t *valp, uint32_t min, uint32_t max, const char *arg) in parse_uint32() 203 parse_uint64(uint64_t *valp, uint64_t min, uint64_t max, const char *arg) in parse_uint64()
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | testutil_init.c | 115 char *valp = val; in setup_trace() local
|
/freebsd/contrib/sendmail/src/ |
H A D | bf.c | 263 sm_bfgetinfo(fp, what, valp) in sm_bfgetinfo() argument 825 sm_bfsetinfo(fp, what, valp) in sm_bfsetinfo() argument
|
H A D | sfsasl.c | 57 sasl_getinfo(fp, what, valp) in sasl_getinfo() argument 449 tls_getinfo(fp, what, valp) in tls_getinfo() argument
|
/freebsd/lib/libsysdecode/ |
H A D | support.c | 50 print_mask_part(FILE *fp, struct name_table *table, uintmax_t *valp, in print_mask_part()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_init.c | 119 ex_optchange(SCR *sp, int offset, char *str, u_long *valp) in ex_optchange()
|
/freebsd/sys/contrib/libfdt/ |
H A D | fdt_sw.c | 223 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder()
|