Searched refs:bounds (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/etc/rc.d/
H A Dmsgs9 # Make a bounds file for msgs(1) if there isn't one already
11 if [ -d /var/msgs -a ! -f /var/msgs/bounds -a ! -L /var/msgs/bounds ]; then
12 echo 0 > /var/msgs/bounds
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-tasks.c295 int bounds[2]; local
324 READ_MEMORY ((CORE_ADDR) EXTRACT_ADDRESS (atcb.image.P_BOUNDS), bounds);
325 bounds[1] = EXTRACT_INT (bounds[1]);
327 (char *) &image, bounds[1]);
328 printf_filtered ("Name: %.*s\n", bounds[1], image);
360 bounds);
361 bounds[1] = EXTRACT_INT (bounds[1]);
363 (char *) &image, bounds[
471 int bounds[2]; local
[all...]
H A Dada-typeprint.c159 /* A range needs at least 2 bounds to be printed. If there are less
171 /* We extract the range type bounds respectively from the first element
187 print_range_bound (struct type *type, char *bounds, int *n,
191 if (ada_scan_number (bounds, *n, &B, n))
194 if (bounds[*n] == '_')
200 char *bound = bounds + *n;
186 print_range_bound(struct type *type, char *bounds, int *n, struct ui_file *stream) argument
H A Dada-lang.c722 /* Names of MAX_ADA_DIMENS bounds in P_BOUNDS fields of
812 pointer to one, the type of its bounds data; otherwise, NULL. */
841 one, a pointer to its bounds data. Otherwise NULL. */
876 position of the field containing the address of the bounds data. */
884 size of the field containing the address of the bounds data. */
898 pointer-to-array-with-no-bounds type); otherwise, NULL. Use
899 ada_type_of_array to get an array type with bounds data. */
952 /* If BOUNDS is an array-bounds structure (or pointer to one), return argument
956 desc_one_bound (struct value *bounds, int i, int which)
958 return value_struct_elt (&bounds, NUL
1062 ada_type_of_array(struct value *arr, int bounds) argument
3103 struct value *bounds = allocate_value (bounds_type); local
[all...]
/freebsd-9.3-release/sbin/savecore/
H A Dsavecore.c100 int bounds, const int status)
121 fprintf(f, " Bounds: %d\n", bounds);
145 if ((fp = fopen("bounds", "r")) == NULL) {
147 printf("unable to open bounds file, using 0\n");
152 syslog(LOG_WARNING, "unable to read from bounds, using 0");
160 syslog(LOG_WARNING, "invalid value found in bounds, using 0");
165 writebounds(int bounds) { argument
168 if ((fp = fopen("bounds", "w")) == NULL) {
169 syslog(LOG_WARNING, "unable to write to bounds file: %m");
174 printf("bounds numbe
99 printheader(FILE *f, const struct kerneldumpheader *h, const char *device, int bounds, const int status) argument
377 int bounds, status; local
[all...]
/freebsd-9.3-release/usr.bin/msgs/
H A Dmsgs.c92 #define CMODE 0644 /* bounds file creation mode */
101 #define BOUNDS "bounds" /* message bounds file */
168 struct stat buf; /* stat to check access of bounds */
169 FILE *bounds; local
242 * determine current message bounds
247 * Test access rights to the bounds file
262 bounds = fopen(fname, "r");
264 if (bounds != NULL) {
265 fscanf(bounds, "
[all...]
/freebsd-9.3-release/usr.sbin/crashinfo/
H A Dcrashinfo.sh109 if ! [ -r $CRASHDIR/bounds ]; then
113 next=`cat $CRASHDIR/bounds`
/freebsd-9.3-release/contrib/gcc/
H A Dcfgloop.h119 struct nb_iter_bound *bounds; member in struct:loop
H A Dtree-ssa-loop-niter.c599 (as wrap around the bounds of memory will never return a pointer
1503 Analysis of upper bounds on number of iterations of a loop.
1703 elt->next = loop->bounds;
1704 loop->bounds = elt;
1715 for (bound = loop->bounds; bound; bound = bound->next)
1728 /* The following analyzers are extracting informations on the bounds
1992 keep the evolution confined in TYPEs bounds. Return true when the
2066 for (bound = loop->bounds; bound; bound = bound->next)
2082 /* Frees the information on upper bounds on numbers of iterations of LOOP. */
2091 for (bound = loop->bounds; boun
[all...]
H A Dc-typeck.c212 error ("invalid use of array with unspecified bounds");
2016 the array bounds cannot be stored in a register either; because we
4456 /* Push an array bounds on the stack. Printed as [BOUNDS]. */
4459 push_array_bounds (unsigned HOST_WIDE_INT bounds)
4461 PUSH_SPELLING (SPELLING_BOUNDS, bounds, u.i);
5657 error_init ("array index in initializer exceeds array bounds");
5660 error_init ("array index in initializer exceeds array bounds");
5680 error_init ("array index range in initializer exceeds array bounds");
4435 push_array_bounds(unsigned HOST_WIDE_INT bounds) argument
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk81 CWARNFLAGS+= -Wno-array-bounds
/freebsd-9.3-release/sys/conf/
H A Dkern.mk21 NO_WARRAY_BOUNDS= -Wno-array-bounds
/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c997 make_array_declarator (cp_declarator *element, tree bounds)
1003 declarator->u.array.bounds = bounds;
5346 *nelts = declarator->u.array.bounds;
5466 bounds. */
11776 tree bounds;
11794 bounds
11799 bounds = fold_non_dependent_expr (bounds);
11806 bounds
995 make_array_declarator(cp_declarator *element, tree bounds) argument
11774 tree bounds; local
[all...]
H A Dcp-tree.h3774 /* The bounds to the array. */
3775 tree bounds;
3766 tree bounds; member in struct:cp_declarator::__anon1124::__anon1127
H A Ddecl.c6893 The constant expressions that specify the bounds of the arrays
6899 "have bounds for all dimensions except the first",
6902 error ("multidimensional array must have bounds for all "
7750 declarator->u.array.bounds);
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_videodev2.h624 struct v4l2_rect bounds; member in struct:v4l2_cropcap
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh1322 * bounds x, y, width, and height. Equivalent to
1765 * bounds x, y, width, and height. Equivalent to

Completed in 774 milliseconds