goptarg           360 source4/heimdal/lib/roken/getarg.c     char *goptarg = NULL;
goptarg           389 source4/heimdal/lib/roken/getarg.c 		    goptarg  = p + p_len;
goptarg           409 source4/heimdal/lib/roken/getarg.c     if(*goptarg == '\0'
goptarg           418 source4/heimdal/lib/roken/getarg.c 	if(sscanf(goptarg + 1, "%d", &tmp) != 1)
goptarg           425 source4/heimdal/lib/roken/getarg.c 	*(char**)current->value = goptarg + 1;
goptarg           430 source4/heimdal/lib/roken/getarg.c 	return add_string((getarg_strings*)current->value, goptarg + 1);
goptarg           436 source4/heimdal/lib/roken/getarg.c 	if(*goptarg == '\0' ||
goptarg           437 source4/heimdal/lib/roken/getarg.c 	   strcmp(goptarg + 1, "yes") == 0 ||
goptarg           438 source4/heimdal/lib/roken/getarg.c 	   strcmp(goptarg + 1, "true") == 0){
goptarg           441 source4/heimdal/lib/roken/getarg.c 	} else if (*goptarg && strcmp(goptarg + 1, "maybe") == 0) {
goptarg           457 source4/heimdal/lib/roken/getarg.c 	if (*goptarg == '\0')
goptarg           459 source4/heimdal/lib/roken/getarg.c 	else if(sscanf(goptarg + 1, "%d", &val) != 1)
goptarg           467 source4/heimdal/lib/roken/getarg.c 	if(sscanf(goptarg + 1, "%lf", &tmp) != 1)
goptarg           494 source4/heimdal/lib/roken/getarg.c 	    char *goptarg;
goptarg           520 source4/heimdal/lib/roken/getarg.c 		    goptarg = &argv[j + 1];
goptarg           523 source4/heimdal/lib/roken/getarg.c 		    goptarg = rargv[*goptind];
goptarg           525 source4/heimdal/lib/roken/getarg.c 		if(goptarg == NULL) {
goptarg           531 source4/heimdal/lib/roken/getarg.c 		    if(sscanf(goptarg, "%d", &tmp) != 1)
goptarg           536 source4/heimdal/lib/roken/getarg.c 		    *(char**)args[k].value = goptarg;
goptarg           539 source4/heimdal/lib/roken/getarg.c 		    return add_string((getarg_strings*)args[k].value, goptarg);
goptarg           542 source4/heimdal/lib/roken/getarg.c 		    if(sscanf(goptarg, "%lf", &tmp) != 1)
goptarg            81 source4/heimdal/lib/roken/getarg.h 				   int *goptarg,