Lines Matching refs:strsep
1062 while ((cp = strsep(&hosts, ",")) != NULL && *cp != '\0') {1595 for (; (cp = strsep(&tmp, ",")) != NULL; n++) {