HomeSort by: relevance | last modified time | path
    Searched refs:fstack (Results 1 - 8 of 8) 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/sys/external/isc/libsodium/dist/
configure.ac 51 [AS_HELP_STRING(--disable-ssp,Do not compile with -fstack-protector)],
269 AX_CHECK_COMPILE_FLAG([-fstack-protector], [
270 AX_CHECK_LINK_FLAG([-fstack-protector],
271 [CFLAGS="$CFLAGS -fstack-protector"]
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"
  /src/lib/libc/time/
Makefile 317 -fsanitize-undefined-trap-on-error -fstack-protector
  /src/share/mk/
bsd.sys.mk 185 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=*)

Completed in 32 milliseconds