Searched refs:tok_end (Results 1 – 2 of 2) sorted by relevance
941 char *tok_end; in ahc_parse_brace_option() local960 tok_end = strchr(opt_arg, '\0'); in ahc_parse_brace_option()961 if (tok_end < end) in ahc_parse_brace_option()962 *tok_end = ','; in ahc_parse_brace_option()1001 tok_end = end; in ahc_parse_brace_option()1004 if ((tok_end2) && (tok_end2 < tok_end)) in ahc_parse_brace_option()1005 tok_end = tok_end2; in ahc_parse_brace_option()1009 opt_arg = tok_end; in ahc_parse_brace_option()
1062 char *tok_end; in ahd_parse_brace_option() local1081 tok_end = strchr(opt_arg, '\0'); in ahd_parse_brace_option()1082 if (tok_end < end) in ahd_parse_brace_option()1083 *tok_end = ','; in ahd_parse_brace_option()1122 tok_end = end; in ahd_parse_brace_option()1125 if ((tok_end2) && (tok_end2 < tok_end)) in ahd_parse_brace_option()1126 tok_end = tok_end2; in ahd_parse_brace_option()1130 opt_arg = tok_end; in ahd_parse_brace_option()