HomeSort by: relevance | last modified time | path
    Searched defs:ARRAY (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
array.h 28 #ifndef ARRAY
30 /* also creates an array called "name"s in current scope */
31 #define ARRAY(type, name) \
41 /* check the array is big enough - if not, expand it by explicit amount */
61 /* check the array is big enough - if not, expand it (size * 2) + 10 */
  /src/external/bsd/bc/dist/
const.h 91 #define ARRAY 1
  /src/usr.bin/rump_dhcpclient/
dhcp.c 47 #define ARRAY (1 << 9)
74 { 33, IPV4 | ARRAY | REQUEST, "static_routes" },
75 { 3, IPV4 | ARRAY | REQUEST, "routers" },
77 { 4, IPV4 | ARRAY, "time_servers" },
78 { 5, IPV4 | ARRAY, "ien116_name_servers" },
79 { 6, IPV4 | ARRAY, "domain_name_servers" },
80 { 7, IPV4 | ARRAY, "log_servers" },
81 { 8, IPV4 | ARRAY, "cookie_servers" },
82 { 9, IPV4 | ARRAY, "lpr_servers" },
83 { 10, IPV4 | ARRAY, "impress_servers" }
    [all...]
  /src/usr.bin/xlint/common/
lint.h 93 ARRAY, /* array */
  /src/external/gpl3/gcc/dist/gcc/
gengtype.h 40 char inpname[1]; /* A variable-length array, ended by a null
156 TYPE_ARRAY, /* Array of GTY-ed types. */
322 type_p p; /* The array component type. */
486 ARRAY,
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.h 40 char inpname[1]; /* A variable-length array, ended by a null
156 TYPE_ARRAY, /* Array of GTY-ed types. */
322 type_p p; /* The array component type. */
484 ARRAY,
  /src/bin/ksh/
table.h 24 int index; /* index for an array */
30 struct tbl *array; /* array values */ member in union:tbl::__anon21
48 #define ARRAY BIT(13) /* array */
68 * should be reported by set/typeset). Does not include ARRAY or LOCAL.
92 #define AF_ARGV_ALLOC 0x1 /* argv[] array allocated */
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 99 * The default function argument array size. We'll realloc the array larger
151 ARRAY,
168 /* Auxiliary structure for array tdesc_t */
249 ardef_t *ardef; /* array */
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 192 ARRAY = 389,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 196 ARRAY = 389,
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 39 #include "trans-array.h"
85 /* Convert a scalar to an array descriptor. To be used for assumed-rank
143 /* Get the coarray token from the ultimate array or component ref.
390 /* The size field is returned as an array index type. Therefore treat
398 /* Always return size as an array index type. */
409 /* Always return size as an array index type. */
431 on an array ref that is the last ref in the chain and is oblivious
434 that is followed by an array reference, which is not an element.
435 These calls come from trans-array.cc:build_class_array_ref, which
436 handles scalarized class array references.*
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 39 #include "trans-array.h"
85 /* Convert a scalar to an array descriptor. To be used for assumed-rank
143 /* Get the coarray token from the ultimate array or component ref.
388 /* The size field is returned as an array index type. Therefore treat
396 /* Always return size as an array index type. */
407 /* Always return size as an array index type. */
429 on an array ref that is the last ref in the chain and is oblivious
432 that is followed by an array reference, which is not an element.
433 These calls come from trans-array.cc:build_class_array_ref, which
434 handles scalarized class array references.*
    [all...]

Completed in 38 milliseconds