HomeSort by: relevance | last modified time | path
    Searched defs:IS_ABSOLUTE_PATH (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
pathname.h 28 IS_ABSOLUTE_PATH(P) tests whether P is an absolute path. If it is not,
38 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
45 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
pathname.h 28 IS_ABSOLUTE_PATH(P) tests whether P is an absolute path. If it is not,
38 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
45 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
  /src/external/gpl3/binutils/dist/include/
filenames.h 45 # define IS_ABSOLUTE_PATH(f) IS_DOS_ABSOLUTE_PATH (f)
54 # define IS_ABSOLUTE_PATH(f) IS_UNIX_ABSOLUTE_PATH (f)
75 /* Note that when DOS_BASED is true, IS_ABSOLUTE_PATH accepts d:foo as
77 of IS_ABSOLUTE_PATH want to know whether to prepend the current
  /src/external/gpl3/binutils.old/dist/include/
filenames.h 45 # define IS_ABSOLUTE_PATH(f) IS_DOS_ABSOLUTE_PATH (f)
54 # define IS_ABSOLUTE_PATH(f) IS_UNIX_ABSOLUTE_PATH (f)
75 /* Note that when DOS_BASED is true, IS_ABSOLUTE_PATH accepts d:foo as
77 of IS_ABSOLUTE_PATH want to know whether to prepend the current
  /src/external/gpl3/gcc.old/dist/include/
filenames.h 45 # define IS_ABSOLUTE_PATH(f) IS_DOS_ABSOLUTE_PATH (f)
54 # define IS_ABSOLUTE_PATH(f) IS_UNIX_ABSOLUTE_PATH (f)
75 /* Note that when DOS_BASED is true, IS_ABSOLUTE_PATH accepts d:foo as
77 of IS_ABSOLUTE_PATH want to know whether to prepend the current
  /src/external/gpl2/gettext/dist/gettext-runtime/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])
193 if (IS_ABSOLUTE_PATH (language))
dcigettext.c 207 IS_ABSOLUTE_PATH(P) tests whether P is an absolute path. If it is not,
217 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
223 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
636 if (!IS_ABSOLUTE_PATH (dirname))
  /src/external/gpl2/texinfo/dist/intl/
l10nflist.c 69 IS_ABSOLUTE_PATH(P) tests whether P is an absolute path. If it is not,
78 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
82 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
190 if (IS_ABSOLUTE_PATH (language))
dcigettext.c 199 IS_ABSOLUTE_PATH(P) tests whether P is an absolute path. If it is not,
209 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
215 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
526 else if (IS_ABSOLUTE_PATH (binding->dirname))
  /src/external/gpl3/gcc.old/dist/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))
  /src/external/gpl2/grep/dist/intl/
dcigettext.c 178 IS_ABSOLUTE_PATH(P) tests whether P is an absolute path. If it is not,
188 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
194 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
487 else if (IS_ABSOLUTE_PATH (binding->dirname))

Completed in 44 milliseconds