Searched defs:PATH_SEPARATOR (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_pcos.h47 #define PATH_SEPARATOR ';' macro
H A D_macos.h567 #define PATH_SEPARATOR ':' macro
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsAppFileLocationProvider.cpp516 /* nsPathsDirectoryEnumerator and PATH_SEPARATOR
520 #define PATH_SEPARATOR ';' macro
522 #define PATH_SEPARATOR ':'
547 do { ++mEndPath; } while (*mEndPath && *mEndPath != PATH_SEPARATOR);
553 if (*mEndPath == PATH_SEPARATOR)
/vbox/src/libs/libxml2-2.6.31/
H A Dxmllint.c213 # define PATH_SEPARATOR ';' macro
215 # define PATH_SEPARATOR ':' macro
233 while ((*cur == ' ') || (*cur == PATH_SEPARATOR))
236 while ((*cur != 0) && (*cur != ' ') && (*cur != PATH_SEPARATOR))

Completed in 90 milliseconds