HomeSort by: relevance | last modified time | path
    Searched defs:get_int (Results 1 - 8 of 8) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
cfg_parser.h 28 int (*get_int) (const struct CFG_PARSER *, const char *, int, int, int); member in struct:CFG_PARSER
  /src/games/monop/
misc.c 98 get_int(const char *prompt) function
  /src/external/gpl3/binutils/dist/opcodes/
pj-dis.c 31 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) function
84 if ((status = get_int (addr, &val, info)))
91 if ((status = get_int (addr, &lowval, info)))
95 if ((status = get_int (addr, &highval, info)))
101 if ((status = get_int (addr, &val, info)))
121 if ((status = get_int (addr, &val, info)))
128 if ((status = get_int (addr, &count, info)))
134 if ((status = get_int (addr, &val, info)))
139 if ((status = get_int (addr, &val, info)))
  /src/external/gpl3/binutils.old/dist/opcodes/
pj-dis.c 31 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) function
84 if ((status = get_int (addr, &val, info)))
91 if ((status = get_int (addr, &lowval, info)))
95 if ((status = get_int (addr, &highval, info)))
101 if ((status = get_int (addr, &val, info)))
121 if ((status = get_int (addr, &val, info)))
128 if ((status = get_int (addr, &count, info)))
134 if ((status = get_int (addr, &val, info)))
139 if ((status = get_int (addr, &val, info)))
  /src/external/gpl3/gdb.old/dist/opcodes/
pj-dis.c 31 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) function
84 if ((status = get_int (addr, &val, info)))
91 if ((status = get_int (addr, &lowval, info)))
95 if ((status = get_int (addr, &highval, info)))
101 if ((status = get_int (addr, &val, info)))
121 if ((status = get_int (addr, &val, info)))
128 if ((status = get_int (addr, &count, info)))
134 if ((status = get_int (addr, &val, info)))
139 if ((status = get_int (addr, &val, info)))
  /src/external/gpl3/gdb/dist/opcodes/
pj-dis.c 31 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) function
84 if ((status = get_int (addr, &val, info)))
91 if ((status = get_int (addr, &lowval, info)))
95 if ((status = get_int (addr, &highval, info)))
101 if ((status = get_int (addr, &val, info)))
121 if ((status = get_int (addr, &val, info)))
128 if ((status = get_int (addr, &count, info)))
134 if ((status = get_int (addr, &val, info)))
139 if ((status = get_int (addr, &val, info)))
  /src/external/bsd/wpa/dist/src/eap_peer/
eap.h 161 * get_int - Get an integer EAPOL state variable
166 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member in struct:eapol_callbacks
  /src/dist/pf/sbin/pfctl/
pfctl_osfp.c 76 int get_int(char **, size_t *, int *, int *, const char *,
150 #define GET_INT(v, mod, n, ty, mx) \
151 get_int(&line, &len, &v, mod, n, ty, mx, fp_filename, lineno)
155 if (GET_INT(window, &w_mod, "window size", T_DC|T_MSS|T_MTU|
157 GET_INT(ttl, NULL, "ttl", 0, 0xff) ||
158 GET_INT(df, NULL, "don't fragment frag", 0, 1) ||
159 GET_INT(psize, &p_mod, "overall packet size", T_MOD|T_DC,
780 get_int(char **line, size_t *len, int *var, int *mod, function

Completed in 19 milliseconds