Home
last modified time | relevance | path

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

/intl/
A Ddcigettext.c216 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
220 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
225 # define ISSLASH(C) ((C) == '/') macro
226 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])

Completed in 6 milliseconds