Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/windows/
H A Dgetopt.c244 static int posixly_correct = -1; in getopt_internal() local
255 if (posixly_correct == -1) { in getopt_internal()
257 posixly_correct = (err == 0) && (len > 0); in getopt_internal()
259 if (!posixly_correct || *options == '+') in getopt_internal()