Home | History | Annotate | Download | only in libusb-compat

Lines Matching refs:DIR_SEPARATOR

3210 #ifndef DIR_SEPARATOR
3211 # define DIR_SEPARATOR '/'
3228 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
3231 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
3790 /* search backwards for last DIR_SEPARATOR */