Searched refs:tok_end2 (Results 1 – 2 of 2) sorted by relevance
923 char *tok_end2; in ahc_parse_brace_option() local984 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option()985 if ((tok_end2) && (tok_end2 < tok_end)) in ahc_parse_brace_option()986 tok_end = tok_end2; in ahc_parse_brace_option()
1042 char *tok_end2; in ahd_parse_brace_option() local1103 tok_end2 = strchr(opt_arg, tok_list[i]); in ahd_parse_brace_option()1104 if ((tok_end2) && (tok_end2 < tok_end)) in ahd_parse_brace_option()1105 tok_end = tok_end2; in ahd_parse_brace_option()