| /netbsd-src/usr.bin/rump_dhcpclient/ |
| H A D | main.c | 205 ifp->state->offer = xzalloc(sizeof(*ifp->state->offer)); in get_offer() 252 ifp->state = xzalloc(sizeof(*ifp->state)); in main() 253 ifp->state->options = ifo = xzalloc(sizeof(*ifp->state->options)); in main()
|
| H A D | dhcp.c | 358 rt->next = xzalloc(sizeof(*rt)); in decode_rfc3442_rt() 361 routes = rt = xzalloc(sizeof(*routes)); in decode_rfc3442_rt() 461 route->next = xzalloc(sizeof(*route)); in get_option_routes() 464 routes = route = xzalloc(sizeof(*route)); in get_option_routes() 549 dhcp = xzalloc(sizeof (*dhcp)); in make_message()
|
| H A D | common.h | 73 void *xzalloc(size_t);
|
| H A D | common.c | 163 xzalloc(size_t s) in xzalloc() function
|
| H A D | net.c | 194 iface = xzalloc(sizeof(*iface)); in init_interface() 407 udpp = xzalloc(sizeof(*udpp)); in make_udp_packet()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | xalloc.h | 37 extern void *xzalloc (size_t size);
|
| H A D | xmalloc.c | 76 xzalloc (size_t size) in xzalloc() function
|
| H A D | gl_anyhash_list2.h | 104 (gl_hash_entry_t *) xzalloc (new_size * sizeof (gl_hash_entry_t)); in hash_resize()
|
| H A D | gl_anylinked_list2.h | 56 (gl_hash_entry_t *) xzalloc (list->table_size * sizeof (gl_hash_entry_t)); in gl_linked_create_empty() 87 (gl_hash_entry_t *) xzalloc (list->table_size * sizeof (gl_hash_entry_t)); in gl_linked_create()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| H A D | xalloc.h | 37 extern void *xzalloc (size_t size);
|
| H A D | xmalloc.c | 76 xzalloc (size_t size) in xzalloc() function
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| H A D | xalloc.h | 37 extern void *xzalloc (size_t size);
|
| H A D | xmalloc.c | 76 xzalloc (size_t size) in xzalloc() function
|
| H A D | ChangeLog.1 | 66 * xalloc.h (xzalloc): New declaration. 67 * xmalloc.c (xzalloc): New function.
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| H A D | xalloc.h | 37 extern void *xzalloc (size_t size);
|
| H A D | xmalloc.c | 76 xzalloc (size_t size) in xzalloc() function
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | xalloc.h | 50 void *xzalloc (size_t s);
|
| H A D | xmalloc.c | 206 xzalloc (size_t s) in xzalloc() function
|
| /netbsd-src/external/gpl2/texinfo/dist/lib/ |
| H A D | xalloc.h | 52 void *xzalloc (size_t s);
|
| /netbsd-src/external/bsd/am-utils/dist/include/ |
| H A D | am_utils.h | 140 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty))) 339 extern voidp xzalloc(int);
|
| /netbsd-src/external/bsd/am-utils/dist/conf/mtab/ |
| H A D | mtab_mach3.c | 249 ptr = t = (char *) xzalloc(MAXPATHLEN * sizeof(char)); in convert()
|
| /netbsd-src/external/bsd/am-utils/dist/libamu/ |
| H A D | xutil.c | 213 xzalloc(int len) in xzalloc() function
|
| /netbsd-src/external/bsd/am-utils/dist/conf/transp/ |
| H A D | transp_tli.c | 652 *kncpp = (struct knetconfig *) xzalloc(sizeof(struct knetconfig)); in get_knetconfig()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2005 | 1946 Use XZALLOC and xzalloc instead of xmalloc where appropriate. 5741 * utils.c (xzalloc): New function. 5742 * defs.h (XZALLOC): Use xzalloc. 5743 (xzalloc): Declare. 5745 * mdebugread.c (xzalloc): Delete.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2005 | 1946 Use XZALLOC and xzalloc instead of xmalloc where appropriate. 5741 * utils.c (xzalloc): New function. 5742 * defs.h (XZALLOC): Use xzalloc. 5743 (xzalloc): Declare. 5745 * mdebugread.c (xzalloc): Delete.
|