Searched refs:field (Results 51 - 75 of 352) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn1t.h286 # define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
287 (flags), (tag), offsetof(stname, field),\
288 #field, ASN1_ITEM_ref(type) }
297 # define ASN1_IMP_EX(stname, field, type, tag, ex) \
298 ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
300 # define ASN1_EXP_EX(stname, field, type, tag, ex) \
301 ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stname, field, type)
303 /* Any defined by macros: the field used is in the table itself */
313 # define ASN1_SIMPLE(stname, field, type) ASN1_EX_TYPE(0,0, stname, field, typ
[all...]
/freebsd-9.3-release/contrib/libstdc++/config/locale/gnu/
H A Dmonetary_members.cc66 __ret.field[0] = sign;
72 __ret.field[1] = symbol;
73 __ret.field[3] = value;
77 __ret.field[1] = value;
78 __ret.field[3] = symbol;
80 __ret.field[2] = space;
87 __ret.field[1] = symbol;
88 __ret.field[2] = value;
92 __ret.field[1] = value;
93 __ret.field[
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strtok.d37 /(this->field = strtok(this->str, ",")) == NULL/
44 printf("%s\n", this->field);
48 /(this->field = strtok(NULL, ",")) == NULL/
55 printf("%s\n", this->field);
59 /(this->field = strtok(NULL, ",")) == NULL/
66 printf("%s\n", this->field);
70 /(this->field = strtok(NULL, ",")) == NULL/
77 printf("%s\n", this->field);
83 printf("unexpected field: %s\n", this->field);
[all...]
/freebsd-9.3-release/contrib/ncurses/form/
H A Dllib-lform78 const FIELD *field)
85 FIELD *field,
91 const FIELD *field)
96 FIELD *field,
102 const FIELD *field)
110 FIELD *field)
120 const FIELD *field)
156 FIELD *field)
171 FIELD *field)
178 FIELD *field,
[all...]
H A Dllib-lformw78 const FIELD *field)
85 FIELD *field,
91 const FIELD *field)
96 FIELD *field,
102 const FIELD *field)
110 FIELD *field)
120 const FIELD *field)
156 FIELD *field)
171 FIELD *field)
178 FIELD *field,
[all...]
H A Dfrm_scale.c55 if (!(form->field))
H A Dfty_enum.c189 | FIELD * field,
194 | Return Values : TRUE - field is valid
195 | FALSE - field is invalid
198 Check_Enum_Field(FIELD *field, const void *argp) argument
203 unsigned char *bp = (unsigned char *)field_buffer(field, 0);
230 set_field_buffer(field, 0, t);
245 | Function : static bool Next_Enum(FIELD * field,
254 Next_Enum(FIELD *field, const void *argp) argument
260 unsigned char *bp = (unsigned char *)field_buffer(field, 0);
273 set_field_buffer(field,
292 Previous_Enum(FIELD *field, const void *argp) argument
[all...]
H A Dfty_ipv4.c42 | FIELD * field,
47 | Return Values : TRUE - field is valid
48 | FALSE - field is invalid
51 Check_IPV4_Field(FIELD *field, const void *argp GCC_UNUSED) argument
53 char *bp = field_buffer(field, 0);
/freebsd-9.3-release/lib/libc/gen/
H A Dstatvfs.c110 #define COPY(field) \
112 to->field = from->field; \
113 if (from->field != to->field) { \
143 #define SHOW(field) \
144 printf(#field ": %ju\n", (uintmax_t)buf.field)
H A Dutxdb.c40 #define UTOF_STRING(ut, fu, field) do { \
41 strncpy((fu)->fu_ ## field, (ut)->ut_ ## field, \
42 MIN(sizeof (fu)->fu_ ## field, sizeof (ut)->ut_ ## field)); \
105 #define FTOU_STRING(fu, ut, field) do { \
106 strncpy((ut)->ut_ ## field, (fu)->fu_ ## field, \
107 MIN(sizeof (ut)->ut_ ## field - 1, sizeof (fu)->fu_ ## field)); \
[all...]
/freebsd-9.3-release/usr.bin/wtmpcvt/
H A Dwtmpcvt.c62 #define COPY_STRING(field) do { \
63 strncpy(uo->fu_ ## field, ui->ut_ ## field, \
64 MIN(sizeof uo->fu_ ## field, sizeof ui->ut_ ## field)); \
70 #define MATCH(field, value) (strncmp(ui->ut_ ## field, (value), \
71 sizeof(ui->ut_ ## field)) == 0)
/freebsd-9.3-release/usr.sbin/usbconfig/
H A Ddump.c41 #define DUMP0(n,type,field,...) dump_field(pdev, " ", #field, n->field);
42 #define DUMP1(n,type,field,...) dump_field(pdev, " ", #field, n->field);
43 #define DUMP2(n,type,field,...) dump_field(pdev, " ", #field, n->field);
44 #define DUMP3(n,type,field,
96 dump_field(struct libusb20_device *pdev, const char *plevel, const char *field, uint32_t value) argument
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dstor-layout.c316 however, the front-end may set the explicit width of the field, so its
321 layout_type setting DECL_FIELD_BITPOS correctly for the field. Set the
354 /* A zero-length bit-field affects the alignment of the next
355 field. In essence such bit-fields are not influenced by
378 /* See if we can use an ordinary integer mode for a bit-field.
409 alignment explicitly specified on the field decl. */;
413 /* If the field is of variable size, we can't misalign it since we
429 /* Some targets (i.e. i386, VMS) limit struct field alignment
666 update_alignment_for_field (record_layout_info rli, tree field,
671 /* The type of this field
662 update_alignment_for_field(record_layout_info rli, tree field, unsigned int known_align) argument
770 place_union_field(record_layout_info rli, tree field) argument
819 place_field(record_layout_info rli, tree field) argument
1315 tree field; local
1824 tree field; local
[all...]
H A Dtree-nested.c192 insert_field_into_struct (tree type, tree field) argument
196 DECL_CONTEXT (field) = type;
199 if (DECL_ALIGN (field) >= DECL_ALIGN (*p))
202 TREE_CHAIN (field) = *p;
203 *p = field;
263 /* Given DECL, a non-locally accessed variable, find or create a field
272 tree field; local
285 field = make_node (FIELD_DECL);
286 DECL_NAME (field) = DECL_NAME (decl);
290 TREE_TYPE (field)
305 insert_field_into_struct (get_frame_type (info), field); local
364 tree field = info->chain_field; local
375 insert_field_into_struct (get_frame_type (info), field); local
473 tree field; local
491 insert_field_into_struct (get_frame_type (info), field); local
513 tree field = info->nl_goto_field; local
541 insert_field_into_struct (get_frame_type (info), field); local
811 tree field = get_chain_field (i); local
827 get_frame_field(struct nesting_info *info, tree target_context, tree field, tree_stmt_iterator *tsi) argument
845 tree field = get_chain_field (i); local
870 tree x, field, new_decl; local
1198 get_local_debug_decl(struct nesting_info *info, tree decl, tree field) argument
1255 tree t = *tp, field, x; local
1445 tree field = lookup_field_for_decl (info, decl, NO_INSERT); local
1492 tree t = *tp, label, new_label, target_context, x, arg, field; local
1809 tree field, x, y; local
1843 tree arg, x, field; local
[all...]
H A Dcoverage.c614 tree field, fields;
621 field = build_decl (FIELD_DECL, NULL_TREE, get_gcov_unsigned_t ());
622 TREE_CHAIN (field) = fields;
623 fields = field;
630 field = build_decl (FIELD_DECL, NULL_TREE, array_type);
631 TREE_CHAIN (field) = fields;
632 fields = field;
688 tree field, fields = NULL_TREE;
693 field = build_decl (FIELD_DECL, NULL_TREE, get_gcov_unsigned_t ());
694 TREE_CHAIN (field)
610 tree field, fields; local
684 tree field, fields = NULL_TREE; local
783 tree field, fields = NULL_TREE; local
[all...]
H A Dtree-dump.h82 #define dump_child(field, child) \
83 queue_and_dump_index (di, field, child, DUMP_NONE)
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcpu-ia64-opc.c65 if (value >= 1u << self->field[0].bits)
68 *code |= value << self->field[0].shift;
75 *valuep = ((code >> self->field[0].shift)
76 & ((1u << self->field[0].bits) - 1));
86 for (i = 0; i < NELEMS (self->field) && self->field[i].bits; ++i)
88 new |= ((value & ((((ia64_insn) 1) << self->field[i].bits) - 1))
89 << self->field[i].shift);
90 value >>= self->field[i].bits;
105 for (i = 0; i < NELEMS (self->field)
[all...]
/freebsd-9.3-release/sys/ufs/ufs/
H A Dinode.h144 #define DIP(ip, field) \
146 (ip)->i_din1->d##field : (ip)->i_din2->d##field)
147 #define DIP_SET(ip, field, val) do { \
149 (ip)->i_din1->d##field = (val); \
151 (ip)->i_din2->d##field = (val); \
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dutil-internal.h151 #define EVUTIL_ASSERT_LIST_OK(dlist, type, field) do { \
159 elm2 = LIST_NEXT(elm1, field); \
162 elm1 = LIST_NEXT(elm1, field); \
163 elm2 = LIST_NEXT(elm2, field); \
167 elm2 = LIST_NEXT(elm2, field); \
175 EVUTIL_ASSERT(nextp == elm1->field.le_prev); \
176 nextp = &LIST_NEXT(elm1, field); \
187 #define EVUTIL_ASSERT_TAILQ_OK(tailq, type, field) do { \
195 elm2 = TAILQ_NEXT(elm1, field); \
198 elm1 = TAILQ_NEXT(elm1, field); \
[all...]
H A Devent-internal.h92 * stored by event_init into the event_base.evbase field. On failure,
100 * fdinfo field below. It will be set to 0 the first time the fd is
379 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
383 #define TAILQ_FOREACH(var, head, field) \
386 (var) = TAILQ_NEXT(var, field))
390 #define TAILQ_INSERT_BEFORE(listelm, elm, field) do { \
391 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
392 (elm)->field
[all...]
/freebsd-9.3-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt73 * Fixed the size of the FunctionDependent5 field in the
90 * Moved LUN field defines from mpi2_init.h.
94 * field with MSIxIndex field.
95 * Removed DevHandle field from
132 * Added new value for AccessStatus field of SAS Device
134 * 10-31-07 02.00.04 Added missing SEPDevHandle field to
138 * Modified IOC Page 7 to use masks and added field for
150 * Added missing MaxNumRoutedSasAddresses field to
160 * bits in the Flags field o
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck2.c99 fmt = "%s of constant field %qD";
303 error ("cannot declare field %q+D to be of abstract type %qT",
473 the field was set for all the elements. This is usually done
881 tree field;
893 for (field = TYPE_FIELDS (type); field; field = TREE_CHAIN (field))
897 if (!DECL_NAME (field) && DECL_C_BIT_FIELD (field))
877 tree field; local
999 tree field; local
1022 tree field = TYPE_FIELDS (type); local
[all...]
/freebsd-9.3-release/usr.sbin/makefs/ffs/
H A Dffs_subr.c52 int field, subfield; local
60 field = around[siz];
63 if ((fragmap & field) == subfield) {
68 field <<= siz;
71 field <<= 1;
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dacl.c121 struct acl_field *field)
123 if(field->type == acl_string) {
124 return !strcmp(field->u.cstr, string);
125 } else if(field->type == acl_fnmatch) {
126 return !fnmatch(field->u.cstr, string, 0);
127 } else if(field->type == acl_retval) {
128 *field->u.retv = strdup(string);
119 acl_match_field(krb5_context context, const char *string, struct acl_field *field) argument
/freebsd-9.3-release/libexec/getty/
H A Dsubr.c88 for (sp = gettystrs; sp->field; sp++)
132 for (sp = gettystrs; sp->field; sp++) {
133 if ((l = cgetstr(buf, (char*)sp->field, &p)) >= 0) {
150 for (np = gettynums; np->field; np++) {
151 if (cgetnum(buf, (char*)np->field, &n) == -1)
159 for (fp = gettyflags; fp->field; fp++) {
160 if (cgetcap(buf, (char *)fp->field, ':') == NULL)
170 for (sp = gettystrs; sp->field; sp++)
171 printf("cgetstr: %s=%s\r\n", sp->field, sp->value);
172 for (np = gettynums; np->field; n
[all...]

Completed in 311 milliseconds

1234567891011>>