HomeSort by: relevance | last modified time | path
    Searched refs:fstack (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl2/texinfo/dist/makeinfo/
files.h 28 typedef struct fstack struct
30 struct fstack *next;
36 } FSTACK;
37 extern FSTACK *filestack;
  /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/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c 1280 typedef struct fstack { struct
1281 struct fstack *fs_next;
1284 } fstack; typedef in typeref:struct:fstack
1296 fstack *stack = NULL, *fsp;
1374 fsp = op->o_tmpalloc(sizeof(fstack), op->o_tmpmemctx);
  /src/external/bsd/libevent/dist/
CMakeLists.txt 305 -fstack-protector-all
  /src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt 305 -fstack-protector-all
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/build-aux/
ltmain.sh 7270 # -fstack-protector* stack protector flags for GCC
7278 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
  /src/external/bsd/file/dist/
ltmain.sh 7273 # -fstack-protector* stack protector flags for GCC
7281 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
  /src/external/bsd/flex/dist/build-aux/
ltmain.sh 7270 # -fstack-protector* stack protector flags for GCC
7280 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
  /src/external/bsd/ntp/dist/sntp/libevent/build-aux/
ltmain.sh 7270 # -fstack-protector* stack protector flags for GCC
7278 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
  /src/external/bsd/openldap/dist/build/
ltmain.sh 7270 # -fstack-protector* stack protector flags for GCC
7278 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
  /src/external/bsd/openldap/dist/contrib/ldapc++/
ltmain.sh 7270 # -fstack-protector* stack protector flags for GCC
7278 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
  /src/external/gpl3/binutils/dist/
ltmain.sh 4980 # -fstack-protector* stack protector flags for GCC
5000 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*| \
  /src/external/gpl3/binutils.old/dist/
ltmain.sh 4980 # -fstack-protector* stack protector flags for GCC
5000 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*| \
  /src/external/bsd/libevent/dist/build-aux/
ltmain.sh 7485 # -fstack-protector* stack protector flags for GCC
7496 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
  /src/external/bsd/openpam/dist/
ltmain.sh 7703 # -fstack-protector* stack protector flags for GCC
7727 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-no-canonical-prefixes| \
  /src/external/bsd/unbound/dist/
ltmain.sh 7696 # -fstack-protector* stack protector flags for GCC
7720 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-no-canonical-prefixes| \
  /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 233 milliseconds