Searched refs:tok_end2 (Results 1 – 2 of 2) sorted by relevance
940 char *tok_end2; in ahc_parse_brace_option() local1001 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option()1002 if ((tok_end2) && (tok_end2 < tok_end)) in ahc_parse_brace_option()1003 tok_end = tok_end2; in ahc_parse_brace_option()
1062 char *tok_end2; in ahd_parse_brace_option() local1123 tok_end2 = strchr(opt_arg, tok_list[i]); in ahd_parse_brace_option()1124 if ((tok_end2) && (tok_end2 < tok_end)) in ahd_parse_brace_option()1125 tok_end = tok_end2; in ahd_parse_brace_option()