Lines Matching defs:opstring
72 const char *const opstring,
75 size_t nlen = (opstring == 0) ? 0 : strlen(opstring);
79 if (optchar == opstring[loptn]) {
80 if (opstring[loptn + 1] == ':') {
90 if (opstring[loptn + 2] == ':') {
97 return ((opstring[0] == ':')
117 char *opstring)
121 size_t nlen = strlen(opstring);
129 result = getopt_1char(argc, argv, opstring, arg[1]);