OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:libs
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/xlint/lint2/
main2.c
65
static const char **
libs
;
variable in typeref:typename:const char **
76
libs
= xcalloc(1, sizeof(*
libs
));
111
for (i = 0;
libs
[i] != NULL; i++)
113
libs
= xrealloc(
libs
, (i + 2) * sizeof(*
libs
));
114
libs
[i] = xstrdup(optarg);
115
libs
[i + 1] = NULL;
140
for (i = 0;
libs
[i] != NULL; i++
[
all
...]
/src/usr.bin/crunch/crunchgen/
crunchgen.c
93
static strlst_t *
libs
= NULL;
variable in typeref:typename:strlst_t *
301
else if (!strcmp(fieldv[0], "
libs
")) f = add_libs;
441
add_string(&
libs
, argv[i]);
981
output_strlst(outmk,
libs
);
/src/common/dist/zlib/
Makefile.in
33
LIBS
=$(STATICLIB) $(SHAREDLIBV)
302
install-
libs
: $(
LIBS
)
332
install: install-
libs
Completed in 14 milliseconds
Indexes created Sun Sep 21 14:09:52 GMT 2025