Searched refs:tok_end (Results 1 – 2 of 2) sorted by relevance
930 char *tok_end; in ahc_parse_brace_option() local949 tok_end = strchr(opt_arg, '\0'); in ahc_parse_brace_option()950 if (tok_end < end) in ahc_parse_brace_option()951 *tok_end = ','; in ahc_parse_brace_option()990 tok_end = end; 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()998 opt_arg = tok_end; in ahc_parse_brace_option()
1046 char *tok_end; in ahd_parse_brace_option() local1065 tok_end = strchr(opt_arg, '\0'); in ahd_parse_brace_option()1066 if (tok_end < end) in ahd_parse_brace_option()1067 *tok_end = ','; in ahd_parse_brace_option()1106 tok_end = end; 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()1114 opt_arg = tok_end; in ahd_parse_brace_option()