Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Doption.c64 #define OPTSTRING "951yZDNLERKzowefnbvhdkqr:m:p:c:l:s:i:t:u:g:a:x:S:C:A:T:H:Q:I:B:F:G:O:M:X:V:U:j:P… macro
2787 option = getopt_long(argc, argv, OPTSTRING, opts, NULL); in read_opts()
2789 option = getopt(argc, argv, OPTSTRING); in read_opts()