HomeSort by relevance Sort by last modified time
    Searched defs:IS_DOS_DIR_SEPARATOR (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
filenames.h 43 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c)
67 #define IS_DOS_DIR_SEPARATOR(c) IS_DIR_SEPARATOR_1 (1, c)
  /toolchain/binutils/binutils-2.27/include/
filenames.h 43 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c)
67 #define IS_DOS_DIR_SEPARATOR(c) IS_DIR_SEPARATOR_1 (1, c)

Completed in 130 milliseconds