Searched refs:tok_end2 (Results 1 – 2 of 2) sorted by relevance
925 char *tok_end2; in ahc_parse_brace_option() local986 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option()987 if ((tok_end2) && (tok_end2 < tok_end)) in ahc_parse_brace_option()988 tok_end = tok_end2; in ahc_parse_brace_option()
1048 char *tok_end2; in ahd_parse_brace_option() local1109 tok_end2 = strchr(opt_arg, tok_list[i]); in ahd_parse_brace_option()1110 if ((tok_end2) && (tok_end2 < tok_end)) in ahd_parse_brace_option()1111 tok_end = tok_end2; in ahd_parse_brace_option()