Home
last modified time | relevance | path

Searched refs:field0 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dgen-lbrkprop.c138 char field0[FIELDLEN]; in fill_attributes() local
170 n = getfield (stream, field0, ';'); in fill_attributes()
193 i = strtoul (field0, NULL, 16); in fill_attributes()
200 n = getfield (stream, field0, ';'); in fill_attributes()
230 j = strtoul (field0, NULL, 16); in fill_attributes()
343 char field0[FIELDLEN]; in fill_width() local
373 n = getfield (stream, field0, ';'); in fill_width()
383 i = strtoul (field0, NULL, 16); in fill_width()
384 if (strstr (field0, "..") != NULL) in fill_width()
387 j = strtoul (strstr (field0, "..") + 2, NULL, 16); in fill_width()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libuniname/
H A Dtest-names.c71 char field0[FIELDLEN]; in fill_names() local
91 n = getfield (stream, field0, ';'); in fill_names()
103 i = strtoul (field0, NULL, 16); in fill_names()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc3355 tree field0 = TREE_OPERAND (arg0, 1); in operand_equal_p() local
3359 if (TREE_CODE (field0) != FIELD_DECL in operand_equal_p()
3361 || !operand_equal_p (DECL_FIELD_OFFSET (field0), in operand_equal_p()
3363 || !operand_equal_p (DECL_FIELD_BIT_OFFSET (field0), in operand_equal_p()
H A DChangeLog8196 field0 or field1 is not a FIELD_DECL, return false.