Home
last modified time | relevance | path

Searched refs:full_name (Results 26 – 31 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp517 module_infos[i].filepath = modules[i].full_name(); in DumpProcessMap()
H A Dsanitizer_common.h841 const char *full_name() const { return full_name_; } in full_name() function
H A Dsanitizer_mac.cpp1376 modules[i].max_address(), modules[i].full_name(), in DumpProcessMap()
/freebsd/contrib/sendmail/src/
H A Dmap.c233 smdb_add_extension(full_name, max_full_name_len, db_name, extension) in smdb_add_extension() argument
234 char *full_name; in smdb_add_extension()
242 if (full_name == NULL || db_name == NULL || extension == NULL)
254 (void) sm_snprintf(full_name, max_full_name_len, "%s.%s",
257 (void) sm_strlcpy(full_name, db_name, max_full_name_len);
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc546 std::string full_name = "UninstantiatedParameterizedTestSuite<" + name + ">"; in InsertSyntheticTestCase() local
548 "GoogleTestVerification", full_name.c_str(), in InsertSyntheticTestCase()
607 std::string full_name = in CheckForInstantiations() local
610 "GoogleTestVerification", full_name.c_str(), in CheckForInstantiations()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5944 boolean_t full_name = B_FALSE; in zpool_do_iostat() local
5990 full_name = B_TRUE; in zpool_do_iostat()
6047 if (full_name) in zpool_do_iostat()

12