Home
last modified time | relevance | path

Searched refs:IS_FILE_NAME_WITH_DIR (Results 1 – 4 of 4) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dfilename.h86 # define IS_FILE_NAME_WITH_DIR(Filename) \ macro
97 # define IS_FILE_NAME_WITH_DIR(Filename) (strchr ((Filename), '/') != NULL)
103 #define IS_PATH_WITH_DIR IS_FILE_NAME_WITH_DIR
Drelocatable.c92 # define IS_FILE_NAME_WITH_DIR(P) \ macro
98 # define IS_FILE_NAME_WITH_DIR(P) (strchr (P, '/') != NULL) macro
342 if (!IS_FILE_NAME_WITH_DIR (location)) in DllMain()
Ddcigettext.c211 # define IS_FILE_NAME_WITH_DIR(P) (strchr ((P), '/') != NULL) macro
772 if (ENABLE_SECURE && IS_FILE_NAME_WITH_DIR (single_locale)) in gl_dcigettext()
/third_party/gettext/libtextstyle/lib/
Dcolor.c391 if (!IS_FILE_NAME_WITH_DIR (file_name)) in style_file_lookup()