| /netbsd/src/usr.bin/msgs/ |
| D | msgs.c | 170 FILE *bounds; in main() local 252 bounds = fopen(fname, "r"); in main() 254 if (bounds != NULL) { in main() 255 if (fscanf(bounds, "%d %d\n", &firstmsg, &lastmsg) < 2) in main() 257 fclose(bounds); in main() 264 if (clean || bounds == NULL) { /* relocate message bounds */ in main() 327 bounds = fopen(fname, "w"); in main() 328 if (bounds == NULL) { in main() 333 fprintf(bounds, "%d %d\n", firstmsg, lastmsg); in main() 334 fclose(bounds); in main() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| D | data-loc.c | 29 int *bounds; member 43 table_1.bounds[1] = 2; in main() 44 table_2.bounds[1] = 3; in main()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | m2-typeprint.c | 192 if (type->bounds ()->high.const_val () == type->bounds ()->low.const_val ()) in m2_range() 204 print_type_scalar (target, type->bounds ()->low.const_val (), stream); in m2_range() 206 print_type_scalar (target, type->bounds ()->high.const_val (), stream); in m2_range() 230 && type->bounds ()->high.is_constant ()) in m2_array() 319 print_type_scalar (target, type->bounds ()->high.const_val (), stream); in m2_print_bounds() 321 print_type_scalar (target, type->bounds ()->low.const_val (), stream); in m2_print_bounds() 362 && previous_high + 1 != range->bounds ()->low.const_val ()) in m2_is_long_set() 364 previous_high = range->bounds ()->high.const_val (); in m2_is_long_set() 420 l1 = type->field (i).type ()->bounds ()->low.const_val (); in m2_is_long_set_of_type() 421 h1 = type->field (len - 1).type ()->bounds ()->high.const_val (); in m2_is_long_set_of_type()
|
| D | gdbtypes.c | 954 range_bounds *bounds in create_range_type() local 956 bounds->low = *low_bound; in create_range_type() 957 bounds->high = *high_bound; in create_range_type() 958 bounds->bias = bias; in create_range_type() 959 bounds->stride.set_const_val (0); in create_range_type() 961 result_type->set_bounds (bounds); in create_range_type() 1010 result_type->bounds ()->stride = *stride; in create_range_type_with_stride() 1011 result_type->bounds ()->flag_is_byte_stride = byte_stride_p; in create_range_type_with_stride() 1037 has_static_range (const struct range_bounds *bounds) in has_static_range() argument 1041 return (bounds->low.is_constant () in has_static_range() [all …]
|
| D | p-typeprint.c | 242 && type->bounds ()->high.is_constant ()) in type_print_varspec_prefix() 244 plongest (type->bounds ()->low.const_val ()), in type_print_varspec_prefix() 245 plongest (type->bounds ()->high.const_val ())); in type_print_varspec_prefix() 702 print_type_scalar (target, type->bounds ()->low.const_val (), stream); in type_print_base() 704 print_type_scalar (target, type->bounds ()->high.const_val (), stream); in type_print_base()
|
| D | gdb-gdb.py.in | 188 bounds = self.val["flds_bnds"]["bounds"].dereference() 189 b = bounds[bound_name] 197 if bound_name == "high" and bounds["flag_upper_bound_is_count"]: 202 """Return an image of the main_type bounds.""" 203 b = self.val["flds_bnds"]["bounds"].dereference() 207 img = "flds_bnds.bounds = {%s, %s}" % (low, high)
|
| D | f-valprint.c | 45 if (!type->bounds ()->low.is_constant ()) in f77_get_lowerbound() 48 return type->bounds ()->low.const_val (); in f77_get_lowerbound() 54 if (!type->bounds ()->high.is_constant ()) in f77_get_upperbound() 64 return type->bounds ()->high.const_val (); in f77_get_upperbound()
|
| D | gdbtypes.h | 994 struct range_bounds *bounds; member 1133 range_bounds *bounds () const in bounds() function 1138 return this->main_type->flds_bnds.bounds; in bounds() 1142 return this->index_type ()->bounds (); in bounds() 1151 void set_bounds (range_bounds *bounds) in set_bounds() 1155 this->main_type->flds_bnds.bounds = bounds; in set_bounds() 1161 return bounds ()->optimized_out (); in bound_optimized_out() 1168 return this->bounds ()->bit_stride (); in bit_stride()
|
| D | ada-typeprint.c | 193 print_range_bound (struct type *type, const char *bounds, int *n, in print_range_bound() argument 198 if (ada_scan_number (bounds, *n, &B, n)) in print_range_bound() 211 if (bounds[*n - 1] == 'm' && type->code () == TYPE_CODE_INT) in print_range_bound() 214 if (bounds[*n] == '_') in print_range_bound() 220 const char *bound = bounds + *n; in print_range_bound()
|
| D | c-varobj.c | 194 && type->bounds ()->high.is_available ()) in c_number_of_children() 308 *cname = int_string (index + type->bounds ()->low.const_val (), in c_describe_child() 314 = index + type->bounds ()->low.const_val (); in c_describe_child() 331 int_string (index + type->bounds ()->low.const_val (), in c_describe_child()
|
| /netbsd/src/external/mit/xorg/server/drivers/xf86-video-xgi/ |
| D | Makefile | 31 COPTS.init.c= -Wno-array-bounds 32 COPTS.vb_setmode.c= -Wno-array-bounds
|
| /netbsd/src/games/dab/ |
| D | board.cc | 112 if (!bounds(y, x)) in domove() 135 if (bounds(y, x)) { in domove() 160 int BOARD::bounds(size_t y, size_t x) const in bounds() function in BOARD
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | CHANGES | 27 Kerberos: Print the protocol name, remove a redundant bounds check. 49 RPKI-Router: Refine length and bounds checks. 132 CVE-2023-1801: Fix an out-of-bounds write in the SMB printer. 188 Juniper: Add some bounds checks. 299 Ethernet, IEEE 802.15.4, IP, L2TP, TCP, ZEP: Add bounds checks 376 Add and remove plenty of bounds checks. 522 CVE-2017-11108/Fix bounds checking for STP. 541 Add some ND_TTEST_/ND_TCHECK_ macros to simplify writing bounds checks 558 Improve addrtostr6() bounds checking 566 802.11: Do bounds checking on last_presentp before dereferencing it (Fix a heap overflow) [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-ssa-warn-restrict.cc | 805 offset_int bounds[2] = { maxobjsize, maxobjsize }; in builtin_access() local 816 bounds[0] = wi::to_offset (range[0]); in builtin_access() 817 bounds[1] = wi::to_offset (range[1]); in builtin_access() 827 dstref->sizrange[0] = bounds[0]; in builtin_access() 828 dstref->sizrange[1] = bounds[1]; in builtin_access() 859 srcref->sizrange[0] = bounds[1] > 0 ? 1 : 0; in builtin_access() 860 offset_int bound = wi::umin (srcref->basesize, bounds[1]); in builtin_access() 890 dstref->sizrange[0] = bounds[0]; in builtin_access() 891 dstref->sizrange[1] = bounds[1]; in builtin_access() 923 dstref->sizrange[0] = bounds[0]; in builtin_access() [all …]
|
| D | tree-ssa-loop-niter.cc | 61 struct bounds struct 509 bounds *bnds) in bound_difference_of_offsetted_base() 561 bounds *bnds) in refine_bounds_using_guard() 724 bound_difference (class loop *loop, tree x, tree y, bounds *bnds) in bound_difference() 816 bounds_add (bounds *bnds, const widest_int &delta, tree type) in bounds_add() 844 bounds_negate (bounds *bnds) in bounds_negate() 916 bounds *bnds, bool exit_must_be_taken) in number_of_iterations_ne_max() 986 bool exit_must_be_taken, bounds *bnds) in number_of_iterations_ne() 1165 bool exit_must_be_taken, bounds *bnds) in number_of_iterations_lt_to_ne() 1351 class tree_niter_desc *niter, bounds *bnds) in assert_loop_rolls_lt() [all …]
|
| D | rtl-iter.h | 129 const rtx_subrtx_bound_info *bounds) in generic_subrtx_iterator() argument 130 : m_bounds (bounds), in generic_subrtx_iterator()
|
| /netbsd/src/sbin/savecore/ |
| D | savecore.c | 647 int bounds, ifd, nr, nw, ofd, tryksyms; in save_core() local 663 bounds = 0; in save_core() 665 bounds = atoi(buf); in save_core() 671 (void)fprintf(fp, "%d\n", bounds + 1); in save_core() 677 dirname, bounds, compress ? ".gz" : ""); in save_core() 752 dirname, bounds, compress ? ".gz" : ""); in save_core()
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_write_add_filter_zstd.c | 329 ZSTD_bounds bounds = ZSTD_cParam_getBounds(ZSTD_c_windowLog); in archive_compressor_zstd_options() local 330 if (ZSTD_isError(bounds.error)) { in archive_compressor_zstd_options() 335 … if ((int)long_distance < bounds.lowerBound || (int)long_distance > bounds.upperBound) in archive_compressor_zstd_options()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
| D | search.cpp | 113 NdbIndexScanOperation *scan, NdbScanFilter *sf, int *bounds ) in ndb_filter_set() argument 130 scan->end_of_bound( (*bounds)++ ); in ndb_filter_set() 137 if ( ndb_filter_set( op, ni, f, indexed, scan, sf, bounds )) in ndb_filter_set() 288 int i, rc, bounds; in ndb_oc_search() local 332 bounds = 0; in ndb_oc_search() 333 rc = ndb_filter_set( op, ni, op->ors_filter, indexed, scan, sf, &bounds ); in ndb_oc_search()
|
| /netbsd/src/usr.bin/tftp/ |
| D | Makefile | 12 ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 8:? -Wno-array-bounds :}
|
| /netbsd/src/sbin/routed/rtquery/ |
| D | Makefile | 14 CWARNFLAGS.clang+= -Wno-array-bounds
|
| /netbsd/src/external/bsd/ntp/bin/ntpdc/ |
| D | Makefile | 27 COPTS.ntpdc.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -Wno-array-bounds :}
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | ChangeLog.graphite | 18 * testsuite/libgomp.graphite/bounds.c: New.
|
| /netbsd/src/external/bsd/mdocml/lib/libmandoc/ |
| D | Makefile | 42 COPTS.man_validate.c+=-Wno-error=array-bounds
|
| /netbsd/src/sys/arch/vax/boot/xxboot_ustarfs/ |
| D | Makefile | 40 COPTS.bootxx.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-error=array-bounds :}
|