Home
last modified time | relevance | path

Searched refs:fullName (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/bmake/
Ddir.c1508 char *fullName; /* the full pathname of name */ in Dir_MTime() local
1518 fullName = NULL; in Dir_MTime()
1520 fullName = Dir_FindFile(gn->name, Suff_FindPath(gn)); in Dir_MTime()
1521 if (fullName == NULL && gn->flags & FROM_DEPEND && in Dir_MTime()
1533 fullName = Dir_FindFile(cp, Suff_FindPath(gn)); in Dir_MTime()
1534 if (fullName) { in Dir_MTime()
1539 gn->path = bmake_strdup(fullName); in Dir_MTime()
1544 makeDependfile, gn->name, fullName); in Dir_MTime()
1550 gn->name, fullName ? fullName : "(not found)" ); in Dir_MTime()
1553 fullName = gn->path; in Dir_MTime()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp840 const std::string &fullName() const { return FullName; } in fullName() function in __anon7f5bce5f0111::ACLEIntrinsic
1477 ACLEIntrinsics[Intrinsic->fullName()] = std::move(Intrinsic); in EmitterBase()
1575 OI.Name = Int.fullName(); in EmitBuiltinCG()
1718 << Int.fullName() << ", " in EmitBuiltinAliases()
1719 << StringTable.GetOrAddStringOffset(Int.fullName()) << ", " in EmitBuiltinAliases()
1739 Checks[Check].insert(Int.fullName()); in GroupSemaChecks()
1823 Polymorphic ? Int.shortName() : Int.fullName(); in EmitHeader()
1889 << "__clang_arm_builtin_alias(__builtin_arm_mve_" << Int.fullName() in EmitHeader()
1944 OS << "TARGET_HEADER_BUILTIN(__builtin_arm_mve_" << Int.fullName() in EmitBuiltinDef()
2071 "__arm_" + (Polymorphic ? Int.shortName() : Int.fullName()); in EmitHeader()
[all …]
/freebsd-12-stable/cddl/usr.sbin/zfsd/
Dcase_file.cc718 string fullName(s_caseFilePath + '/' + fileName); in DeSerializeFile() local
759 unlink(fullName.c_str()); in DeSerializeFile()
771 ifstream caseStream(fullName.c_str()); in DeSerializeFile()
/freebsd-12-stable/crypto/heimdal/lib/hx509/
Dprint.c517 for (j = 0 ; j < dpname.u.fullName.len; j++) { in check_CRLDistributionPoints()
519 GeneralName *name = &dpname.u.fullName.val[j]; in check_CRLDistributionPoints()
Dca.c480 name.u.fullName.len = 1; in hx509_ca_tbs_add_crl_dp_uri()
481 name.u.fullName.val = &gn; in hx509_ca_tbs_add_crl_dp_uri()
/freebsd-12-stable/crypto/heimdal/lib/asn1/
Drfc2459.asn1366 fullName [0] IMPLICIT -- GeneralNames -- SEQUENCE SIZE (1..MAX) OF GeneralName,
/freebsd-12-stable/crypto/openssl/doc/man5/
Dx509v3_config.pod231 For a name:value pair a new DistributionPoint with the fullName field set to
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c143345 int fullName; /* TABLE.COLUMN if no AS clause and is a direct table ref */
143357 fullName = (db->flags & SQLITE_FullColNames)!=0;
143358 srcName = (db->flags & SQLITE_ShortColNames)!=0 || fullName;
143383 if( fullName ){