Home
last modified time | relevance | path

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

12

/dflybsd-src/contrib/nvi2/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)
/dflybsd-src/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.c2641 sshpkt_getb_froms(struct ssh *ssh, struct sshbuf **valp) in sshpkt_getb_froms()
2666 sshpkt_get(struct ssh *ssh, void *valp, size_t len) in sshpkt_get()
2672 sshpkt_get_u8(struct ssh *ssh, u_char *valp) in sshpkt_get_u8()
2678 sshpkt_get_u32(struct ssh *ssh, u_int32_t *valp) in sshpkt_get_u32()
2684 sshpkt_get_u64(struct ssh *ssh, u_int64_t *valp) in sshpkt_get_u64()
2690 sshpkt_get_string(struct ssh *ssh, u_char **valp, size_t *lenp) in sshpkt_get_string()
2696 sshpkt_get_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp) in sshpkt_get_string_direct()
2702 sshpkt_peek_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp) in sshpkt_peek_string_direct()
2708 sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp) in sshpkt_get_cstring()
2723 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()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dauxv.c241 gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) in default_auxv_parse()
269 gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) in target_auxv_parse()
357 target_auxv_search (struct target_ops *ops, CORE_ADDR match, CORE_ADDR *valp) in target_auxv_search()
H A Deval.c191 fetch_subexp_value (struct expression *exp, int *pc, struct value **valp, in fetch_subexp_value()
1624 struct value *valp = NULL; in evaluate_subexp_standard() local
H A Dinf-ptrace.c649 gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) in inf_ptrace_auxv_parse()
/dflybsd-src/contrib/binutils-2.34/gprof/
H A Dgmon_io.c102 gmon_io_read_32 (FILE *ifp, unsigned int *valp) in gmon_io_read_32()
114 gmon_io_read_64 (FILE *ifp, BFD_HOST_U_64_BIT *valp) in gmon_io_read_64()
126 gmon_io_read_vma (FILE *ifp, bfd_vma *valp) in gmon_io_read_vma()
/dflybsd-src/contrib/binutils-2.27/gprof/
H A Dgmon_io.c102 gmon_io_read_32 (FILE *ifp, unsigned int *valp) in gmon_io_read_32()
114 gmon_io_read_64 (FILE *ifp, BFD_HOST_U_64_BIT *valp) in gmon_io_read_64()
126 gmon_io_read_vma (FILE *ifp, bfd_vma *valp) in gmon_io_read_vma()
/dflybsd-src/contrib/nvi2/vi/
H A Dv_init.c107 v_optchange(SCR *sp, int offset, char *str, u_long *valp) in v_optchange()
/dflybsd-src/sys/libprop/
H A Dprop_array_util.c47 bool *valp) in prop_array_get_bool()
H A Dprop_dictionary_util.c59 bool *valp) in prop_dictionary_get_bool()
/dflybsd-src/contrib/nvi2/ex/
H A Dex_init.c119 ex_optchange(SCR *sp, int offset, char *str, u_long *valp) in ex_optchange()
/dflybsd-src/libexec/telnetd/
H A Dsys_term.c199 spcset(int func, cc_t *valp, cc_t **valpp) in spcset()
277 spcset(int func, cc_t *valp, cc_t **valpp) in spcset()
H A Dstate.c1267 char *cp, *varp, *valp; in suboption() local
/dflybsd-src/sys/bus/u4b/misc/
H A Dufm.c236 int *valp = (int *)addr; in ufm_get_freq() local
/dflybsd-src/contrib/nvi2/cl/
H A Dcl_term.c261 cl_optchange(SCR *sp, int opt, char *str, u_long *valp) in cl_optchange()
/dflybsd-src/sbin/routed/
H A Dparms.c421 char **valp, in parse_ts()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-lex.c971 lex_string (const cpp_token *tok, tree *valp, bool objc_string, bool translate) in lex_string()
/dflybsd-src/usr.bin/unifdef/
H A Dunifdef.c957 eval_unary(const struct ops *ops, long *valp, const char **cpp) in eval_unary()
1046 eval_table(const struct ops *ops, long *valp, const char **cpp) in eval_table()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-lex.c1145 lex_string (const cpp_token *tok, tree *valp, bool objc_string, bool translate) in lex_string()
/dflybsd-src/sys/dev/disk/advansys/
H A Dadvlib.h851 #define ADV_INSB(adv, offset, valp, count) \ argument
857 ADV_INSW(struct adv_softc *adv, u_int offset, u_int16_t *valp, u_int count) in ADV_INSW()
871 ADV_OUTSW(struct adv_softc *adv, u_int offset, u_int16_t *valp, u_int count) in ADV_OUTSW()
/dflybsd-src/sbin/ifconfig/
H A Difbridge.c58 get_val(const char *cp, u_long *valp) in get_val()
/dflybsd-src/contrib/cvs-1.12/src/
H A Drcs.c1106 rcsbuf_getkey (struct rcsbuffer *rcsbuf, char **keyp, char **valp) in rcsbuf_getkey()
1559 rcsbuf_fill (struct rcsbuffer *rcsbuf, char *ptr, char **keyp, char **valp) in rcsbuf_fill()
1800 rcsbuf_valword (struct rcsbuffer *rcsbuf, char **valp) in rcsbuf_valword()
7633 getdelta (struct rcsbuffer *rcsbuf, char *rcsfile, char **keyp, char **valp) in getdelta()

12