Home
last modified time | relevance | path

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

/external/fio/lib/
Dgetopt_long.c46 const char *osptr; in getopt_long_only() local
122 if (opt != ':' && (osptr = strchr(optstring, opt))) { in getopt_long_only()
123 if (osptr[1] == ':') { in getopt_long_only()
132 if (osptr[2] == ':') { in getopt_long_only()