Searched refs:_obstack_newchunk (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dobstack.h181 extern void _obstack_newchunk (struct obstack *, int);
288 _obstack_newchunk (__o, __len); \
304 _obstack_newchunk (__o, __len); \
314 _obstack_newchunk (__o, __len + 1); \
324 _obstack_newchunk (__o, 1); \
336 _obstack_newchunk (__o, sizeof (void *)); \
343 _obstack_newchunk (__o, sizeof (int)); \
365 _obstack_newchunk (__o, __len); \
427 /* Note that the call to _obstack_newchunk is enclosed in (..., 0)
436 ? (_obstack_newchunk ((
[all...]
H A Dobstack.c245 _obstack_newchunk (struct obstack *h, int length)
310 libc_hidden_def (_obstack_newchunk)
244 _obstack_newchunk (struct obstack *h, int length) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dobstack.h181 extern void _obstack_newchunk (struct obstack *, int);
288 _obstack_newchunk (__o, __len); \
304 _obstack_newchunk (__o, __len); \
314 _obstack_newchunk (__o, __len + 1); \
324 _obstack_newchunk (__o, 1); \
336 _obstack_newchunk (__o, sizeof (void *)); \
343 _obstack_newchunk (__o, sizeof (int)); \
365 _obstack_newchunk (__o, __len); \
427 /* Note that the call to _obstack_newchunk is enclosed in (..., 0)
436 ? (_obstack_newchunk ((
[all...]
H A Dobstack.c245 _obstack_newchunk (struct obstack *h, int length)
310 libc_hidden_def (_obstack_newchunk)
244 _obstack_newchunk (struct obstack *h, int length) function

Completed in 124 milliseconds