Home | History | Annotate | Download | only in ftp

Lines Matching refs:sep

129   char sep = *(++ptr);
130 if (!sep || isdigit(sep) || *(++ptr) != sep || *(++ptr) != sep)
139 if (*ptr != sep)