Searched refs:osptr (Results 1 – 4 of 4) sorted by relevance
46 const char *osptr; in getopt_long_only() local148 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()
22 const char *osptr; in getopt() local61 if (opt != ':' && (osptr = strchr(optstring, opt))) { in getopt()62 if (osptr[1] == ':') { in getopt()
42 const char *osptr; in getopt_long() local116 if (opt != ':' && (osptr = strchr(optstring, opt))) { in getopt_long()117 if (osptr[1] == ':') { in getopt_long()