Home
last modified time | relevance | path

Searched refs:IsPathSeparator (Results 126 – 150 of 1695) sorted by relevance

12345678910>>...68

/dports/net-im/licq-qt-gui/licq-f271d55/licq/3rdparty/gtest/src/
H A Dgtest-filepath.cc92 static bool IsPathSeparator(char c) { in IsPathSeparator() function
255 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
267 IsPathSeparator(name[2]); in IsAbsolutePath()
269 return IsPathSeparator(name[0]); in IsAbsolutePath()
297 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
363 if (!IsPathSeparator(*src)) { in Normalize()
371 while (IsPathSeparator(*src)) in Normalize()
/dports/net-im/licq/licq-f271d55/licq/3rdparty/gtest/src/
H A Dgtest-filepath.cc92 static bool IsPathSeparator(char c) { in IsPathSeparator() function
255 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
267 IsPathSeparator(name[2]); in IsAbsolutePath()
269 return IsPathSeparator(name[0]); in IsAbsolutePath()
297 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
363 if (!IsPathSeparator(*src)) { in Normalize()
371 while (IsPathSeparator(*src)) in Normalize()
/dports/net-im/licq-icq/licq-f271d55/licq/3rdparty/gtest/src/
H A Dgtest-filepath.cc92 static bool IsPathSeparator(char c) { in IsPathSeparator() function
255 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
267 IsPathSeparator(name[2]); in IsAbsolutePath()
269 return IsPathSeparator(name[0]); in IsAbsolutePath()
297 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
363 if (!IsPathSeparator(*src)) { in Normalize()
371 while (IsPathSeparator(*src)) in Normalize()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/third_party/googletest/src/
H A Dgtest-filepath.cc88 static bool IsPathSeparator(char c) { in IsPathSeparator() function
258 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
270 IsPathSeparator(name[2]); in IsAbsolutePath()
272 return IsPathSeparator(name[0]); in IsAbsolutePath()
300 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
366 if (!IsPathSeparator(*src)) { in Normalize()
374 while (IsPathSeparator(*src)) in Normalize()
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/test/gtest/src/
H A Dgtest-filepath.cc88 static bool IsPathSeparator(char c) { in IsPathSeparator() function
258 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
270 IsPathSeparator(name[2]); in IsAbsolutePath()
272 return IsPathSeparator(name[0]); in IsAbsolutePath()
300 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
366 if (!IsPathSeparator(*src)) { in Normalize()
374 while (IsPathSeparator(*src)) in Normalize()
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/src/
H A Dgtest-filepath.cc85 static bool IsPathSeparator(char c) { in IsPathSeparator() function
253 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
265 IsPathSeparator(name[2]); in IsAbsolutePath()
267 return IsPathSeparator(name[0]); in IsAbsolutePath()
295 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
363 if (!IsPathSeparator(*src)) { in Normalize()
371 while (IsPathSeparator(*src)) in Normalize()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/lib/
H A Dfnmatch.c97 if (ISSET(flags, FNM_LEADING_DIR) && IsPathSeparator(*string)) in r_fnmatch()
103 if (IsPathSeparator(*string) && ISSET(flags, FNM_PATHNAME)) in r_fnmatch()
107 (ISSET(flags, FNM_PATHNAME) && IsPathSeparator(*(string - 1))))) in r_fnmatch()
120 (ISSET(flags, FNM_PATHNAME) && IsPathSeparator(*(string - 1))))) { in r_fnmatch()
132 } else if (IsPathSeparator(c) && ISSET(flags, FNM_PATHNAME)) { in r_fnmatch()
153 if (IsPathSeparator(*string) && ISSET(flags, FNM_PATHNAME)) in r_fnmatch()
157 (ISSET(flags, FNM_PATHNAME) && IsPathSeparator(*(string - 1))))) in r_fnmatch()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/src/
H A Dgtest-filepath.cc85 static bool IsPathSeparator(char c) { in IsPathSeparator() function
253 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
265 IsPathSeparator(name[2]); in IsAbsolutePath()
267 return IsPathSeparator(name[0]); in IsAbsolutePath()
295 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
363 if (!IsPathSeparator(*src)) { in Normalize()
371 while (IsPathSeparator(*src)) in Normalize()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dfnmatch.c97 if (ISSET(flags, FNM_LEADING_DIR) && IsPathSeparator(*string)) in r_fnmatch()
103 if (IsPathSeparator(*string) && ISSET(flags, FNM_PATHNAME)) in r_fnmatch()
107 (ISSET(flags, FNM_PATHNAME) && IsPathSeparator(*(string - 1))))) in r_fnmatch()
120 (ISSET(flags, FNM_PATHNAME) && IsPathSeparator(*(string - 1))))) { in r_fnmatch()
132 } else if (IsPathSeparator(c) && ISSET(flags, FNM_PATHNAME)) { in r_fnmatch()
153 if (IsPathSeparator(*string) && ISSET(flags, FNM_PATHNAME)) in r_fnmatch()
157 (ISSET(flags, FNM_PATHNAME) && IsPathSeparator(*(string - 1))))) in r_fnmatch()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/third_party/googletest/src/googletest/src/
H A Dgtest-filepath.cc90 static bool IsPathSeparator(char c) { in IsPathSeparator() function
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
272 IsPathSeparator(name[2]); in IsAbsolutePath()
274 return IsPathSeparator(name[0]); in IsAbsolutePath()
302 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
368 if (!IsPathSeparator(*src)) { in Normalize()
376 while (IsPathSeparator(*src)) in Normalize()
/dports/www/firefox-esr/firefox-91.8.0/testing/gtest/gtest/src/
H A Dgtest-filepath.cc88 static bool IsPathSeparator(char c) { in IsPathSeparator() function
258 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
270 IsPathSeparator(name[2]); in IsAbsolutePath()
272 return IsPathSeparator(name[0]); in IsAbsolutePath()
300 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
366 if (!IsPathSeparator(*src)) { in Normalize()
374 while (IsPathSeparator(*src)) in Normalize()
/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/test/gtest/src/
H A Dgtest-filepath.cc90 static bool IsPathSeparator(char c) { in IsPathSeparator() function
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
272 IsPathSeparator(name[2]); in IsAbsolutePath()
274 return IsPathSeparator(name[0]); in IsAbsolutePath()
302 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
368 if (!IsPathSeparator(*src)) { in Normalize()
376 while (IsPathSeparator(*src)) in Normalize()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/ult/ult_app/googletest/src/
H A Dgtest-filepath.cc90 static bool IsPathSeparator(char c) { in IsPathSeparator() function
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
272 IsPathSeparator(name[2]); in IsAbsolutePath()
274 return IsPathSeparator(name[0]); in IsAbsolutePath()
302 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
368 if (!IsPathSeparator(*src)) { in Normalize()
376 while (IsPathSeparator(*src)) in Normalize()
/dports/multimedia/libva-utils/libva-utils-2.13.0/test/gtest/src/
H A Dgtest-filepath.cc90 static bool IsPathSeparator(char c) { in IsPathSeparator() function
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
272 IsPathSeparator(name[2]); in IsAbsolutePath()
274 return IsPathSeparator(name[0]); in IsAbsolutePath()
302 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
368 if (!IsPathSeparator(*src)) { in Normalize()
376 while (IsPathSeparator(*src)) in Normalize()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/gtest/googletest/src/
H A Dgtest-filepath.cc88 static bool IsPathSeparator(char c) { in IsPathSeparator() function
258 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
270 IsPathSeparator(name[2]); in IsAbsolutePath()
272 return IsPathSeparator(name[0]); in IsAbsolutePath()
300 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
366 if (!IsPathSeparator(*src)) { in Normalize()
374 while (IsPathSeparator(*src)) in Normalize()
/dports/multimedia/libvpx/libvpx-1.11.0/third_party/googletest/src/src/
H A Dgtest-filepath.cc85 static bool IsPathSeparator(char c) { in IsPathSeparator() function
253 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
265 IsPathSeparator(name[2]); in IsAbsolutePath()
267 return IsPathSeparator(name[0]); in IsAbsolutePath()
295 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
363 if (!IsPathSeparator(*src)) { in Normalize()
371 while (IsPathSeparator(*src)) in Normalize()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-filepath.cc85 static bool IsPathSeparator(char c) { in IsPathSeparator() function
253 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
265 IsPathSeparator(name[2]); in IsAbsolutePath()
267 return IsPathSeparator(name[0]); in IsAbsolutePath()
295 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
363 if (!IsPathSeparator(*src)) { in Normalize()
371 while (IsPathSeparator(*src)) in Normalize()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cubeb-sys/libcubeb/googletest/src/
H A Dgtest-filepath.cc91 static bool IsPathSeparator(char c) { in IsPathSeparator() function
253 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
265 IsPathSeparator(name[2]); in IsAbsolutePath()
267 return IsPathSeparator(name[0]); in IsAbsolutePath()
295 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
361 if (!IsPathSeparator(*src)) { in Normalize()
369 while (IsPathSeparator(*src)) in Normalize()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/gtests/gtest/src/
H A Dgtest-filepath.cc85 static bool IsPathSeparator(char c) { in IsPathSeparator() function
253 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
265 IsPathSeparator(name[2]); in IsAbsolutePath()
267 return IsPathSeparator(name[0]); in IsAbsolutePath()
295 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
360 if (!IsPathSeparator(*src)) { in Normalize()
368 while (IsPathSeparator(*src)) in Normalize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/fmw/gtest/googletest/src/
H A Dgtest-filepath.cc88 static bool IsPathSeparator(char c) { in IsPathSeparator() function
258 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
270 IsPathSeparator(name[2]); in IsAbsolutePath()
272 return IsPathSeparator(name[0]); in IsAbsolutePath()
300 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
366 if (!IsPathSeparator(*src)) { in Normalize()
374 while (IsPathSeparator(*src)) in Normalize()
/dports/devel/llvm90/llvm-9.0.1.src/utils/unittest/googletest/src/
H A Dgtest-filepath.cc90 static bool IsPathSeparator(char c) { in IsPathSeparator() function
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
272 IsPathSeparator(name[2]); in IsAbsolutePath()
274 return IsPathSeparator(name[0]); in IsAbsolutePath()
302 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
368 if (!IsPathSeparator(*src)) { in Normalize()
376 while (IsPathSeparator(*src)) in Normalize()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/third_party/googletest/src/googletest/src/
H A Dgtest-filepath.cc90 static bool IsPathSeparator(char c) { in IsPathSeparator() function
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
272 IsPathSeparator(name[2]); in IsAbsolutePath()
274 return IsPathSeparator(name[0]); in IsAbsolutePath()
302 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
368 if (!IsPathSeparator(*src)) { in Normalize()
376 while (IsPathSeparator(*src)) in Normalize()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/gtest/gtest/src/
H A Dgtest-filepath.cc90 static bool IsPathSeparator(char c) { in IsPathSeparator() function
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
272 IsPathSeparator(name[2]); in IsAbsolutePath()
274 return IsPathSeparator(name[0]); in IsAbsolutePath()
302 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
368 if (!IsPathSeparator(*src)) { in Normalize()
376 while (IsPathSeparator(*src)) in Normalize()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/utils/unittest/googletest/src/
H A Dgtest-filepath.cc90 static bool IsPathSeparator(char c) { in IsPathSeparator() function
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
272 IsPathSeparator(name[2]); in IsAbsolutePath()
274 return IsPathSeparator(name[0]); in IsAbsolutePath()
302 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
368 if (!IsPathSeparator(*src)) { in Normalize()
376 while (IsPathSeparator(*src)) in Normalize()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cubeb-sys-0.5.5/libcubeb/googletest/src/
H A Dgtest-filepath.cc91 static bool IsPathSeparator(char c) { in IsPathSeparator() function
253 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
265 IsPathSeparator(name[2]); in IsAbsolutePath()
267 return IsPathSeparator(name[0]); in IsAbsolutePath()
295 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
361 if (!IsPathSeparator(*src)) { in Normalize()
369 while (IsPathSeparator(*src)) in Normalize()

12345678910>>...68