Home
last modified time | relevance | path

Searched refs:expand_number (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/libutil/
H A DMakefile25 SRCS= _secure_path.c auth.c expand_number.c flopen.c fparseln.c \
38 MAN+= expand_number.3 flopen.3 fparseln.3 getlocalbase.3 hexdump.3 \
H A Dexpand_number.c41 expand_number(const char *buf, uint64_t *num) in expand_number() function
H A Dlibutil.h98 int expand_number(const char *_buf, uint64_t *_num);
/f-stack/tools/ipfw/
H A Ddummynet.c1721 if (expand_number(av[0], &p->burst) < 0) in ipfw_config_pipe()