Home
last modified time | relevance | path

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

/netbsd/tests/usr.bin/indent/
H A Dopt_pcs.c66 int sizeof_type = sizeof (int); variable
67 int sizeof_type = sizeof(int); variable
78 int sizeof_type = sizeof (int); variable
79 int sizeof_type = sizeof (int); variable
93 int sizeof_type = sizeof (int); variable
94 int sizeof_type = sizeof (int); variable
104 int sizeof_type = sizeof(int); variable
105 int sizeof_type = sizeof(int); variable
H A Dopt_bs.c69 int sizeof_type = sizeof (int); variable
70 int sizeof_type = sizeof(int); variable
80 int sizeof_type = sizeof (int); variable
81 int sizeof_type = sizeof (int); variable
91 int sizeof_type = sizeof(int); variable
92 int sizeof_type = sizeof(int); variable
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dmessage.c200 msgblock_allocate(isc_mem_t *mctx, unsigned int sizeof_type, in msgblock_allocate() argument
205 length = sizeof(dns_msgblock_t) + (sizeof_type * count); in msgblock_allocate()
222 msgblock_internalget(dns_msgblock_t *block, unsigned int sizeof_type) { in msgblock_internalget() argument
232 (sizeof_type * block->remaining)); in msgblock_internalget()
247 unsigned int sizeof_type) { in msgblock_free() argument
250 length = sizeof(dns_msgblock_t) + (sizeof_type * block->count); in msgblock_free()
/netbsd/external/gpl3/autoconf/dist/
H A DChangeLog.212481 testsuite/autoconf.g/sizeof_type.exp,