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

1 2

  /src/external/gpl2/texinfo/dist/makeinfo/
files.h 28 typedef struct fstack struct
30 struct fstack *next;
36 } FSTACK;
37 extern FSTACK *filestack;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
stack-checking.exp 19 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [concat debug additional_flags=-fstack-check nowarnings]] != "" } {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
stack-checking.exp 19 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [concat debug additional_flags=-fstack-check nowarnings]] != "" } {
  /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/external/public-domain/tz/dist/
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/gpl3/gdb/dist/
ltmain.sh 4980 # -fstack-protector* stack protector flags for GCC
5000 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*| \
  /src/external/lgpl3/gmp/dist/
ltmain.sh 7270 # -fstack-protector* stack protector flags for GCC
7278 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
  /src/external/lgpl3/mpc/dist/
ltmain.sh 7270 # -fstack-protector* stack protector flags for GCC
7278 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
  /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=*| \

Completed in 128 milliseconds

1 2