Searched refs:goptarg (Results 1 – 2 of 2) sorted by relevance
352 char *goptarg = NULL; in arg_match_long() local381 goptarg = p + p_len; in arg_match_long()401 if(*goptarg == '\0' in arg_match_long()410 if(sscanf(goptarg + 1, "%d", &tmp) != 1) in arg_match_long()417 *(char**)current->value = goptarg + 1; in arg_match_long()422 return add_string((getarg_strings*)current->value, goptarg + 1); in arg_match_long()428 if(*goptarg == '\0' || in arg_match_long()429 strcmp(goptarg + 1, "yes") == 0 || in arg_match_long()430 strcmp(goptarg + 1, "true") == 0){ in arg_match_long()433 } else if (*goptarg && strcmp(goptarg + 1, "maybe") == 0) { in arg_match_long()[all …]
83 int *goptarg,