Searched defs:IS_PATH_WITH_DIR (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/intl/
H A Drelocatable.c77 # define IS_PATH_WITH_DIR(P) \ macro
83 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) macro
H A Ddcigettext.c212 # define IS_PATH_WITH_DIR(P) \ macro
218 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) macro
/haiku-fatelf/src/bin/gawk/intl/
H A Drelocatable.c76 # define IS_PATH_WITH_DIR(P) \ macro
82 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) macro
H A Ddcigettext.c206 # define IS_PATH_WITH_DIR(P) \ macro
212 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) macro

Completed in 47 milliseconds