Home
last modified time | relevance | path

Searched refs:first_underscore (Results 1 – 23 of 23) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/common/database/
H A Ddatabase_identifier.cc126 size_t first_underscore = identifier.find_first_of('_'); in Parse() local
127 if (first_underscore == std::string::npos || first_underscore == 0) in Parse()
132 last_underscore == first_underscore || in Parse()
136 std::string scheme(identifier.data(), first_underscore); in Parse()
151 UnescapeIPv6Hostname(std::string(identifier.data() + first_underscore + 1, in Parse()
152 last_underscore - first_underscore - 1)); in Parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/common/database/
H A Ddatabase_identifier.cc126 size_t first_underscore = identifier.find_first_of('_'); in Parse() local
127 if (first_underscore == std::string::npos || first_underscore == 0) in Parse()
132 last_underscore == first_underscore || in Parse()
136 std::string scheme(identifier.data(), first_underscore); in Parse()
151 UnescapeIPv6Hostname(std::string(identifier.data() + first_underscore + 1, in Parse()
152 last_underscore - first_underscore - 1)); in Parse()
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/stdarch-verify/tests/
H A Dmips.rs175 if let Some(first_underscore) = instruction.find('_') { in try_from()
176 let postfix = instruction[first_underscore + 1..].replace('_', "."); in try_from()
177 instruction = instruction[0..=first_underscore].to_string(); in try_from()
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dxmlhelper.cpp657 char *first_underscore = strchr (envlang, '_'); in lang_check() local
658 if (first_underscore) in lang_check()
660 if (strncmp (lang.c_str(), envlang, first_underscore - envlang) == 0) in lang_check()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/autofill/
H A Dform_structure_browsertest.mm234 size_t first_underscore = section.find_first_of('_');
235 section = section.substr(first_underscore);
/dports/sysutils/cfengine316/cfengine-3.16.0/libenv/
H A Dsysinfo.c1169 char *first_underscore = strchr(os_release_version_id, '_'); in OSReleaseParse() local
1170 if (first_underscore != NULL) in OSReleaseParse()
1173 *first_underscore = '\0'; in OSReleaseParse()
1175 *first_underscore = '_'; in OSReleaseParse()
/dports/sysutils/cfengine317/cfengine-3.17.0/libenv/
H A Dsysinfo.c1191 char *first_underscore = strchr(os_release_version_id, '_'); in OSReleaseParse() local
1192 if (first_underscore != NULL) in OSReleaseParse()
1195 *first_underscore = '\0'; in OSReleaseParse()
1197 *first_underscore = '_'; in OSReleaseParse()
/dports/sysutils/cfengine/cfengine-3.19.0/libenv/
H A Dsysinfo.c1202 char *first_underscore = strchr(os_release_version_id, '_'); in OSReleaseParse() local
1203 if (first_underscore != NULL) in OSReleaseParse()
1206 *first_underscore = '\0'; in OSReleaseParse()
1208 *first_underscore = '_'; in OSReleaseParse()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libenv/
H A Dsysinfo.c1202 char *first_underscore = strchr(os_release_version_id, '_'); in OSReleaseParse() local
1203 if (first_underscore != NULL) in OSReleaseParse()
1206 *first_underscore = '\0'; in OSReleaseParse()
1208 *first_underscore = '_'; in OSReleaseParse()
/dports/sysutils/cfengine318/cfengine-3.18.1/libenv/
H A Dsysinfo.c1202 char *first_underscore = strchr(os_release_version_id, '_'); in OSReleaseParse() local
1203 if (first_underscore != NULL) in OSReleaseParse()
1206 *first_underscore = '\0'; in OSReleaseParse()
1208 *first_underscore = '_'; in OSReleaseParse()
/dports/sysutils/cfengine319/cfengine-3.19.0/libenv/
H A Dsysinfo.c1202 char *first_underscore = strchr(os_release_version_id, '_'); in OSReleaseParse() local
1203 if (first_underscore != NULL) in OSReleaseParse()
1206 *first_underscore = '\0'; in OSReleaseParse()
1208 *first_underscore = '_'; in OSReleaseParse()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/utilities/backupable/
H A Dbackupable_db.cc287 size_t first_underscore = file_copy.find_first_of('_'); in GetFileFromChecksumFile() local
288 return file_copy.erase(first_underscore, in GetFileFromChecksumFile()
289 file_copy.find_last_of('.') - first_underscore); in GetFileFromChecksumFile()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/backupable/
H A Dbackupable_db.cc287 size_t first_underscore = file_copy.find_first_of('_'); in GetFileFromChecksumFile() local
288 return file_copy.erase(first_underscore, in GetFileFromChecksumFile()
289 file_copy.find_last_of('.') - first_underscore); in GetFileFromChecksumFile()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/backupable/
H A Dbackupable_db.cc287 size_t first_underscore = file_copy.find_first_of('_'); in GetFileFromChecksumFile() local
288 return file_copy.erase(first_underscore, in GetFileFromChecksumFile()
289 file_copy.find_last_of('.') - first_underscore); in GetFileFromChecksumFile()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/backupable/
H A Dbackupable_db.cc287 size_t first_underscore = file_copy.find_first_of('_'); in GetFileFromChecksumFile() local
288 return file_copy.erase(first_underscore, in GetFileFromChecksumFile()
289 file_copy.find_last_of('.') - first_underscore); in GetFileFromChecksumFile()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/backupable/
H A Dbackupable_db.cc287 size_t first_underscore = file_copy.find_first_of('_'); in GetFileFromChecksumFile() local
288 return file_copy.erase(first_underscore, in GetFileFromChecksumFile()
289 file_copy.find_last_of('.') - first_underscore); in GetFileFromChecksumFile()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/backupable/
H A Dbackupable_db.cc287 size_t first_underscore = file_copy.find_first_of('_'); in GetFileFromChecksumFile() local
288 return file_copy.erase(first_underscore, in GetFileFromChecksumFile()
289 file_copy.find_last_of('.') - first_underscore); in GetFileFromChecksumFile()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/backupable/
H A Dbackupable_db.cc287 size_t first_underscore = file_copy.find_first_of('_'); in GetFileFromChecksumFile() local
288 return file_copy.erase(first_underscore, in GetFileFromChecksumFile()
289 file_copy.find_last_of('.') - first_underscore); in GetFileFromChecksumFile()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/backupable/
H A Dbackupable_db.cc521 size_t first_underscore = file_copy.find_first_of('_'); in GetFileFromChecksumFile() local
522 return file_copy.erase(first_underscore, in GetFileFromChecksumFile()
523 file_copy.find_last_of('.') - first_underscore); in GetFileFromChecksumFile()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/backupable/
H A Dbackupable_db.cc521 size_t first_underscore = file_copy.find_first_of('_'); in GetFileFromChecksumFile() local
522 return file_copy.erase(first_underscore, in GetFileFromChecksumFile()
523 file_copy.find_last_of('.') - first_underscore); in GetFileFromChecksumFile()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/backupable/
H A Dbackupable_db.cc521 size_t first_underscore = file_copy.find_first_of('_'); in GetFileFromChecksumFile() local
522 return file_copy.erase(first_underscore, in GetFileFromChecksumFile()
523 file_copy.find_last_of('.') - first_underscore); in GetFileFromChecksumFile()
/dports/databases/rocksdb/rocksdb-6.26.1/utilities/backupable/
H A Dbackupable_db.cc525 size_t first_underscore = file_copy.find_first_of('_'); in GetFileFromChecksumFile() local
526 return file_copy.erase(first_underscore, in GetFileFromChecksumFile()
527 file_copy.find_last_of('.') - first_underscore); in GetFileFromChecksumFile()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/utilities/backupable/
H A Dbackupable_db.cc525 size_t first_underscore = file_copy.find_first_of('_'); in GetFileFromChecksumFile() local
526 return file_copy.erase(first_underscore, in GetFileFromChecksumFile()
527 file_copy.find_last_of('.') - first_underscore); in GetFileFromChecksumFile()