Home | History | Annotate | Download | only in intl

Lines Matching refs:IS_PATH_WITH_DIR

202    IS_PATH_WITH_DIR(P)  tests whether P contains a directory specification.
211 # define IS_PATH_WITH_DIR(P) \
217 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
604 if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale))