HomeSort by relevance Sort by last modified time
    Searched defs:IS_ABSOLUTE_PATH (Results 1 - 6 of 6) 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 44 # define IS_ABSOLUTE_PATH(f) IS_DOS_ABSOLUTE_PATH (f)
53 # define IS_ABSOLUTE_PATH(f) IS_UNIX_ABSOLUTE_PATH (f)
74 /* Note that when DOS_BASED is true, IS_ABSOLUTE_PATH accepts d:foo as
76 of IS_ABSOLUTE_PATH want to know whether to prepend the current
  /toolchain/binutils/binutils-2.25/include/
filenames.h 44 # define IS_ABSOLUTE_PATH(f) IS_DOS_ABSOLUTE_PATH (f)
53 # define IS_ABSOLUTE_PATH(f) IS_UNIX_ABSOLUTE_PATH (f)
74 /* Note that when DOS_BASED is true, IS_ABSOLUTE_PATH accepts d:foo as
76 of IS_ABSOLUTE_PATH want to know whether to prepend the current
  /external/e2fsprogs/intl/
l10nflist.c 68 IS_ABSOLUTE_PATH(P) tests whether P is an absolute path. If it is not,
77 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
81 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
188 if (IS_ABSOLUTE_PATH (language))
dcigettext.c 200 IS_ABSOLUTE_PATH(P) tests whether P is an absolute path. If it is not,
210 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
216 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
527 else if (IS_ABSOLUTE_PATH (binding->dirname))
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
l10nflist.c 67 IS_ABSOLUTE_PATH(P) tests whether P is an absolute path. If it is not,
76 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
80 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
216 if (IS_ABSOLUTE_PATH (language))
dcigettext.c 195 IS_ABSOLUTE_PATH(P) tests whether P is an absolute path. If it is not,
205 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
211 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
531 else if (IS_ABSOLUTE_PATH (binding->dirname))
    [all...]

Completed in 149 milliseconds