| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mn10300/ |
| D | mn10300.h | 330 #define REGNO_DATA_P(regno, strict) \ argument 331 mn10300_regno_in_class_p (regno, DATA_REGS, strict) 332 #define REGNO_ADDRESS_P(regno, strict) \ argument 333 mn10300_regno_in_class_p (regno, ADDRESS_REGS, strict) 334 #define REGNO_EXTENDED_P(regno, strict) \ argument 335 mn10300_regno_in_class_p (regno, EXTENDED_REGS, strict) 336 #define REGNO_GENERAL_P(regno, strict) \ argument 337 mn10300_regno_in_class_p (regno, GENERAL_REGS, strict) 339 #define REGNO_STRICT_OK_FOR_BASE_P(regno, strict) \ argument 340 mn10300_regno_in_class_p (regno, BASE_REG_CLASS, strict) [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/contrib/ |
| D | compare_tests | 15 Usage: $0 [-strict] PREVIOUS CURRENT 21 Unless -strict is given, these discrepancies are not counted as errors: 53 [ "$1" = "-strict" ] && strict=$1 && shift 75 [ -n "$strict" ] && exit_status=`expr $exit_status + 1` 82 [ -n "$strict" ] && exit_status=`expr $exit_status + 1` 94 echo "## ${CONFIG_SHELL-/bin/sh} $0 $strict $sum1 $sum2" 95 ${CONFIG_SHELL-/bin/sh} $0 $strict $sum1 $sum2 149 [ -n "$strict" ] && echo "Strict test fails" && exit_status=1 175 [ -n "$strict" ] && echo "Strict test fails" && exit_status=1 188 [ -n "$strict" ] && echo "Strict test fails" && exit_status=1 [all …]
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_write_set_format_v7tar.c | 134 static int format_number(int64_t, char *, int size, int max, int strict); 360 struct archive_entry *entry, int strict, in format_header_v7tar() argument 395 if (strict && copy_length < V7TAR_name_size) in format_header_v7tar() 397 else if (!strict && copy_length <= V7TAR_name_size) in format_header_v7tar() 448 V7TAR_mode_max_size, strict)) { in format_header_v7tar() 455 h + V7TAR_uid_offset, V7TAR_uid_size, V7TAR_uid_max_size, strict)) { in format_header_v7tar() 462 h + V7TAR_gid_offset, V7TAR_gid_size, V7TAR_gid_max_size, strict)) { in format_header_v7tar() 470 V7TAR_size_max_size, strict)) { in format_header_v7tar() 478 V7TAR_mtime_max_size, strict)) { in format_header_v7tar() 515 format_number(int64_t v, char *p, int s, int maxsize, int strict) in format_number() argument [all …]
|
| D | archive_write_set_format_ustar.c | 159 static int format_number(int64_t, char *, int size, int max, int strict); 387 struct archive_entry *entry, int tartype, int strict, argument 554 h + USTAR_mode_offset, USTAR_mode_size, USTAR_mode_max_size, strict)) { 561 h + USTAR_uid_offset, USTAR_uid_size, USTAR_uid_max_size, strict)) { 568 h + USTAR_gid_offset, USTAR_gid_size, USTAR_gid_max_size, strict)) { 575 h + USTAR_size_offset, USTAR_size_size, USTAR_size_max_size, strict)) { 582 h + USTAR_mtime_offset, USTAR_mtime_size, USTAR_mtime_max_size, strict)) { 592 USTAR_rdevmajor_max_size, strict)) { 600 USTAR_rdevminor_max_size, strict)) { 639 format_number(int64_t v, char *p, int s, int maxsize, int strict) argument [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/vax/ |
| D | vax.cc | 1881 indirectable_address_p (rtx x, bool strict, bool indirect) in indirectable_address_p() argument 1884 || BASE_REGISTER_P (x, strict)) in indirectable_address_p() 1887 || !BASE_REGISTER_P (XEXP (x, 0), strict) in indirectable_address_p() 1896 nonindexed_address_p (rtx x, bool strict) in nonindexed_address_p() argument 1903 || indirectable_address_p (reg_equiv_mem (REGNO (x)), strict, false)) in nonindexed_address_p() 1908 if (indirectable_address_p (x, strict, false)) in nonindexed_address_p() 1911 if (MEM_P (x) && indirectable_address_p (xfoo0, strict, true)) in nonindexed_address_p() 1914 && BASE_REGISTER_P (xfoo0, strict)) in nonindexed_address_p() 1925 index_term_p (rtx prod, machine_mode mode, bool strict) in index_term_p() argument 1930 return BASE_REGISTER_P (prod, strict); in index_term_p() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-hppa.c | 620 static int strict; variable 2041 if (!strict && ISDIGIT (*p)) in pa_parse_number() 2175 else if (!strict) in pa_parse_number() 2182 else if (!strict) in pa_parse_number() 2202 if (!strict || have_prefix) in pa_parse_number() 2537 if (!strict) in pa_get_absolute_expression() 3246 strict = (insn->flags & FLAG_STRICT); in pa_ip() 3347 if (strict && the_insn.exp.X_op != O_constant) in pa_ip() 3357 if (strict && the_insn.exp.X_op != O_constant) in pa_ip() 3362 CHECK_FIELD (num, 15, -16, strict); in pa_ip() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/ |
| D | cris.cc | 1471 reg_ok_for_base_p (const_rtx x, bool strict) in reg_ok_for_base_p() argument 1473 return ((! strict && ! HARD_REGISTER_P (x)) in reg_ok_for_base_p() 1479 reg_ok_for_index_p (const_rtx x, bool strict) in reg_ok_for_index_p() argument 1481 return reg_ok_for_base_p (x, strict); in reg_ok_for_index_p() 1487 cris_base_p (const_rtx x, bool strict) in cris_base_p() argument 1489 return (REG_P (x) && reg_ok_for_base_p (x, strict)); in cris_base_p() 1495 cris_index_p (const_rtx x, bool strict) in cris_index_p() argument 1497 return (REG_P (x) && reg_ok_for_index_p (x, strict)); in cris_index_p() 1503 cris_base_or_autoincr_p (const_rtx x, bool strict) in cris_base_or_autoincr_p() argument 1505 return (cris_base_p (x, strict) in cris_base_or_autoincr_p() [all …]
|
| /netbsd/src/external/bsd/am-utils/dist/ |
| D | buildall | 225 -C: configure (strict compile, debugging) 226 -Cs: configure (strict compile, debugging, shared libs) 229 -D: configure in /usr/local/AMD (strict compile, debugging) 230 -Ds: configure in /usr/local/AMD (strict compile, debugging, shared libs)
|
| /netbsd/src/usr.bin/xlint/xlint/ |
| D | Makefile | 17 FILES+= strict-bool-stdbool.h 18 FILESDIR= /usr/libdata/lint/strict-bool
|
| /netbsd/src/external/mit/lua/dist/src/ |
| D | lutf8lib.c | 65 static const char *utf8_decode (const char *s, utfint *val, int strict) { in utf8_decode() argument 85 if (strict) { in utf8_decode() 232 static int iter_aux (lua_State *L, int strict) { in iter_aux() argument 243 const char *next = utf8_decode(s + n, &code, strict); in iter_aux()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| D | a_time.c | 82 int n, i, i2, l, o, min_l = 11, strict = 0, end = 6, btz = 5, md; in ossl_asn1_time_to_tm() local 100 strict = 1; in ossl_asn1_time_to_tm() 107 strict = 1; in ossl_asn1_time_to_tm() 129 if (!strict && (i == btz) && ((a[o] == upper_z) || (a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm() 195 if (strict) in ossl_asn1_time_to_tm() 218 } else if (!strict && ((a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/samples/ |
| D | racoon.conf.in | 26 strict_check off; # enable strict check. 64 proposal_check strict; # obey, strict, or claim
|
| D | racoon.conf.sample-inherit | 20 proposal_check strict; # obey, strict or claim
|
| /netbsd/src/tests/ipf/regress/ |
| D | f13 | 7 pass in proto udp from any to any port = 53 keep frags(strict) 8 pass in proto tcp from any to any port = 25 keep state(strict)
|
| D | i11 | 4 pass in proto udp from localhost to localhost port = 2049 keep frag(strict) 10 pass in proto tcp all flags S keep state(strict,newisn,no-icmp-err,limit 101,age 600)
|
| /netbsd/src/tests/lib/librumphijack/ |
| D | sshd_config.in | 11 # very strict permissions on it and cannot modify the copy on the source 16 # to safely log in. We need to disable strict modes because ATF_WORKDIR
|
| /netbsd/src/external/gpl3/gdb/dist/include/elf/ |
| D | internal.h | 323 #define ELF_SECTION_IN_SEGMENT_1(sec_hdr, segment, check_vma, strict) \ argument 349 && (!(strict) \ 359 && (!(strict) \
|
| /netbsd/src/external/gpl3/binutils/dist/include/elf/ |
| D | internal.h | 323 #define ELF_SECTION_IN_SEGMENT_1(sec_hdr, segment, check_vma, strict) \ argument 349 && (!(strict) \ 359 && (!(strict) \
|
| /netbsd/src/tests/fs/psshfs/ |
| D | sshd_config.in | 11 # very strict permissions on it and cannot modify the copy on the source 16 # to safely log in. We need to disable strict modes because ATF_WORKDIR
|
| /netbsd/src/tests/ipf/expected/ |
| D | i11 | 4 pass in inet proto udp from 127.0.0.1/32 to 127.0.0.1/32 port = 2049 keep frags (strict) 10 pass in proto tcp from any to any flags S/FSRPAU keep state (limit 101,strict,newisn,no-icmp-err,ag…
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/ |
| D | m32r.cc | 2829 m32r_rtx_ok_for_base_p (const_rtx x, bool strict) in m32r_rtx_ok_for_base_p() argument 2834 if (strict) in m32r_rtx_ok_for_base_p() 2858 const_rtx x, bool strict) in m32r_legitimate_offset_addres_p() argument 2861 && m32r_rtx_ok_for_base_p (XEXP (x, 0), strict) in m32r_legitimate_offset_addres_p() 2873 bool strict) in m32r_legitimate_lo_sum_addres_p() argument 2877 && m32r_rtx_ok_for_base_p (XEXP (x, 0), strict) in m32r_legitimate_lo_sum_addres_p() 2887 m32r_load_postinc_p (machine_mode mode, const_rtx x, bool strict) in m32r_load_postinc_p() argument 2892 && m32r_rtx_ok_for_base_p (XEXP (x, 0), strict)) in m32r_load_postinc_p() 2901 m32r_store_preinc_predec_p (machine_mode mode, const_rtx x, bool strict) in m32r_store_preinc_predec_p() argument 2906 && m32r_rtx_ok_for_base_p (XEXP (x, 0), strict)) in m32r_store_preinc_predec_p() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | sync.md | 187 ;; Constraints of this pattern must be at least as strict as those of the 219 ;; Constraints of this pattern must be at least as strict as those of the 284 ;; Constraints of this pattern must be at least as strict as those of the non 307 ;; Constraints of this pattern must be at least as strict as those of the non 346 ;; Constraints of this pattern must be at least as strict as those of the non 371 ;; Constraints of this pattern must be at least as strict as those of the non 397 ;; Constraints of this pattern must be at least as strict as those of the non 422 ;; Constraints of this pattern must be at least as strict as those of the non
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/lm32/ |
| D | lm32.cc | 73 lm32_legitimate_address_p (machine_mode mode, rtx x, bool strict); 1195 lm32_legitimate_address_p (machine_mode mode ATTRIBUTE_UNUSED, rtx x, bool strict) in lm32_legitimate_address_p() argument 1198 if (strict && REG_P (x) && STRICT_REG_OK_FOR_BASE_P (x)) in lm32_legitimate_address_p() 1200 if (!strict && REG_P (x) && NONSTRICT_REG_OK_FOR_BASE_P (x)) in lm32_legitimate_address_p() 1206 && ((strict && STRICT_REG_OK_FOR_BASE_P (XEXP (x, 0))) in lm32_legitimate_address_p() 1207 || (!strict && NONSTRICT_REG_OK_FOR_BASE_P (XEXP (x, 0)))) in lm32_legitimate_address_p()
|
| /netbsd/src/external/gpl3/gcc/lib/libobjc/ |
| D | Makefile | 56 COPTS+= -fno-strict-aliasing -fexceptions 57 OBJCOPTS+= -fno-strict-aliasing -fexceptions
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-ssa-warn-restrict.cc | 199 bool strict () const in strict() function in __anon6d8ac1f70111::builtin_access 577 builtin_memref::offset_out_of_bounds (int strict, offset_int ooboff[3]) const in offset_out_of_bounds() argument 628 if (strict in offset_out_of_bounds() 655 if (strict in offset_out_of_bounds() 1686 maybe_diag_access_bounds (gimple *call, tree func, int strict, in maybe_diag_access_bounds() argument 1732 tree oobref = ref.offset_out_of_bounds (strict, ooboff); in maybe_diag_access_bounds() 2029 int strict = (acs.strict () || warn_array_bounds > 1 ? warn_array_bounds : 0); in check_bounds_or_overlap() local 2039 = maybe_diag_access_bounds (call, func, strict, dstref, wroff, do_warn); in check_bounds_or_overlap() 2041 opt = maybe_diag_access_bounds (call, func, strict, srcref, 0, do_warn); in check_bounds_or_overlap()
|