Home | History | Annotate | Download | only in libxml2

Lines Matching full:path_separator

214 # define PATH_SEPARATOR ';'
216 # define PATH_SEPARATOR ':'
234 while ((*cur == ' ') || (*cur == PATH_SEPARATOR))
237 while ((*cur != 0) && (*cur != ' ') && (*cur != PATH_SEPARATOR))