Home | History | Annotate | Download | only in libffi

Lines Matching refs:DIR_SEPARATOR

4970 #ifndef DIR_SEPARATOR
4971 # define DIR_SEPARATOR '/'
4987 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
4990 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))