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

/netbsd-current/usr.bin/make/
H A Ddir.c681 char *fullName = isDot local
684 Lst_Append(expansions, fullName);
1350 char *fullName; local
1356 fullName = Dir_FindFile(base, Suff_FindPath(gn));
1357 if (fullName == NULL)
1367 gn->path = bmake_strdup(fullName);
1372 makeDependfile, gn->name, fullName);
1374 return fullName;
1380 char *fullName; local
1382 fullName
1412 char *fullName; local
[all...]
H A Darch.c293 char *fullName; local
303 fullName = FullName(lib.str, mem.str);
304 p = fullName;
312 gn = Targ_GetNode(fullName);
318 free(fullName);
322 free(fullName);
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSShared/
H A Ddnssd_clientlib.c98 // Note: Need to make sure we don't write more than kDNSServiceMaxDomainName (1009) bytes to fullName
104 char *const fullName,
111 char *fn = fullName;
112 char *const lim = fullName + 1005;
102 DNSServiceConstructFullName( char *const fullName, const char *const service, const char *const regtype, const char *const domain ) argument
H A Ddns_sd.h2215 * fullName: A pointer to a buffer that where the resulting full domain name is to be written.
2235 char * const fullName,
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp840 const std::string &fullName() const { return FullName; }
1477 ACLEIntrinsics[Intrinsic->fullName()] = std::move(Intrinsic);
1575 OI.Name = Int.fullName();
1718 << Int.fullName() << ", "
1719 << StringTable.GetOrAddStringOffset(Int.fullName()) << ", "
1739 Checks[Check].insert(Int.fullName());
1823 Polymorphic ? Int.shortName() : Int.fullName();
1889 << "__clang_arm_builtin_alias(__builtin_arm_mve_" << Int.fullName()
1944 OS << "TARGET_HEADER_BUILTIN(__builtin_arm_mve_" << Int.fullName()
2071 "__arm_" + (Polymorphic ? Int.shortName() : Int.fullName());
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dprint.c519 for (j = 0 ; j < dpname.u.fullName.len; j++) {
521 GeneralName *name = &dpname.u.fullName.val[j];
H A Dca.c486 name.u.fullName.len = 1;
487 name.u.fullName.val = &gn;
/netbsd-current/external/apache2/mDNSResponder/dist/Clients/
H A Ddnssdutil.c1032 char * fullName; // Full name of the service to resolve. member in struct:BrowseResolveOp
1258 resolveOp->fullName = strdup( inFullName );
1259 require_action( resolveOp->fullName, exit, err = kNoMemoryErr );
1279 ForgetMem( &inOp->fullName );
1302 char fullName[ kDNSServiceMaxDomainName ]; local
1322 err = DNSServiceConstructFullName( fullName, inName, inRegType, inDomain );
1330 err = BrowseResolveOpCreate( fullName, inInterfaceIndex, &newOp );
1350 err = DNSServiceQueryRecord( &sdRef, flags, inInterfaceIndex, fullName, kDNSServiceType_TXT, kDNSServiceClass_IN,
1371 if( ( resolveOp->interfaceIndex == inInterfaceIndex ) && ( strcasecmp( resolveOp->fullName, fullName )
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c143899 int fullName; /* TABLE.COLUMN if no AS clause and is a direct table ref */ local
[all...]

Completed in 538 milliseconds