Searched refs:starti (Results 1 – 1 of 1) sorted by relevance
630 char *starti, *startn, *endi, *endi2; in make_hc_pairs() local696 starti = strchr(find, '='); in make_hc_pairs()697 if (starti == NULL) in make_hc_pairs()699 *starti = '\0'; in make_hc_pairs()702 *starti++ = '='; in make_hc_pairs()703 endi = strchr(starti, '='); in make_hc_pairs()706 endi2 = strrchr(starti, '/'); in make_hc_pairs()711 if ((cid = topo_mod_strdup(mod, starti)) == NULL) in make_hc_pairs()716 if ((cid = topo_mod_strdup(mod, starti)) == NULL) in make_hc_pairs()718 find = starti + strlen(starti); in make_hc_pairs()[all …]