Searched defs:IS_DIR_SEPARATOR (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/backtrace/
H A Dbtest.c60 # define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
62 # define IS_DIR_SEPARATOR(c) ((c) == '/') macro
H A Ddwarf.c123 # define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
127 # define IS_DIR_SEPARATOR(c) ((c) == '/') macro

Completed in 32 milliseconds