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

  /toolchain/binutils/binutils-2.25/libiberty/
basename.c 34 /* Define IS_DIR_SEPARATOR. */
36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
38 # define IS_DIR_SEPARATOR(ch) \
55 if (IS_DIR_SEPARATOR (*name))
make-relative-prefix.c 94 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
96 # define IS_DIR_SEPARATOR(ch) \
130 if (name[1] == ':' && IS_DIR_SEPARATOR (name[2]))
139 if (IS_DIR_SEPARATOR (ch))
142 while (IS_DIR_SEPARATOR (*p))
155 if (name[1] == ':' && IS_DIR_SEPARATOR (name[2]))
170 if (IS_DIR_SEPARATOR (ch))
172 while (IS_DIR_SEPARATOR (*p))
275 if (! IS_DIR_SEPARATOR (endp[-1]))
  /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)
52 # define IS_DIR_SEPARATOR(c) IS_UNIX_DIR_SEPARATOR (c)
  /toolchain/binutils/binutils-2.25/include/
filenames.h 43 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c)
52 # define IS_DIR_SEPARATOR(c) IS_UNIX_DIR_SEPARATOR (c)

Completed in 1390 milliseconds