Home
last modified time | relevance | path

Searched defs:IS_FILE_NAME_WITH_DIR (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dfilename.h86 # define IS_FILE_NAME_WITH_DIR(Filename) \ macro
Drelocatable.c92 # define IS_FILE_NAME_WITH_DIR(P) \ macro
98 # define IS_FILE_NAME_WITH_DIR(P) (strchr (P, '/') != NULL) macro
Ddcigettext.c211 # define IS_FILE_NAME_WITH_DIR(P) (strchr ((P), '/') != NULL) macro