OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fullName
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/make/
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
...]
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
...]
/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
...]
/src/external/public-domain/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 95 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026