Searched refs:IS_SLASH (Results 1 - 5 of 5) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFFileUtilities.c654 #define IS_SLASH(C) ((C) == '\\' || (C) == '/') macro
656 #define IS_SLASH(C) ((C) == '/') macro
684 if (IS_SLASH(unichars[2]) && HAS_DRIVE(unichars)) {
691 if (IS_SLASH(unichars[0])) {
701 while (((destHasDrive && 3 < *length) || (!destHasDrive && 1 < *length)) && IS_SLASH(unichars[*length - 1])) {
715 if (!IS_SLASH(unichars[0])) {
738 if (!IS_SLASH(character)) {
753 if (!IS_SLASH(character)) {
781 if (0 < CFStringGetLength(extension) && IS_SLASH(CFStringGetCharacterAtIndex(extension, 0))) {
789 while (((destHasDrive && 3 < CFStringGetLength(path)) || (!destHasDrive && 1 < CFStringGetLength(path))) && IS_SLASH(CFStringGetCharacterAtInde
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dutil.c80 #define IS_SLASH(s) ((s == '/') || (s == '\\')) macro
82 #define IS_SLASH(s) (s == '/') macro
487 if (name[l] == '.' && IS_SLASH(name[l + 1])
488 && (l == 0 || IS_SLASH(name[l - 1])))
497 else if (w > 1 && name[w - 1] == '.' && IS_SLASH(name[w - 2]))
505 if (name[l] == '.' && name[l + 1] == '.' && IS_SLASH(name[l + 2])
506 && (l == 0 || IS_SLASH(name[l - 1]))) {
511 while (l >= 0 && !IS_SLASH(name[l]))
529 && IS_SLASH(name[l - 3])) {
532 while (l >= 0 && !IS_SLASH(nam
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/os2/
H A Dfilesys.c52 #define IS_SLASH(c) (c == '/' || c == '\\') macro
59 if (drive >= 'A' && drive <= 'Z' && path[1] == ':' && IS_SLASH(path[2]))
/macosx-10.9.5/apr-30/apr/apr/file_io/os2/
H A Dfilesys.c52 #define IS_SLASH(c) (c == '/' || c == '\\') macro
59 if (drive >= 'A' && drive <= 'Z' && path[1] == ':' && IS_SLASH(path[2]))
/macosx-10.9.5/xnu-2422.115.4/SETUP/decomment/
H A Ddecomment.c40 IS_SLASH, // encountered opening '/' enumerator in enum:__anon14371
87 input_state = IS_SLASH;
96 case IS_SLASH:

Completed in 279 milliseconds