Home
last modified time | relevance | path

Searched refs:goptarg (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dgetarg.c352 char *goptarg = NULL; in arg_match_long() local
381 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 …]
H A Dgetarg.h83 int *goptarg,