Home
last modified time | relevance | path

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

/intl/
A Ddcigettext.c217 # define HAS_DEVICE(P) \ argument
220 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P)) argument
221 # define IS_PATH_WITH_DIR(P) \ argument
226 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0]) argument
227 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) argument

Completed in 5 milliseconds