HomeSort by relevance Sort by last modified time
    Searched refs:IS_DIR_SEPARATOR (Results 1 - 25 of 43) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/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.27/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.27/binutils/
bucomm.c 651 if (*n == '.' && *++n == '.' && ( ! *++n || IS_DIR_SEPARATOR (*n)))
654 while (*n && ! IS_DIR_SEPARATOR (*n))
656 while (IS_DIR_SEPARATOR (*n))
objdump.c     [all...]
  /toolchain/binutils/binutils-2.27/gold/
options.cc     [all...]
fileread.cc 971 if (!IS_DIR_SEPARATOR(name[name.length() - 1]))
  /toolchain/binutils/binutils-2.27/ld/
ldfile.c 84 && IS_DIR_SEPARATOR (realname[ld_canon_sysroot_len]))
testplug3.c 501 if (IS_DIR_SEPARATOR (*p))
testplug2.c 522 if (IS_DIR_SEPARATOR (*p))
testplug4.c 528 if (IS_DIR_SEPARATOR (*p))
  /toolchain/binutils/binutils-2.27/bfd/
opncls.c     [all...]
archive.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-rx.c 323 if (IS_DIR_SEPARATOR (* c))
368 if (IS_DIR_SEPARATOR (* p))
    [all...]
  /external/ImageMagick/config/
ltmain.sh     [all...]
  /external/curl/
ltmain.sh     [all...]
  /external/google-breakpad/autotools/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]
  /external/libevent/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]
  /external/libmicrohttpd/
ltmain.sh     [all...]

Completed in 909 milliseconds

1 2