Home
last modified time | relevance | path

Searched refs:get_int (Results 1 – 20 of 20) sorted by relevance

/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dpj-dis.c30 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) in get_int() function
83 if ((status = get_int (addr, &val, info))) in print_insn_pj()
90 if ((status = get_int (addr, &lowval, info))) in print_insn_pj()
94 if ((status = get_int (addr, &highval, info))) in print_insn_pj()
100 if ((status = get_int (addr, &val, info))) in print_insn_pj()
120 if ((status = get_int (addr, &val, info))) in print_insn_pj()
127 if ((status = get_int (addr, &count, info))) in print_insn_pj()
133 if ((status = get_int (addr, &val, info))) in print_insn_pj()
138 if ((status = get_int (addr, &val, info))) in print_insn_pj()
H A DChangeLog-2019117 * pj-dis.c (get_int): Likewise.
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dpj-dis.c30 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) in get_int() function
83 if ((status = get_int (addr, &val, info))) in print_insn_pj()
90 if ((status = get_int (addr, &lowval, info))) in print_insn_pj()
94 if ((status = get_int (addr, &highval, info))) in print_insn_pj()
100 if ((status = get_int (addr, &val, info))) in print_insn_pj()
120 if ((status = get_int (addr, &val, info))) in print_insn_pj()
127 if ((status = get_int (addr, &count, info))) in print_insn_pj()
133 if ((status = get_int (addr, &val, info))) in print_insn_pj()
138 if ((status = get_int (addr, &val, info))) in print_insn_pj()
H A DChangeLog-2019117 * pj-dis.c (get_int): Likewise.
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dpj-dis.c30 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) in get_int() function
83 if ((status = get_int (addr, &val, info))) in print_insn_pj()
90 if ((status = get_int (addr, &lowval, info))) in print_insn_pj()
94 if ((status = get_int (addr, &highval, info))) in print_insn_pj()
100 if ((status = get_int (addr, &val, info))) in print_insn_pj()
120 if ((status = get_int (addr, &val, info))) in print_insn_pj()
127 if ((status = get_int (addr, &count, info))) in print_insn_pj()
133 if ((status = get_int (addr, &val, info))) in print_insn_pj()
138 if ((status = get_int (addr, &val, info))) in print_insn_pj()
H A DChangeLog-2019117 * pj-dis.c (get_int): Likewise.
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dpj-dis.c31 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) in get_int() function
84 if ((status = get_int (addr, &val, info))) in print_insn_pj()
91 if ((status = get_int (addr, &lowval, info))) in print_insn_pj()
95 if ((status = get_int (addr, &highval, info))) in print_insn_pj()
101 if ((status = get_int (addr, &val, info))) in print_insn_pj()
121 if ((status = get_int (addr, &val, info))) in print_insn_pj()
128 if ((status = get_int (addr, &count, info))) in print_insn_pj()
134 if ((status = get_int (addr, &val, info))) in print_insn_pj()
139 if ((status = get_int (addr, &val, info))) in print_insn_pj()
H A DChangeLog-2019117 * pj-dis.c (get_int): Likewise.
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dcfg_parser.c246 parser->get_int = get_dict_int; in cfg_parser_alloc()
251 parser->get_int = get_main_int; in cfg_parser_alloc()
289 intval = parser->get_int(parser, name, defval, min, max); in cfg_get_int()
H A Dcfg_parser.h28 int (*get_int) (const struct CFG_PARSER *, const char *, int, int, int); member
/netbsd/games/monop/
H A Dtrade.c140 tp->cash = get_int("How much are you trading? "); in get_list()
145 tp->gojf = get_int("How many are you trading? "); in get_list()
H A Dhouses.c158 input[i] = get_int(cur_prop); in buy_h()
294 input[i] = get_int(cur_prop); in sell_h()
H A Dmonop.h181 int get_int(const char *);
H A Dprop.c176 cur_bid = get_int(buf); in bid()
H A Dmisc.c98 get_int(const char *prompt) in get_int() function
H A Dmonop.c271 if ((num_play = get_int("How many players? ")) <= 1 || in getplayers()
/netbsd/external/bsd/libfido2/dist/src/
H A Dhid_win.c106 get_int(HANDLE dev, int16_t *vendor_id, int16_t *product_id) in get_int() function
316 if (get_int(dev, &di->vendor_id, &di->product_id) < 0 || in copy_info()
/netbsd/external/bsd/wpa/dist/src/eap_peer/
H A Deap.h167 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member
H A Deap.c71 return sm->eapol_cb->get_int(sm->eapol_ctx, var); in eapol_get_int()
/netbsd/dist/pf/sbin/pfctl/
H A Dpfctl_osfp.c76 int get_int(char **, size_t *, int *, int *, const char *,
151 get_int(&line, &len, &v, mod, n, ty, mx, fp_filename, lineno) in pfctl_file_fingerprints()
780 get_int(char **line, size_t *len, int *var, int *mod, in get_int() function