OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strlist_append
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/pcc/dist/pcc/os/darwin/
ccconfig.h
75
strlist_append
(&middle_linker_flags, argp); \
76
strlist_append
(&middle_linker_flags, nxtopt(0)); \
80
strlist_append
(&middle_linker_flags, argp); \
81
strlist_append
(&middle_linker_flags, nxtopt(0)); \
101
strlist_append
(&preprocessor_flags, cat("-D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__=", tmp)); \
102
strlist_append
(&middle_linker_flags, "-macosx_version_min"); \
103
strlist_append
(&middle_linker_flags, &argp[21]); \
106
strlist_append
(&middle_linker_flags, argp); \
107
strlist_append
(&middle_linker_flags, nxtopt(0)); \
/src/external/bsd/pcc/dist/pcc/cc/cc/
cc.c
520
strlist_append
(&inputs, argp);
556
strlist_append
(&crtdirs, t);
557
strlist_append
(&libdirs, t);
558
strlist_append
(&progdirs, t);
563
strlist_append
(&preprocessor_flags, argp);
575
strlist_append
(&preprocessor_flags, "-dM");
619
strlist_append
(&preprocessor_flags, argp);
622
strlist_append
(&preprocessor_flags, nxtopt(argp));
626
strlist_append
(&incdirs, nxtopt("-I"));
631
strlist_append
(&user_sysincdirs, nxtopt(0))
[
all
...]
/src/sys/lib/libkern/
strlist.h
48
bool
strlist_append
(char **, size_t *, const char *);
strlist.c
315
*
strlist_append
--
321
strlist_append
(char ** const slp, size_t * const slsizep,
function
465
assert(
strlist_append
(&newsl, &newslsize, "zero"));
466
assert(
strlist_append
(&newsl, &newslsize, "one"));
467
assert(
strlist_append
(&newsl, &newslsize, "two"));
468
assert(
strlist_append
(&newsl, &newslsize, "three"));
469
assert(
strlist_append
(&newsl, &newslsize, "four"));
470
assert(
strlist_append
(&newsl, &newslsize, "five"));
/src/external/bsd/pcc/dist/pcc/cc/driver/
driver.c
182
strlist_append
(l, arg);
306
strlist_append
(&temp_outputs, name);
322
strlist_append
(&args, "-i");
323
strlist_append
(&args, s->value);
326
strlist_append
(&args, "-I");
327
strlist_append
(&args, s->value);
330
strlist_append
(&args, "-S");
331
strlist_append
(&args, s->value);
335
strlist_append
(&args, "-S");
336
strlist_append
(&args, s->value)
[
all
...]
strlist.h
57
void
strlist_append
(struct strlist *, const char *);
strlist.c
129
strlist_append
(struct strlist *l, const char *val)
function
140
strlist_append
(l, s->value);
147
strlist_append
(l, *strings);
/src/sys/dev/acpi/
acpi_util.c
608
strlist_append
(&sl, &slsize, cp);
621
strlist_append
(&sl, &slsize, cp);
630
strlist_append
(&sl, &slsize, compatible);
647
strlist_append
(&sl, &slsize,
/src/share/man/man9/
Makefile
934
MLINKS+=strlist.9
strlist_append
.9 \
Completed in 62 milliseconds
Indexes created Mon May 18 00:24:49 UTC 2026