Searched refs:getnum (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | main.c | 264 getnum(const char *s, char **next, const char *key) in getnum() function 345 w = getnum(strsep(&cur, ":"), &p, "weight"); in parse_flowsets() 348 w_h = p ? getnum(p+1, &p, "weight_max") : w; in parse_flowsets() 350 len = getnum(strsep(&cur, ":"), &p, "len"); in parse_flowsets() 353 len_h = p ? getnum(p+1, &p, "len_max") : len; in parse_flowsets() 454 c->loops = getnum(av[1], NULL, av[0]); in init() 480 c->lmin = getnum(av[1], NULL, av[0]); in init() 485 c->maxburst = getnum(av[1], NULL, av[0]); in init() 489 c->th_max = getnum(av[1], NULL, av[0]); in init() 492 c->th_min = getnum(av[1], NULL, av[0]); in init() [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_struct.c | 92 static int getnum (const char **fmt, int df) { in getnum() function 118 case 'c': return getnum(fmt, 1); in optsize() 120 int sz = getnum(fmt, sizeof(int)); in optsize() 153 int a = getnum(fmt, MAXALIGN); in controloptions()
|