Searched refs:strtoi (Results 1 – 5 of 5) sorted by relevance
/external/dhcpcd-6.8.2/compat/ |
D | strtoi.h | 33 intmax_t strtoi(const char * __restrict nptr, char ** __restrict endptr,
|
D | strtoi.c | 35 strtoi(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoi() function
|
/external/dhcpcd-6.8.2/ |
D | Android.mk | 42 compat/strtoi.c \
|
D | if-options.c | 781 ifo->metric = (int)strtoi(arg, NULL, 0, 0, INT32_MAX, &e); in parse_option() 840 ifo->timeout = (time_t)strtoi(arg, NULL, 0, 0, INT32_MAX, &e); in parse_option() 888 i = (int)strtoi(arg, NULL, 0, 1, 254, &e); in parse_option() 931 ifo->reboot = (time_t)strtoi(arg, NULL, 0, 0, UINT32_MAX, &e); in parse_option() 1389 i = (int)strtoi(p, NULL, 0, 8, 120, &e); in parse_option() 1449 sla->prefix_len = (uint8_t)strtoi(np, in parse_option()
|
D | configure | 668 return strtoi("1234", NULL, 0, 0, INT32_MAX, &e);
|