Searched refs:PATH_SEAPARATOR (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dcatalog.c50 # define PATH_SEAPARATOR ';' macro
52 # define PATH_SEAPARATOR ':' macro
3250 while ((*cur != 0) && (*cur != PATH_SEAPARATOR) && (!xmlIsBlank_ch(*cur)))
3266 while (*cur == PATH_SEAPARATOR)

Completed in 1036 milliseconds