Searched defs:IS_PATH_WITH_DIR (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/intl/
H A Drelocatable.c73 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
81 # define IS_PATH_WITH_DIR(P) \ macro
87 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) macro
301 if (!IS_PATH_WITH_DIR (location))
H A Ddcigettext.c202 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
211 # define IS_PATH_WITH_DIR(P) \ macro
217 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) macro
604 if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale))

Completed in 79 milliseconds