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

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
pathname.h 30 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
39 # define IS_PATH_WITH_DIR(P) \
46 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
progreloc.c 62 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
70 # define IS_PATH_WITH_DIR(P) \
76 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
136 if (!IS_PATH_WITH_DIR (location))
relocatable.c 71 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
79 # define IS_PATH_WITH_DIR(P) \
85 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
302 if (!IS_PATH_WITH_DIR (location))
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
pathname.h 30 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
39 # define IS_PATH_WITH_DIR(P) \
46 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
relocatable.c 71 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
79 # define IS_PATH_WITH_DIR(P) \
85 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
302 if (!IS_PATH_WITH_DIR (location))
  /src/external/gpl3/gdb/dist/gnulib/import/
filename.h 105 #define IS_PATH_WITH_DIR IS_FILE_NAME_WITH_DIR
  /src/external/gpl3/gdb.old/dist/gnulib/import/
filename.h 105 #define IS_PATH_WITH_DIR IS_FILE_NAME_WITH_DIR
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
progreloc.c 62 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
70 # define IS_PATH_WITH_DIR(P) \
76 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
136 if (!IS_PATH_WITH_DIR (location))
relocatable.c 71 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
79 # define IS_PATH_WITH_DIR(P) \
85 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
302 if (!IS_PATH_WITH_DIR (location))
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
relocatable.c 71 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
79 # define IS_PATH_WITH_DIR(P) \
85 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
302 if (!IS_PATH_WITH_DIR (location))
dcigettext.c 209 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
218 # define IS_PATH_WITH_DIR(P) \
224 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
720 if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale))
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
relocatable.c 71 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
79 # define IS_PATH_WITH_DIR(P) \
85 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
302 if (!IS_PATH_WITH_DIR (location))
  /src/external/gpl2/texinfo/dist/intl/
relocatable.c 75 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
83 # define IS_PATH_WITH_DIR(P) \
89 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
303 if (!IS_PATH_WITH_DIR (location))
dcigettext.c 201 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
210 # define IS_PATH_WITH_DIR(P) \
216 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
603 if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale))
  /src/external/gpl3/gcc.old/dist/intl/
relocatable.c 68 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
76 # define IS_PATH_WITH_DIR(P) \
82 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
292 if (!IS_PATH_WITH_DIR (location))
dcigettext.c 197 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
206 # define IS_PATH_WITH_DIR(P) \
212 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
608 if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale))
  /src/external/gpl2/grep/dist/intl/
dcigettext.c 180 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
189 # define IS_PATH_WITH_DIR(P) \
195 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
572 if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale))

Completed in 44 milliseconds