Searched refs:IS_PATH_WITH_DIR (Results 1 – 2 of 2) sorted by relevance
81 # define IS_PATH_WITH_DIR(P) \ macro87 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) macro301 if (!IS_PATH_WITH_DIR (location)) in DllMain()
211 # define IS_PATH_WITH_DIR(P) \ macro217 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) macro604 if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale)) in DCIGETTEXT()