| /dragonfly/crypto/openssh/ |
| HD | platform-tracing.c | 40 platform_disable_tracing(int strict) in platform_disable_tracing() argument 55 if (strict) in platform_disable_tracing() 61 if (prctl(PR_SET_DUMPABLE, 0) != 0 && strict) in platform_disable_tracing() 67 if (setpflags(__PROC_PROTECT, 1) != 0 && strict) in platform_disable_tracing() 73 if (ptrace(PT_DENY_ATTACH, 0, 0, 0) == -1 && strict) in platform_disable_tracing()
|
| HD | config.log | 929 configure:8757: checking if cc supports compile flag -fno-strict-aliasing 930 …used-result -Wimplicit-fallthrough -Wmisleading-indentation -Werror -fno-strict-aliasing conftest… 932 …used-result -Wimplicit-fallthrough -Wmisleading-indentation -Werror -fno-strict-aliasing conftes… 938 … -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -Werror -… 940 … -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -Werror -… 946 … -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIF… 948 … -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIF… 954 … -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIF… 956 … -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIF… 962 … -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIF… [all …]
|
| /dragonfly/contrib/libarchive/libarchive/ |
| HD | archive_write_set_format_v7tar.c | 136 static int format_number(int64_t, char *, int size, int max, int strict); 362 struct archive_entry *entry, int strict, in format_header_v7tar() argument 397 if (strict && copy_length < V7TAR_name_size) in format_header_v7tar() 399 else if (!strict && copy_length <= V7TAR_name_size) in format_header_v7tar() 450 V7TAR_mode_max_size, strict)) { in format_header_v7tar() 457 h + V7TAR_uid_offset, V7TAR_uid_size, V7TAR_uid_max_size, strict)) { in format_header_v7tar() 464 h + V7TAR_gid_offset, V7TAR_gid_size, V7TAR_gid_max_size, strict)) { in format_header_v7tar() 472 V7TAR_size_max_size, strict)) { in format_header_v7tar() 480 V7TAR_mtime_max_size, strict)) { in format_header_v7tar() 517 format_number(int64_t v, char *p, int s, int maxsize, int strict) in format_number() argument [all …]
|
| HD | archive_write_set_format_ustar.c | 161 static int format_number(int64_t, char *, int size, int max, int strict); 385 struct archive_entry *entry, int tartype, int strict, in __archive_write_format_header_ustar() argument 552 h + USTAR_mode_offset, USTAR_mode_size, USTAR_mode_max_size, strict)) { in __archive_write_format_header_ustar() 559 h + USTAR_uid_offset, USTAR_uid_size, USTAR_uid_max_size, strict)) { in __archive_write_format_header_ustar() 566 h + USTAR_gid_offset, USTAR_gid_size, USTAR_gid_max_size, strict)) { in __archive_write_format_header_ustar() 573 h + USTAR_size_offset, USTAR_size_size, USTAR_size_max_size, strict)) { in __archive_write_format_header_ustar() 580 h + USTAR_mtime_offset, USTAR_mtime_size, USTAR_mtime_max_size, strict)) { in __archive_write_format_header_ustar() 590 USTAR_rdevmajor_max_size, strict)) { in __archive_write_format_header_ustar() 598 USTAR_rdevminor_max_size, strict)) { in __archive_write_format_header_ustar() 637 format_number(int64_t v, char *p, int s, int maxsize, int strict) in format_number() argument [all …]
|
| HD | archive_write_private.h | 148 struct archive_entry *, int tartype, int strict,
|
| /dragonfly/sys/platform/vkernel64/conf/ |
| HD | kern.mk | 17 CFLAGS+= -fno-stack-protector -fno-strict-aliasing 18 CFLAGS+= -fno-strict-overflow
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | recog.c | 2043 constrain_operands_cached (int strict) in constrain_operands_cached() argument 2046 return constrain_operands (strict); in constrain_operands_cached() 2342 constrain_operands (int strict) in constrain_operands() argument 2460 if (strict < 0) in constrain_operands() 2486 if (val == 2 && strict > 0) in constrain_operands() 2500 if (strict <= 0 in constrain_operands() 2515 if (strict < 0 in constrain_operands() 2522 else if (strict < 0 || general_operand (op, mode)) in constrain_operands() 2538 if (strict > 0 in constrain_operands() 2543 if (strict == 0 in constrain_operands() [all …]
|
| HD | recog.h | 114 #define offsettable_address_p(strict,mode,addr) \ argument 115 offsettable_address_addr_space_p ((strict), (mode), (addr), \
|
| HD | targhooks.c | 79 bool strict ATTRIBUTE_UNUSED) in default_legitimate_address_p() 83 if (strict) in default_legitimate_address_p() 1087 bool strict, addr_space_t as) in default_addr_space_legitimate_address_p() argument 1092 return targetm.legitimate_address_p (mode, mem, strict); in default_addr_space_legitimate_address_p()
|
| /dragonfly/sys/platform/pc64/conf/ |
| HD | kern.mk | 12 CFLAGS+= -fno-stack-protector -fno-strict-aliasing 13 CFLAGS+= -fno-strict-overflow
|
| /dragonfly/contrib/gdb-7/include/elf/ |
| HD | internal.h | 309 #define ELF_SECTION_IN_SEGMENT_1(sec_hdr, segment, check_vma, strict) \ argument 325 && (!(strict) \ 335 && (!(strict) \
|
| /dragonfly/contrib/binutils-2.27/include/elf/ |
| HD | internal.h | 316 #define ELF_SECTION_IN_SEGMENT_1(sec_hdr, segment, check_vma, strict) \ argument 339 && (!(strict) \ 349 && (!(strict) \
|
| /dragonfly/contrib/binutils-2.34/include/elf/ |
| HD | internal.h | 321 #define ELF_SECTION_IN_SEGMENT_1(sec_hdr, segment, check_vma, strict) \ argument 346 && (!(strict) \ 356 && (!(strict) \
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gimple-ssa-warn-restrict.c | 190 bool strict () const in strict() function 467 builtin_memref::offset_out_of_bounds (int strict, offset_int ooboff[2]) const in offset_out_of_bounds() argument 519 if (strict in offset_out_of_bounds() 524 && (strict > 1 in offset_out_of_bounds() 1590 maybe_diag_offset_bounds (location_t loc, gcall *call, tree func, int strict, in maybe_diag_offset_bounds() argument 1597 tree oobref = ref.offset_out_of_bounds (strict, ooboff); in maybe_diag_offset_bounds() 1860 int strict = (acs.strict () || warn_array_bounds > 1 ? warn_array_bounds : 0); in check_bounds_or_overlap() local 1865 if (maybe_diag_offset_bounds (loc, call, func, strict, dst, dstref) in check_bounds_or_overlap() 1866 || maybe_diag_offset_bounds (loc, call, func, strict, src, srcref)) in check_bounds_or_overlap()
|
| HD | recog.c | 2222 constrain_operands_cached (rtx_insn *insn, int strict) in constrain_operands_cached() argument 2225 return constrain_operands (strict, get_enabled_alternatives (insn)); in constrain_operands_cached() 2545 constrain_operands (int strict, alternative_mask alternatives) in constrain_operands() argument 2659 if (strict < 0) in constrain_operands() 2685 if (val == 2 && strict > 0) in constrain_operands() 2699 if (strict <= 0 in constrain_operands() 2714 if (strict < 0 in constrain_operands() 2721 else if (strict < 0 || general_operand (op, mode)) in constrain_operands() 2731 if (strict < 0 in constrain_operands() 2732 || (strict == 0 in constrain_operands() [all …]
|
| /dragonfly/share/mk/ |
| HD | bsd.sys.mk | 144 CFLAGS += -fno-strict-overflow 147 CFLAGS += -fno-strict-aliasing
|
| /dragonfly/usr.sbin/nscd/ |
| HD | Makefile | 7 CFLAGS+=-fno-strict-aliasing
|
| /dragonfly/sys/kern/ |
| HD | subr_gtaskqueue.c | 609 int strict; in taskqgroup_find() local 620 for (idx = -1, mincnt = INT_MAX, strict = 1; mincnt == INT_MAX; in taskqgroup_find() 621 strict = 0) { in taskqgroup_find() 625 if (strict) { in taskqgroup_find()
|
| /dragonfly/stand/boot/pc32/libi386/ |
| HD | Makefile | 15 CFLAGS+= -fno-strict-aliasing
|
| /dragonfly/sbin/hammer2/ |
| HD | main.c | 308 int strict = (strcmp(av[0], "recover-relaxed") != 0); in main() local 310 cmd_recover(av[1], av[2], av[3], strict, isafile); in main()
|
| HD | hammer2.h | 168 const char *destdir, int strict, int isafile);
|
| /dragonfly/contrib/cvs-1.12/contrib/ |
| HD | rcslock.in | 177 if ( $_ =~ /^locks: strict$/ )
|
| /dragonfly/usr.bin/rs/ |
| HD | rs.c | 527 getnum(int *num, char *p, int strict) in getnum() argument 532 if (strict || *t == '-' || *t == '+') in getnum()
|
| /dragonfly/contrib/lvm2/dist/daemons/clvmd/ |
| HD | Makefile | 87 CFLAGS += -fno-strict-aliasing
|
| /dragonfly/usr.sbin/rpc.yppasswdd/ |
| HD | Makefile | 18 CFLAGS+= -fno-strict-aliasing
|