Searched refs:tok_end2 (Results 1 – 2 of 2) sorted by relevance
931 char *tok_end2; in ahc_parse_brace_option() local992 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option()993 if ((tok_end2) && (tok_end2 < tok_end)) in ahc_parse_brace_option()994 tok_end = tok_end2; in ahc_parse_brace_option()
1047 char *tok_end2; in ahd_parse_brace_option() local1108 tok_end2 = strchr(opt_arg, tok_list[i]); in ahd_parse_brace_option()1109 if ((tok_end2) && (tok_end2 < tok_end)) in ahd_parse_brace_option()1110 tok_end = tok_end2; in ahd_parse_brace_option()