Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Ddir.c1425 char *fullName; in ResolveMovedDepends() local
1432 if (fullName == NULL) in ResolveMovedDepends()
1449 return fullName; in ResolveMovedDepends()
1455 char *fullName; in ResolveFullName() local
1457 fullName = gn->path; in ResolveFullName()
1467 gn->name, fullName != NULL ? fullName : "(not found)"); in ResolveFullName()
1470 if (fullName == NULL) in ResolveFullName()
1475 return fullName; in ResolveFullName()
1487 char *fullName; in Dir_UpdateMTime() local
1505 free(fullName); in Dir_UpdateMTime()
[all …]
H A Darch.c361 char *fullName; in Arch_ParseArchive() local
371 fullName = FullName(lib.str, mem.str); in Arch_ParseArchive()
372 p = fullName; in Arch_ParseArchive()
381 gn = Targ_GetNode(fullName); in Arch_ParseArchive()
387 free(fullName); in Arch_ParseArchive()
391 free(fullName); in Arch_ParseArchive()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp838 const std::string &fullName() const { return FullName; } in fullName() function in __anon6618677d0111::ACLEIntrinsic
1483 ACLEIntrinsics[Intrinsic->fullName()] = std::move(Intrinsic); in EmitterBase()
1580 OI.Name = Int.fullName(); in EmitBuiltinCG()
1723 << Int.fullName() << ", " in EmitBuiltinAliases()
1724 << StringTable.GetOrAddStringOffset(Int.fullName()) << ", " in EmitBuiltinAliases()
1744 Checks[Check].insert(Int.fullName()); in GroupSemaChecks()
1828 Polymorphic ? Int.shortName() : Int.fullName(); in EmitHeader()
1949 OS << "BUILTIN(__builtin_arm_mve_" << Int.fullName() in EmitBuiltinDef()
2076 "__arm_" + (Polymorphic ? Int.shortName() : Int.fullName()); in EmitHeader()
2095 << "_" << Int.fullName() << ")))\n" in EmitHeader()
[all …]
/freebsd-14.2/cddl/usr.sbin/zfsd/
H A Dcase_file.cc777 string fullName(s_caseFilePath + '/' + fileName); in DeSerializeFile() local
818 unlink(fullName.c_str()); in DeSerializeFile()
830 ifstream caseStream(fullName.c_str()); in DeSerializeFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp45 std::string fullName() const { in fullName() function
440 Name = Node.fullName(); in nearestMatchesForCodepointName()
/freebsd-14.2/crypto/heimdal/lib/hx509/
H A 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()
H A 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-14.2/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1366 fullName [0] IMPLICIT -- GeneralNames -- SEQUENCE SIZE (1..MAX) OF GeneralName,
/freebsd-14.2/crypto/openssl/doc/man5/
H A Dx509v3_config.pod315 be set with the given value as the fullName field as the distributionPoint
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c145008 int fullName; /* TABLE.COLUMN if no AS clause and is a direct table ref */
145020 fullName = (db->flags & SQLITE_FullColNames)!=0;
145021 srcName = (db->flags & SQLITE_ShortColNames)!=0 || fullName;
145046 if( fullName ){