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

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DddxLoad.c66 #define PATHSEPARATOR "\\" macro
68 #define PATHSEPARATOR "/" macro
215 int lps = strlen(PATHSEPARATOR);
220 (strcmp(xkbbindir + ld - lps, PATHSEPARATOR) != 0)) {
221 xkbbindirsep = PATHSEPARATOR;
/xsrc/external/mit/xorg-server/dist/xkb/
H A DddxLoad.c54 #define PATHSEPARATOR "\\" macro
56 #define PATHSEPARATOR "/" macro
135 int lps = strlen(PATHSEPARATOR);
139 if ((ld >= lps) && (strcmp(xkbbindir + ld - lps, PATHSEPARATOR) != 0)) {
140 xkbbindirsep = PATHSEPARATOR;

Completed in 3 milliseconds