Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/datatool/
H A Dfileutil.cpp151 #undef DISK_SEPARATOR_CHAR
158 # define DISK_SEPARATOR_CHAR ':' macro
170 #ifdef DISK_SEPARATOR_CHAR
174 return c == DISK_SEPARATOR_CHAR; in IsDiskSeparator()
187 #ifdef DISK_SEPARATOR_CHAR in IsDirSeparator()
188 if ( c == DISK_SEPARATOR_CHAR ) in IsDirSeparator()
226 #ifdef DISK_SEPARATOR_CHAR in IsLocalPath()
227 if ( path.find(DISK_SEPARATOR_CHAR) != NPOS ) in IsLocalPath()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/datatool/
H A Dfileutil.cpp151 #undef DISK_SEPARATOR_CHAR
158 # define DISK_SEPARATOR_CHAR ':' macro
170 #ifdef DISK_SEPARATOR_CHAR
174 return c == DISK_SEPARATOR_CHAR; in IsDiskSeparator()
187 #ifdef DISK_SEPARATOR_CHAR in IsDirSeparator()
188 if ( c == DISK_SEPARATOR_CHAR ) in IsDirSeparator()
226 #ifdef DISK_SEPARATOR_CHAR in IsLocalPath()
227 if ( path.find(DISK_SEPARATOR_CHAR) != NPOS ) in IsLocalPath()