Searched refs:strtoint (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.c339 static int strtoint(const char *const str);
2191 port = strtoint(cp+1);
2629 strtoint(const char *const str) { function
2640 int r = strtoint(str);
2656 const int ndots = strtoint(val);
2664 const int timeout = strtoint(val);
2684 int retries = strtoint(val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c412 static int strtoint(const char *const str);
3270 strtoint(const char *const str) function
3298 int r = strtoint(str);
3374 const int ndots = strtoint(val);
3410 int retries = strtoint(val);
3417 int randcase = strtoint(val);

Completed in 81 milliseconds