Searched refs:starti (Results 1 – 1 of 1) sorted by relevance
681 char *starti, *startn, *endi, *endi2; in make_hc_pairs() local747 starti = strchr(find, '='); in make_hc_pairs()748 if (starti == NULL) in make_hc_pairs()750 *starti = '\0'; in make_hc_pairs()753 *starti++ = '='; in make_hc_pairs()754 endi = strchr(starti, '='); in make_hc_pairs()757 endi2 = strrchr(starti, '/'); in make_hc_pairs()762 if ((cid = topo_mod_strdup(mod, starti)) == NULL) in make_hc_pairs()767 if ((cid = topo_mod_strdup(mod, starti)) == NULL) in make_hc_pairs()769 find = starti + strlen(starti); in make_hc_pairs()[all …]