Home | History | Annotate | Download | only in libexif

Lines Matching refs:DIR_SEPARATOR

4229 #ifndef DIR_SEPARATOR
4230 # define DIR_SEPARATOR '/'
4247 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
4250 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
4749 /* search backwards for last DIR_SEPARATOR */