OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strtou
(Results
1 - 4
of
4
) sorted by null
/external/dhcpcd-6.8.2/compat/
strtoi.h
35
uintmax_t
strtou
(const char * __restrict nptr, char ** __restrict endptr,
strtoi.c
75
strtou
(const char * __restrict nptr, char ** __restrict endptr, int base,
function
/external/dhcpcd-6.8.2/
if-options.c
402
narg = (uint32_t)
strtou
(arg, NULL, 0, 0, UINT32_MAX, &e);
773
ifo->leasetime = (uint32_t)
strtou
(arg, NULL,
[
all
...]
dhcp-common.c
172
n = (unsigned int)
strtou
(token, NULL, 0,
185
n = (unsigned int)
strtou
(token, NULL, 0,
Completed in 1746 milliseconds