Lines Matching refs:possible_arg
155 char *possible_arg = NULL;
238 possible_arg = strchr (argv[optind] + optwhere, '=');
239 if (possible_arg == NULL)
243 possible_arg = argv[optind] + match_chars;
247 match_chars = (possible_arg - argv[optind]) - optwhere;
303 possible_arg = argv[optind] + optwhere + 1;
311 if (*possible_arg == '=')
312 possible_arg++;
313 if (*possible_arg != '\0')
315 optarg = possible_arg;
322 if (*possible_arg == '=')
323 possible_arg++;
324 if (*possible_arg != '\0')
326 optarg = possible_arg;