/dflybsd-src/contrib/nvi2/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)
|
/dflybsd-src/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 | 2641 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 D | sshbuf-getput-crypto.c | 36 sshbuf_get_bignum2(struct sshbuf *buf, BIGNUM **valp) in sshbuf_get_bignum2()
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | auxv.c | 241 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 D | eval.c | 191 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 D | inf-ptrace.c | 649 gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) in inf_ptrace_auxv_parse()
|
/dflybsd-src/contrib/binutils-2.34/gprof/ |
H A D | gmon_io.c | 102 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 D | gmon_io.c | 102 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 D | v_init.c | 107 v_optchange(SCR *sp, int offset, char *str, u_long *valp) in v_optchange()
|
/dflybsd-src/sys/libprop/ |
H A D | prop_array_util.c | 47 bool *valp) in prop_array_get_bool()
|
H A D | prop_dictionary_util.c | 59 bool *valp) in prop_dictionary_get_bool()
|
/dflybsd-src/contrib/nvi2/ex/ |
H A D | ex_init.c | 119 ex_optchange(SCR *sp, int offset, char *str, u_long *valp) in ex_optchange()
|
/dflybsd-src/libexec/telnetd/ |
H A D | sys_term.c | 199 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 D | state.c | 1267 char *cp, *varp, *valp; in suboption() local
|
/dflybsd-src/sys/bus/u4b/misc/ |
H A D | ufm.c | 236 int *valp = (int *)addr; in ufm_get_freq() local
|
/dflybsd-src/contrib/nvi2/cl/ |
H A D | cl_term.c | 261 cl_optchange(SCR *sp, int opt, char *str, u_long *valp) in cl_optchange()
|
/dflybsd-src/sbin/routed/ |
H A D | parms.c | 421 char **valp, in parse_ts()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-lex.c | 971 lex_string (const cpp_token *tok, tree *valp, bool objc_string, bool translate) in lex_string()
|
/dflybsd-src/usr.bin/unifdef/ |
H A D | unifdef.c | 957 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 D | c-lex.c | 1145 lex_string (const cpp_token *tok, tree *valp, bool objc_string, bool translate) in lex_string()
|
/dflybsd-src/sys/dev/disk/advansys/ |
H A D | advlib.h | 851 #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 D | ifbridge.c | 58 get_val(const char *cp, u_long *valp) in get_val()
|
/dflybsd-src/contrib/cvs-1.12/src/ |
H A D | rcs.c | 1106 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()
|