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

/haiku-fatelf/src/bin/bash/lib/intl/
H A Drelocatable.c69 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
77 # define IS_PATH_WITH_DIR(P) \ macro
83 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) macro
293 if (!IS_PATH_WITH_DIR (location))
H A Ddcigettext.c203 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
212 # define IS_PATH_WITH_DIR(P) \ macro
218 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) macro
618 if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale))
/haiku-fatelf/src/bin/gawk/intl/
H A Drelocatable.c68 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
76 # define IS_PATH_WITH_DIR(P) \ macro
82 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) macro
292 if (!IS_PATH_WITH_DIR (location))
H A Ddcigettext.c197 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
206 # define IS_PATH_WITH_DIR(P) \ macro
212 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) macro
608 if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale))

Completed in 54 milliseconds