Lines Matching refs:tstart
287 char *token, *tctx = NULL, *tstart = desc; in parse_dependencies() local
294 while ((token = strtok_r(tstart, "/", &tctx)) != NULL) { in parse_dependencies()
300 tstart = NULL; in parse_dependencies()
612 char *token, *tctx = NULL, *tstart = (char *)_str; in parse_engine_map() local
614 while ((token = strtok_r(tstart, "|", &tctx))) { in parse_engine_map()
618 tstart = NULL; in parse_engine_map()
650 char *token, *tctx = NULL, *tstart = (char *)_str; in engine_list_mask() local
652 while ((token = strtok_r(tstart, "|", &tctx))) { in engine_list_mask()
660 tstart = NULL; in engine_list_mask()
681 char *_token, *token, *tctx = NULL, *tstart = desc; in parse_workload() local
690 while ((_token = strtok_r(tstart, ",", &tctx))) { in parse_workload()
691 tstart = NULL; in parse_workload()