HomeSort by: relevance | last modified time | path
    Searched refs:fullName (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/make/
dir.c 679 char *fullName = isDot
682 Lst_Append(expansions, fullName);
1348 char *fullName;
1354 fullName = Dir_FindFile(base, Suff_FindPath(gn));
1355 if (fullName == NULL)
1365 gn->path = bmake_strdup(fullName);
1370 makeDependfile, gn->name, fullName);
1372 return fullName;
1378 char *fullName;
1380 fullName = gn->path
    [all...]
arch.c 171 FullName(const char *archive, const char *member)
292 char *fullName;
302 fullName = FullName(lib.str, mem.str);
303 p = fullName;
311 gn = Targ_GetNode(fullName);
317 free(fullName);
321 free(fullName);
330 char *fullname = FullName(lib.str, member) local
342 char *fullname = FullName(lib.str, mem.str); local
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_clientlib.c 95 // Note: Need to make sure we don't write more than kDNSServiceMaxDomainName (1009) bytes to fullName
101 char *const fullName,
108 char *fn = fullName;
109 char *const lim = fullName + 1005;
dns_sd.h 884 * When a DNSServiceResolve() succeeds, the returned fullname is already in
1781 * @param fullname
1785 * special-purpose functions included in this API that take fullname parameters.
1810 const char *fullname,
1941 * @param fullname
1978 const char *fullname,
2015 * @param fullname
2045 const char *fullname,
2262 * @param fullname
2310 const char *fullname,
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp 799 // For polymorphic intrinsics, FullName is the explicit name that uniquely
802 std::string ShortName, FullName;
840 const std::string &fullName() const { return FullName; }
856 bool polymorphic() const { return ShortName != FullName; }
1335 FullName =
1344 StringRef(FullName).split(NameParts, '_');
1477 ACLEIntrinsics[Intrinsic->fullName()] = std::move(Intrinsic);
1575 OI.Name = Int.fullName();
1718 << Int.fullName() << ", "
    [all...]
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 3500 char * fullName; // Full name of the service to resolve.
3763 resolveOp->fullName = strdup( inFullName );
3764 require_action( resolveOp->fullName, exit, err = kNoMemoryErr );
3784 ForgetMem( &inOp->fullName );
3811 char fullName[ kDNSServiceMaxDomainName ];
3842 err = DNSServiceConstructFullName( fullName, inName, inRegType, inDomain );
3845 err = DomainNameFromString( instanceName, fullName, NULL );
3855 fullName, inInterfaceIndex );
3880 err = DNSServiceConstructFullName( fullName, inName, inRegType, inDomain );
3888 err = BrowseResolveOpCreate( fullName, inInterfaceIndex, &newOp )
    [all...]

Completed in 66 milliseconds