Lines Matching refs:parsestr
511 char *token, *parsestr; in cvt_metal_kernel() local
513 parsestr = get_token(path, kernstr, " \t,"); in cvt_metal_kernel()
530 if ((parsestr = get_token(&token, parsestr, " \t,")) == NULL) { in cvt_metal_kernel()
544 while ((parsestr = get_token(&token, parsestr, ",")) != NULL) { in cvt_metal_kernel()
566 char *token, *parsestr; in cvt_hyper_kernel() local
568 parsestr = get_token(&token, kernel, " \t,"); in cvt_hyper_kernel()
587 while ((parsestr = get_token(&token, parsestr, " ")) != NULL) { in cvt_hyper_kernel()
608 char *parsestr = modstr; in cvt_hyper_module() local
614 while ((parsestr = get_token(path, parsestr, " \t,")) != NULL) { in cvt_hyper_module()
615 if (*parsestr != '/') in cvt_hyper_module()
622 if ((parsestr == NULL) || in cvt_hyper_module()
623 ((parsestr = get_token(&token, parsestr, " \t,")) == NULL)) { in cvt_hyper_module()
641 while ((parsestr = get_token(&token, parsestr, ",")) != NULL) { in cvt_hyper_module()
676 char *parsestr, *token; in parse_bootenvrc() local
684 if ((parsestr = get_token(&token, line, " \t")) == NULL) { in parse_bootenvrc()
699 if ((parsestr = get_token(&token, parsestr, " \t")) == NULL) { in parse_bootenvrc()
710 parsestr = get_token(&token, parsestr, " \t"); in parse_bootenvrc()
735 parsestr = get_token(&token, parsestr, " \t"); in parse_bootenvrc()