Home
last modified time | relevance | path

Searched refs:IS_PATH_WITH_DIR (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/intl/
Drelocatable.c81 # 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)) in DllMain()
Ddcigettext.c211 # 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)) in DCIGETTEXT()