Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/make/
Ddir.c679 char *fullName = isDot in DirMatchFiles() local
682 Lst_Append(expansions, fullName); in DirMatchFiles()
1348 char *fullName; in ResolveMovedDepends() local
1354 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() local
1380 fullName = gn->path; in ResolveFullName()
[all …]
Darch.c292 char *fullName; in Arch_ParseArchive() local
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()
/netbsd/src/external/apache2/mDNSResponder/dist/mDNSShared/
Ddnssd_clientlib.c101 char *const fullName, in DNSServiceConstructFullName() argument
108 char *fn = fullName; in DNSServiceConstructFullName()
109 char *const lim = fullName + 1005; in DNSServiceConstructFullName()
Ddns_sd.h2613 char * const fullName,
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
Dprint.c519 for (j = 0 ; j < dpname.u.fullName.len; j++) { in check_CRLDistributionPoints()
521 GeneralName *name = &dpname.u.fullName.val[j]; in check_CRLDistributionPoints()
Dca.c486 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()
/netbsd/src/external/bsd/openldap/dist/doc/rfc/
Drfc4523.txt1152 DistributionPointName = dpn-fullName / dpn-nameRelativeToCRLIssuer
1154 dpn-fullName = id-fullName ":" GeneralNames
1158 id-fullName = %x66.75.6C.6C.4E.61.6D.65 ; 'fullName'
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/
Drfc2459.asn1389fullName [0] IMPLICIT -- GeneralNames -- SEQUENCE SIZE (1..MAX) OF GeneralName,
/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c143899 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 ){