Searched refs:COPYING_UNIT (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dobstack.c80 in such a case, redefine COPYING_UNIT to `long' (if that works)
82 # ifndef COPYING_UNIT
83 # define COPYING_UNIT int macro
278 for (i = obj_size / sizeof (COPYING_UNIT) - 1;
280 ((COPYING_UNIT *)object_base)[i]
281 = ((COPYING_UNIT *)h->object_base)[i];
282 /* We used to copy the odd few remaining bytes as one extra COPYING_UNIT,
285 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dobstack.c80 in such a case, redefine COPYING_UNIT to `long' (if that works)
82 # ifndef COPYING_UNIT
83 # define COPYING_UNIT int macro
278 for (i = obj_size / sizeof (COPYING_UNIT) - 1;
280 ((COPYING_UNIT *)object_base)[i]
281 = ((COPYING_UNIT *)h->object_base)[i];
282 /* We used to copy the odd few remaining bytes as one extra COPYING_UNIT,
285 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dobstack.c73 in such a case, redefine COPYING_UNIT to `long' (if that works)
75 #ifndef COPYING_UNIT
76 #define COPYING_UNIT int macro
306 for (i = obj_size / sizeof (COPYING_UNIT) - 1;
308 ((COPYING_UNIT *)new_chunk->contents)[i]
309 = ((COPYING_UNIT *)h->object_base)[i];
310 /* We used to copy the odd few remaining bytes as one extra COPYING_UNIT,
313 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);

Completed in 204 milliseconds