Searched refs:datum (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | obstack.h | 313 # define obstack_1grow(OBSTACK,datum) \ argument 318 obstack_1grow_fast (__o, datum); \ 325 # define obstack_ptr_grow(OBSTACK,datum) \ argument 330 obstack_ptr_grow_fast (__o, datum); }) \ 332 # define obstack_int_grow(OBSTACK,datum) \ argument 337 obstack_int_grow_fast (__o, datum); }) 445 # define obstack_1grow(h,datum) \ argument 448 obstack_1grow_fast (h, datum)) 450 # define obstack_ptr_grow(h,datum) \ argument 453 obstack_ptr_grow_fast (h, datum)) [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/ |
| H A D | ypupd.h | 58 yp_buf datum; member
|