OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fstack
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.bin/sort/
msort.c
93
static struct mfile
fstack
[MERGE_FNUM];
variable in typeref:struct:mfile
110
memcpy(
fstack
, fstack_1, sizeof
fstack
);
115
memcpy(
fstack
, fstack_2, sizeof
fstack
);
131
fstack
[fstack_count].fp = fp;
132
fstack
[fstack_count++].get = get;
174
fstack
[--i] =
fstack
[--fstack_count];
176
fstack
[--i] = fstack_1[--fstack_1_count]
[
all
...]
/src/tests/lib/libc/ssp/
Makefile
11
COPTS.h_raw.c= -
fstack
-protector-all -Wstack-protector
/src/sys/conf/
assym.mk
3
GENASSYM_FLAGS=${CFLAGS:N-Wa,*:N-
fstack
-usage*} ${CPPFLAGS} ${GENASSYM_CPPFLAGS}
/src/lib/libc/time/
Makefile
385
-fsanitize-trap=all -
fstack
-protector
/src/share/mk/
bsd.sys.mk
186
COPTS+= -
fstack
-protector -Wstack-protector
/src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh
7270
# -
fstack
-protector* stack protector flags for GCC
7278
-O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-
fstack
-protector*|-stdlib=*)
/src/sys/external/isc/libsodium/dist/
configure
1490
--disable-ssp Do not compile with -
fstack
-protector
7288
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -
fstack
-protector" >&5
7289
$as_echo_n "checking whether C compiler accepts -
fstack
-protector... " >&6; }
7295
CFLAGS="$CFLAGS -
fstack
-protector"
7320
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -
fstack
-protector" >&5
7321
$as_echo_n "checking whether the linker accepts -
fstack
-protector... " >&6; }
7327
LDFLAGS="$LDFLAGS -
fstack
-protector"
7351
CFLAGS="$CFLAGS -
fstack
-protector"
Completed in 40 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026