Home
last modified time | relevance | path

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

/external/fio/oslib/
Dgetopt_long.c46 const char *osptr; in getopt_long_only() local
148 if (opt != ':' && (osptr = strchr(optstring, opt))) { in getopt_long_only()
149 if (osptr[1] == ':') { in getopt_long_only()
158 if (osptr[2] == ':') { in getopt_long_only()
/external/syslinux/com32/lib/
Dgetopt.c22 const char *osptr; in getopt() local
61 if (opt != ':' && (osptr = strchr(optstring, opt))) { in getopt()
62 if (osptr[1] == ':') { in getopt()
Dgetopt_long.c42 const char *osptr; in getopt_long() local
116 if (opt != ':' && (osptr = strchr(optstring, opt))) { in getopt_long()
117 if (osptr[1] == ':') { in getopt_long()
/external/syslinux/libinstaller/getopt/
Dgetopt_long.c42 const char *osptr; in getopt_long() local
116 if (opt != ':' && (osptr = strchr(optstring, opt))) { in getopt_long()
117 if (osptr[1] == ':') { in getopt_long()