OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_DIR_SEPARATOR
(Results
1 - 2
of
2
) sorted by null
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
filenames.h
39
#define
IS_DIR_SEPARATOR
(c) ((c) == '/' || (c) == '\\')
44
#define IS_ABSOLUTE_PATH(f) (
IS_DIR_SEPARATOR
((f)[0]) || (((f)[0]) && ((f)[1] == ':')))
48
#define
IS_DIR_SEPARATOR
(c) ((c) == '/')
49
#define IS_ABSOLUTE_PATH(f) (
IS_DIR_SEPARATOR
((f)[0]))
/external/libpng/
ltmain.sh
[
all
...]
Completed in 715 milliseconds