Searched refs:starti (Results 1 – 1 of 1) sorted by relevance
684 char *starti, *startn, *endi, *endi2; in make_hc_pairs() local750 starti = strchr(find, '='); in make_hc_pairs()751 if (starti == NULL) in make_hc_pairs()753 *starti = '\0'; in make_hc_pairs()756 *starti++ = '='; in make_hc_pairs()757 endi = strchr(starti, '='); in make_hc_pairs()760 endi2 = strrchr(starti, '/'); in make_hc_pairs()765 if ((cid = topo_mod_strdup(mod, starti)) == NULL) in make_hc_pairs()770 if ((cid = topo_mod_strdup(mod, starti)) == NULL) in make_hc_pairs()772 find = starti + strlen(starti); in make_hc_pairs()[all …]