Searched refs:tok_end (Results 1 – 2 of 2) sorted by relevance
1340 char *tok_end; in aic_parse_brace_option() local1359 tok_end = strchr(opt_arg, '\0'); in aic_parse_brace_option()1360 if (tok_end < end) in aic_parse_brace_option()1361 *tok_end = ','; in aic_parse_brace_option()1400 tok_end = end; in aic_parse_brace_option()1403 if ((tok_end2) && (tok_end2 < tok_end)) in aic_parse_brace_option()1404 tok_end = tok_end2; in aic_parse_brace_option()1408 opt_arg = tok_end; in aic_parse_brace_option()
1464 char *tok, *tok_end, *tok_end2; in aic7xxx_setup() local1471 tok_end = strchr(tok, '\0'); in aic7xxx_setup()1472 if (tok_end < end) in aic7xxx_setup()1473 *tok_end = ','; in aic7xxx_setup()1514 tok_end = strchr(tok, '\0'); in aic7xxx_setup()1518 if ( (tok_end2) && (tok_end2 < tok_end) ) in aic7xxx_setup()1520 tok_end = tok_end2; in aic7xxx_setup()1529 tok = tok_end; in aic7xxx_setup()