Home | History | Annotate | Download | only in protobuf

Lines Matching refs:DIR_SEPARATOR

2988 #ifndef DIR_SEPARATOR
2989 # define DIR_SEPARATOR '/'
3006 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
3009 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
3436 /* search backwards for last DIR_SEPARATOR */