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

/macosx-10.10/apr-32/apr/apr/include/arch/os2/
H A Dapr_arch_file_io.h78 #define IS_FNCHAR(c) c_is_fnchar[(unsigned char)c] macro
/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_file_io.h220 #define IS_FNCHAR(c) (apr_c_is_fnchar[(unsigned char)(c)] & 1) macro
/macosx-10.10/apr-32/apr/apr/file_io/win32/
H A Dfilepath.c134 if (IS_FNCHAR(testpath[4]) && testpath[5] == ':')
168 if (*delim1 && !IS_FNCHAR(*(delim1++)))
177 if (!IS_FNCHAR(*(delim2++)))
282 if (IS_FNCHAR(*testpath) && testpath[1] == ':')
H A Dfilestat.c42 if (!IS_FNCHAR(*name) && (*name != '\\') && (*name != '/')) {

Completed in 120 milliseconds