Home
last modified time | relevance | path

Searched refs:xzalloc (Results 1 – 25 of 723) sorted by relevance

12345678910>>...29

/dports/sysutils/busybox/busybox-1.26.2/networking/libiproute/
H A Drt_names.c98 rtnl_rtprot_tab = xzalloc(sizeof(*rtnl_rtprot_tab)); in rtnl_rtprot_initialize()
131 rtnl_rtscope_tab = xzalloc(sizeof(*rtnl_rtscope_tab)); in rtnl_rtscope_initialize()
165 rtnl_rtrealm_tab = xzalloc(sizeof(*rtnl_rtrealm_tab)); in rtnl_rtrealm_initialize()
197 rtnl_rtdsfield_tab = xzalloc(sizeof(*rtnl_rtdsfield_tab)); in rtnl_rtdsfield_initialize()
230 rtnl_rttable_tab = xzalloc(sizeof(*rtnl_rttable_tab)); in rtnl_rttable_initialize()
/dports/sysutils/busybox/busybox-1.26.2/procps/
H A Dnmeter.c338 s_stat *s = xzalloc(sizeof(*s)); in init_literal()
427 s = xzalloc(sizeof(*s) + sz); in init_cpu()
457 int_stat *s = xzalloc(sizeof(*s)); in init_int()
490 ctx_stat *s = xzalloc(sizeof(*s)); in init_ctx()
534 blk_stat *s = xzalloc(sizeof(*s)); in init_blk()
573 fork_stat *s = xzalloc(sizeof(*s)); in init_fork()
617 if_stat *s = xzalloc(sizeof(*s)); in init_if()
704 mem_stat *s = xzalloc(sizeof(*s)); in init_mem()
728 swp_stat *s = xzalloc(sizeof(*s)); in init_swp()
753 fd_stat *s = xzalloc(sizeof(*s)); in init_fd()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/archival/libarchive/
H A Ddecompress_uncompress.c108 inbuf = xzalloc(IBUFSIZ + 64); in IF_DESKTOP()
109 outbuf = xzalloc(OBUFSIZ + 2048); in IF_DESKTOP()
110 htab = xzalloc(HSIZE); /* wasn't zeroed out before, maybe can xmalloc? */ in IF_DESKTOP()
111 codetab = xzalloc(HSIZE * sizeof(codetab[0])); in IF_DESKTOP()
H A Dinit_handle.c14 archive_handle = xzalloc(sizeof(archive_handle_t)); in init_handle()
15 archive_handle->file_header = xzalloc(sizeof(file_header_t)); in init_handle()
/dports/graphics/wayland-utils/wayland-utils-1664a20eb1dfd830113a38d02ad0937de73e4f90/wayland-info/
H A Dwayland-info.c1121 info->buttons = xzalloc(buttons->size); in handle_tablet_v2_tablet_pad_group_buttons()
1162 struct tablet_pad_group_info *group = xzalloc(sizeof *group); in handle_tablet_v2_tablet_pad_group()
1244 struct tablet_pad_info *pad_info = xzalloc(sizeof *pad_info); in add_tablet_v2_tablet_pad_info()
1349 struct tablet_v2_info *tablet = xzalloc(sizeof *tablet); in add_tablet_v2_info()
1512 struct seat_info *seat = xzalloc(sizeof *seat); in add_seat_info()
1540 struct shm_format *shm_format = xzalloc(sizeof *shm_format); in shm_handle_format()
1567 struct shm_info *shm = xzalloc(sizeof *shm); in add_shm_info()
1621 struct linux_dmabuf_info *dmabuf = xzalloc(sizeof *dmabuf); in add_linux_dmabuf_info()
1720 struct output_info *output = xzalloc(sizeof *output); in add_output_info()
1804 struct presentation_info *prinfo = xzalloc(sizeof *prinfo); in add_presentation_info()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Dweston-info.c1081 info->buttons = xzalloc(buttons->size); in handle_tablet_v2_tablet_pad_group_buttons()
1122 struct tablet_pad_group_info *group = xzalloc(sizeof *group); in handle_tablet_v2_tablet_pad_group()
1204 struct tablet_pad_info *pad_info = xzalloc(sizeof *pad_info); in add_tablet_v2_tablet_pad_info()
1309 struct tablet_v2_info *tablet = xzalloc(sizeof *tablet); in add_tablet_v2_info()
1472 struct seat_info *seat = xzalloc(sizeof *seat); in add_seat_info()
1500 struct shm_format *shm_format = xzalloc(sizeof *shm_format); in shm_handle_format()
1527 struct shm_info *shm = xzalloc(sizeof *shm); in add_shm_info()
1581 struct linux_dmabuf_info *dmabuf = xzalloc(sizeof *dmabuf); in add_linux_dmabuf_info()
1680 struct output_info *output = xzalloc(sizeof *output); in add_output_info()
1758 struct presentation_info *prinfo = xzalloc(sizeof *prinfo); in add_presentation_info()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Dweston-info.c1081 info->buttons = xzalloc(buttons->size); in handle_tablet_v2_tablet_pad_group_buttons()
1122 struct tablet_pad_group_info *group = xzalloc(sizeof *group); in handle_tablet_v2_tablet_pad_group()
1204 struct tablet_pad_info *pad_info = xzalloc(sizeof *pad_info); in add_tablet_v2_tablet_pad_info()
1309 struct tablet_v2_info *tablet = xzalloc(sizeof *tablet); in add_tablet_v2_info()
1472 struct seat_info *seat = xzalloc(sizeof *seat); in add_seat_info()
1500 struct shm_format *shm_format = xzalloc(sizeof *shm_format); in shm_handle_format()
1527 struct shm_info *shm = xzalloc(sizeof *shm); in add_shm_info()
1581 struct linux_dmabuf_info *dmabuf = xzalloc(sizeof *dmabuf); in add_linux_dmabuf_info()
1680 struct output_info *output = xzalloc(sizeof *output); in add_output_info()
1758 struct presentation_info *prinfo = xzalloc(sizeof *prinfo); in add_presentation_info()
[all …]
/dports/print/texinfo/texinfo-6.8/gnulib/lib/
H A Dxalloc.h55 void *xzalloc (size_t s)
84 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
90 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/security/libgsasl/gsasl-1.10.0/gl/
H A Dxalloc.h55 void *xzalloc (size_t s)
84 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
90 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/archivers/gtar/tar-1.34/gnu/
H A Dxalloc.h55 void *xzalloc (size_t s)
84 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
90 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/math/pspp/pspp-1.4.1/gl/
H A Dxalloc.h48 void *xzalloc (size_t s)
77 #define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
83 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/sysutils/cmogstored/cmogstored-1.8.1/lib/
H A Dxalloc.h48 void *xzalloc (size_t s)
77 #define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
83 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/security/gsasl/gsasl-1.10.0/gl/
H A Dxalloc.h55 void *xzalloc (size_t s)
84 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
90 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/math/numdiff/numdiff-5.9.0/
H A Dxalloc.h49 void *xzalloc (size_t s);
89 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
95 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/math/octave/octave-6.4.0/libgnu/
H A Dxalloc.h48 void *xzalloc (size_t s)
77 #define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
83 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/devel/rcs/rcs-5.10.0/lib/
H A Dxalloc.h55 void *xzalloc (size_t s)
84 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
90 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/www/wget2/wget2-2.0.0/lib/
H A Dxalloc.h55 void *xzalloc (size_t s)
84 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
90 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/misc/findutils/findutils-4.8.0/gl/lib/
H A Dxalloc.h55 void *xzalloc (size_t s)
84 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
90 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/editors/poke/poke-1.0/gl/
H A Dxalloc.h55 void *xzalloc (size_t s)
84 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
90 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/editors/poke/poke-1.0/gl-libpoke/
H A Dxalloc.h55 void *xzalloc (size_t s)
84 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
90 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/ftp/lftp/lftp-4.9.2/lib/
H A Dxalloc.h48 void *xzalloc (size_t s)
77 #define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
83 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/editors/poke/poke-1.0/jitter/gnulib-local/
H A Dxalloc.h55 void *xzalloc (size_t s)
84 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
90 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/sysutils/tmpwatch/tmpwatch-2.11/lib/
H A Dxalloc.h49 void *xzalloc (size_t s);
89 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
95 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/devel/blame/blame-1.3.1/lib/
H A Dxalloc.h49 void *xzalloc (size_t s);
89 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
95 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
/dports/devel/bison/bison-3.7.6/lib/
H A Dxalloc.h55 void *xzalloc (size_t s)
84 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
90 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))

12345678910>>...29