Lines Matching defs:sep
1055 char *sep, *portp, *modep;1072 sep = strchr(buf, '/');1073 if (!sep)1076 *sep = '\0';1077 sep++;1083 portp = sep;1084 sep = strchr(portp, '/');1085 if (sep) {1086 *sep = '\0';1087 modep = sep + 1;