Searched refs:field0 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libuniname/
H A Dtest-names.c71 char field0[FIELDLEN]; local
91 n = getfield (stream, field0, ';');
103 i = strtoul (field0, NULL, 16);
/netbsd-current/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dgen-lbrkprop.c138 char field0[FIELDLEN]; local
170 n = getfield (stream, field0, ';');
193 i = strtoul (field0, NULL, 16);
200 n = getfield (stream, field0, ';');
230 j = strtoul (field0, NULL, 16);
343 char field0[FIELDLEN]; local
373 n = getfield (stream, field0, ';');
383 i = strtoul (field0, NULL, 16);
384 if (strstr (field0, "..") != NULL)
387 j = strtoul (strstr (field0, "
1031 char field0[FIELDLEN]; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgnu-v3-abi.c147 struct field &field0 = t->field (0); local
148 field0.set_name ("vcall_and_vbase_offsets");
149 field0.set_type (lookup_array_range_type (ptrdiff_type, 0, -1));
150 field0.set_loc_bitpos (offset * TARGET_CHAR_BIT);
151 offset += field0.type ()->length ();
1050 struct field &field0 = t->field (0); local
1051 field0.set_name ("_vptr.type_info");
1052 field0.set_type (void_ptr_type);
1053 field0.set_loc_bitpos (offset * TARGET_CHAR_BIT);
1054 offset += field0
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.stabs/
H A Dweird.exp146 gdb_test "p bad_neg0" " = \{field0 = 42, field2 =.*field3 = 45\}"
159 gdb_test "p/x bad_neg0const" " = \{field0 = 0x11222211, field2 =.*\
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.stabs/
H A Dweird.exp146 gdb_test "p bad_neg0" " = \{field0 = 42, field2 =.*field3 = 45\}"
159 gdb_test "p/x bad_neg0const" " = \{field0 = 0x11222211, field2 =.*\
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc3365 tree field0 = TREE_OPERAND (arg0, 1);
3369 if (TREE_CODE (field0) != FIELD_DECL
3371 || !operand_equal_p (DECL_FIELD_OFFSET (field0),
3373 || !operand_equal_p (DECL_FIELD_BIT_OFFSET (field0),

Completed in 276 milliseconds