OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strtoopt
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/pending/
dhcp.c
387
static int
strtoopt
( char *str, uint8_t optonly)
function
[
all
...]
dhcpd.c
542
static int
strtoopt
(const char *str, void *var)
function
705
{"option" ,
strtoopt
, (void*)&gconfig.options , ""},
706
{"opt" ,
strtoopt
, (void*)&gconfig.options , ""},
[
all
...]
Completed in 268 milliseconds