Searched refs:fullName (Results 1 – 10 of 10) sorted by relevance
679 char *fullName = isDot in DirMatchFiles() local682 Lst_Append(expansions, fullName); in DirMatchFiles()1348 char *fullName; in ResolveMovedDepends() local1354 fullName = Dir_FindFile(base, Suff_FindPath(gn)); in ResolveMovedDepends()1355 if (fullName == NULL) in ResolveMovedDepends()1365 gn->path = bmake_strdup(fullName); in ResolveMovedDepends()1370 makeDependfile, gn->name, fullName); in ResolveMovedDepends()1372 return fullName; in ResolveMovedDepends()1378 char *fullName; in ResolveFullName() local1380 fullName = gn->path; in ResolveFullName()[all …]
292 char *fullName; in Arch_ParseArchive() 302 fullName = FullName(lib.str, mem.str); in Arch_ParseArchive() 303 p = fullName; in Arch_ParseArchive() 311 gn = Targ_GetNode(fullName); in Arch_ParseArchive() 317 free(fullName); in Arch_ParseArchive() 321 free(fullName); in Arch_ParseArchive() 293 char *fullName; Arch_ParseArchive() local
840 const std::string &fullName() const { return FullName; } in fullName() function in __anone3a730d20111::ACLEIntrinsic1477 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 …]
519 for (j = 0 ; j < dpname.u.fullName.len; j++) { in check_CRLDistributionPoints()521 GeneralName *name = &dpname.u.fullName.val[j]; in check_CRLDistributionPoints()
486 name.u.fullName.len = 1; in hx509_ca_tbs_add_crl_dp_uri()487 name.u.fullName.val = &gn; in hx509_ca_tbs_add_crl_dp_uri()
1152 DistributionPointName = dpn-fullName / dpn-nameRelativeToCRLIssuer1154 dpn-fullName = id-fullName ":" GeneralNames1158 id-fullName = %x66.75.6C.6C.4E.61.6D.65 ; 'fullName'
389 fullName [0] IMPLICIT -- GeneralNames -- SEQUENCE SIZE (1..MAX) OF GeneralName,
231 For a name:value pair a new DistributionPoint with the fullName field set to
315 be set with the given value as the fullName field as the distributionPoint
143899 int fullName; /* TABLE.COLUMN if no AS clause and is a direct table ref */143911 fullName = (db->flags & SQLITE_FullColNames)!=0;143912 srcName = (db->flags & SQLITE_ShortColNames)!=0 || fullName;143937 if( fullName ){