/netbsd-src/usr.bin/sort/ |
H A D | msort.c | 93 static struct mfile fstack[MERGE_FNUM]; variable 110 memcpy(fstack, fstack_1, sizeof fstack); in save_for_merge() 115 memcpy(fstack, fstack_2, sizeof fstack); in save_for_merge() 131 fstack[fstack_count].fp = fp; in save_for_merge() 132 fstack[fstack_count++].get = get; in save_for_merge() 174 fstack[--i] = fstack[--fstack_count]; in merge_sort() 176 fstack[--i] = fstack_1[--fstack_1_count]; in merge_sort() 178 fstack[--i] = fstack_2[--fstack_2_count]; in merge_sort() 188 fstack[0].fp = mfp; in merge_sort() 189 fstack[0].get = geteasy; in merge_sort() [all …]
|
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | files.h | 28 typedef struct fstack struct 30 struct fstack *next; argument
|
/netbsd-src/external/bsd/ntp/dist/sntp/harden/ |
H A D | netbsd7.0 | 2 NTP_HARD_CFLAGS="-fstack-protector --param ssp-buffer-size=1 -Wformat=2"
|
H A D | freebsd12 | 2 NTP_HARD_CFLAGS="-fstack-protector -Wformat -Wformat-security -Werror=format-security"
|
H A D | freebsd10 | 2 NTP_HARD_CFLAGS="-fstack-protector -Wformat -Wformat-security -Werror=format-security"
|
H A D | freebsd11 | 2 NTP_HARD_CFLAGS="-fstack-protector -Wformat -Wformat-security -Werror=format-security"
|
H A D | netbsd7.99 | 2 NTP_HARD_CFLAGS="-fPIE -pie -fstack-protector --param ssp-buffer-size=1 -Wformat=2"
|
H A D | linux | 2 NTP_HARD_CFLAGS="-fPIE -fPIC -fstack-protector-all -O1"
|
/netbsd-src/tests/lib/libc/ssp/ |
H A D | Makefile | 11 COPTS.h_raw.c= -fstack-protector-all -Wstack-protector
|
/netbsd-src/sys/conf/ |
H A D | assym.mk | 3 GENASSYM_FLAGS=${CFLAGS:N-Wa,*:N-fstack-usage*} ${CPPFLAGS} ${GENASSYM_CPPFLAGS}
|
H A D | Makefile.kern.inc | 115 # GCC/vax 8.4 does not support -fstack-usage. 116 CFLAGS+= ${${ACTIVE_CC} == "gcc":? -fstack-usage -Wstack-usage=3584 :}
|
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ |
H A D | configure.ac | 52 AC_MSG_CHECKING([whether -fstack-protector works]) 54 CFLAGS="$CFLAGS -fstack-protector -Werror"
|
/netbsd-src/external/gpl3/gcc/dist/libssp/ |
H A D | configure.ac | 52 AC_MSG_CHECKING([whether -fstack-protector works]) 54 CFLAGS="$CFLAGS -fstack-protector -Werror"
|
/netbsd-src/sys/arch/powerpc/conf/ |
H A D | Makefile.powerpc | 48 CFLAGS+= -fstack-protector
|
/netbsd-src/sys/external/isc/libsodium/dist/ |
H A D | 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"]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.opt | 250 guard register. This option is for use with fstack-protector-strong and 256 This option is for use with fstack-protector-strong and not for use in
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | common.opt | 1685 fstack-reuse= 1687 -fstack-reuse=[all|named_vars|none] Set stack reuse level for local variables. 2557 fstack-check= 2559 -fstack-check=[no|generic|specific] Insert stack checking code into the program. 2561 fstack-check 2562 Common Alias(fstack-check=, specific, no) 2563 Insert stack checking code into the program. Same as -fstack-check=specific. 2565 fstack-clash-protection 2570 fstack-limit 2573 fstack-limit-register= [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | common.opt | 1795 fstack-reuse= 1797 -fstack-reuse=[all|named_vars|none] Set stack reuse level for local variables. 2698 fstack-check= 2700 -fstack-check=[no|generic|specific] Insert stack checking code into the program. 2702 fstack-check 2703 Common Alias(fstack-check=, specific, no) 2704 Insert stack checking code into the program. Same as -fstack-check=specific. 2706 fstack-clash-protection 2711 fstack-limit 2714 fstack-limit-register= [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.opt | 250 guard register. This option is for use with fstack-protector-strong and 256 This option is for use with fstack-protector-strong and not for use in
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/ |
H A D | microblaze.opt | 87 Target Mask(STACK_CHECK) Warn(%qs is deprecated; use -fstack-check)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/ |
H A D | microblaze.opt | 87 Target Mask(STACK_CHECK) Warn(%qs is deprecated; use -fstack-check)
|
/netbsd-src/external/bsd/libfido2/dist/ |
H A D | CMakeLists.txt | 93 check_c_compiler_flag("-Werror -fstack-protector-all" HAVE_STACK_PROTECTOR_ALL) 320 add_compile_options(-fstack-protector-all)
|
/netbsd-src/share/mk/ |
H A D | bsd.sys.mk | 185 COPTS+= -fstack-protector -Wstack-protector
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 109 CODEGENOPT(StackSizeSection , 1, 0) ///< Set when -fstack-size-section is enabled. 172 CODEGENOPT(StackClashProtector, 1, 0) ///< Set when -fstack-clash-protection is enabled.
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | ReleaseNotes.rst | 73 - ``-fstack-usage`` generates an extra .su file per input source file. The .su
|