Home
last modified time | relevance | path

Searched defs:valp (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/contrib/nvi/common/
H A Doptions_f.c31 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 Dutil.c267 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 Dsshbuf-getput-basic.c48 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 Dpacket.c2551 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 Dsshbuf-getput-crypto.c36 sshbuf_get_bignum2(struct sshbuf *buf, BIGNUM **valp) in sshbuf_get_bignum2()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_attrval.c32 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 Ddb_interface.c102 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 Dexport.c58 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 Dsyslogio.c173 sm_syslogsetinfo(fp, what, valp) in sm_syslogsetinfo() argument
206 sm_sysloggetinfo(fp, what, valp) in sm_sysloggetinfo() argument
H A Dfindfp.c283 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 Dsmstdio.c251 sm_stdiosetinfo(fp, what, valp) in sm_stdiosetinfo() argument
280 sm_stdiogetinfo(fp, what, valp) in sm_stdiogetinfo() argument
H A Dstdio.c303 sm_stdsetinfo(fp, what, valp) in sm_stdsetinfo() argument
335 sm_stdgetinfo(fp, what, valp) in sm_stdgetinfo() argument
H A Dstrio.c403 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 Def10_image.c200 __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 Dv_init.c107 v_optchange(SCR *sp, int offset, char *str, u_long *valp) in v_optchange()
/freebsd/sys/geom/eli/
H A Dg_eli_ctl.c59 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 Daic79xx_osm.h165 #define ahd_outsb(ahd, port, valp, count) \ argument
170 #define ahd_insb(ahd, port, valp, count) \ argument
H A Daic7xxx_osm.h152 #define ahc_outsb(ahc, port, valp, count) \ argument
155 #define ahc_insb(ahc, port, valp, count) \ argument
/freebsd/usr.bin/mkimg/
H A Dmkimg.c190 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 Dtestutil_init.c115 char *valp = val; in setup_trace() local
/freebsd/contrib/sendmail/src/
H A Dbf.c263 sm_bfgetinfo(fp, what, valp) in sm_bfgetinfo() argument
825 sm_bfsetinfo(fp, what, valp) in sm_bfsetinfo() argument
H A Dsfsasl.c57 sasl_getinfo(fp, what, valp) in sasl_getinfo() argument
449 tls_getinfo(fp, what, valp) in tls_getinfo() argument
/freebsd/lib/libsysdecode/
H A Dsupport.c50 print_mask_part(FILE *fp, struct name_table *table, uintmax_t *valp, in print_mask_part()
/freebsd/contrib/nvi/ex/
H A Dex_init.c119 ex_optchange(SCR *sp, int offset, char *str, u_long *valp) in ex_optchange()
/freebsd/sys/contrib/libfdt/
H A Dfdt_sw.c223 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder()

123