Home
last modified time | relevance | path

Searched refs:strtoint (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_strtoint.c42 strtoint(const char *s_arg, uint64_t *out, uint32_t base, int sign) in strtoint() function
199 if (strtoint(s, &val_u, base, 1) == -1) in uu_strtoint()
269 if (strtoint(s, &val, base, 0) == -1) in uu_strtouint()
/netbsd-src/sbin/newfs_lfs/
H A Dnewfs.c107 static int strtoint(const char *, const char *, int, int);
254 bitwidth = strtoint("bit width", optarg, 32, 64); in main()
447 strtoint(const char *desc, const char *arg, int min, int max) in strtoint() function
/netbsd-src/external/bsd/libevent/dist/
H A Devdns.c425 static int strtoint(const char *const str);
3390 strtoint(const char *const str) in strtoint() function
3418 int r = strtoint(str); in strtoint_clipped()
3494 const int ndots = strtoint(val); in evdns_base_set_option_impl()
3530 int retries = strtoint(val); in evdns_base_set_option_impl()
3537 int randcase = strtoint(val); in evdns_base_set_option_impl()
3561 int buf = strtoint(val); in evdns_base_set_option_impl()
3567 int buf = strtoint(val); in evdns_base_set_option_impl()