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

  /src/games/monop/
misc.c 98 get_int(const char *prompt) function in typeref:typename:int
  /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 in typeref:typename:int

Completed in 11 milliseconds