HomeSort by relevance Sort by last modified time
    Searched refs:xzalloc (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/fsverity-utils/
cmd_measure.c 33 d = xzalloc(sizeof(*d) + FS_VERITY_MAX_DIGEST_SIZE);
hash_algs.c 76 ctx = xzalloc(sizeof(*ctx));
150 struct crc32c_hash_ctx *ctx = xzalloc(sizeof(*ctx));
elide_patch.c 54 ext = xzalloc(sizeof(*ext));
97 ext = xzalloc(sizeof(*ext) + length);
145 exts = xzalloc(num_exts * sizeof(exts[0]));
sign.c 507 data_to_sign = xzalloc(data_size);
536 tmp = extbuf = xzalloc(FSVERITY_EXTLEN(sig_size));
  /external/toybox/toys/posix/
strings.c 50 string = xzalloc(wlen+1);
xargs.c 128 *(toys.optargs = xzalloc(2*sizeof(char *)))="echo";
173 out = xzalloc((entries+TT.entries+1)*sizeof(char *));
du.c 96 new = xzalloc(sizeof(*new));
od.c 268 TT.bufs[0] = xzalloc(TT.w);
269 TT.bufs[1] = xzalloc(TT.w);
  /external/toybox/toys/pending/
fsck.c 92 temp->next = xzalloc(sizeof(struct f_sys_info));
94 } else filesys_info = temp = xzalloc(sizeof(struct f_sys_info));
126 TT.arr_flag = xzalloc(n + 1);
127 TT.arr_type = xzalloc((n + 1) * sizeof(char *));
202 args = xzalloc((toys.optc + 2 + 1 + 1) * sizeof(char*)); //+1, for NULL, +1 if -C
234 child = xzalloc(sizeof(struct child_list)); //Parent, add to child list.
getfattr.c 76 value = xzalloc(value_len+1);
syslogd.c 165 file = xzalloc(sizeof(struct logfile));
177 file = xzalloc(sizeof(struct logfile));
209 file = xzalloc(sizeof(struct logfile));
226 file = xzalloc(sizeof(struct logfile));
419 tsd = xzalloc(sizeof(struct unsocks));
427 tsd = xzalloc(sizeof(struct unsocks));
tftpd.c 96 spkt = xzalloc(blksize + 4);
97 rpkt = xzalloc(blksize + 4);
vi.c 145 char *line = xzalloc(80);
148 xzalloc(sizeof(struct str_line)));
158 char *line = xzalloc(80);
169 xzalloc(sizeof(struct str_line)));
356 char *t = xzalloc(c_r->line->alloc_len);
386 l->str_data = xzalloc(l_a);
492 il = xzalloc(sizeof(struct str_line));
493 il->str_data = xzalloc(80);
diff.c 123 struct candidate *c = xzalloc(sizeof(struct candidate));
269 v[i] = xzalloc(size * sizeof(struct v_vector));
270 TT.offset[i] = xzalloc(size * sizeof(int));
311 p_vector = xzalloc((file[0].len + 2) * sizeof(int));
322 kcand = xzalloc(size * sizeof(struct candidate*));
340 J = xzalloc((file[0].len + 2) * sizeof(int));
544 d = xzalloc(size *sizeof(struct diff));
tar.c 116 new = xzalloc(sizeof(*new));
465 *list = xzalloc(sizeof(struct arg_list));
491 struct archive_handler *tar_hdl = xzalloc(sizeof(struct archive_handler));
534 char *value = NULL, *p, *buf = xzalloc(size+1);
645 file_hdr->name = xzalloc(256);// pathname supported size
679 longlink = xzalloc(file_hdr->size +1);
685 longname = xzalloc(file_hdr->size +1);
crond.c 89 smsg = xzalloc(++used);
265 j = xzalloc(sizeof(JOB));
289 v = xzalloc(sizeof(VAR));
389 cfile = xzalloc(sizeof(CRONFILE));
modprobe.c 119 *head = xzalloc(sizeof(struct arg_list));
157 modentry = xzalloc(sizeof(*modentry));
415 char *opt = xzalloc(1);
520 TT.dirs = xzalloc(sizeof(struct arg_list));
dhcpd.c 672 sltmp = xzalloc(sizeof(struct static_lease_s));
    [all...]
lsof.c 130 struct file_info *fi = xzalloc(sizeof(struct file_info));
291 struct file_info *fi = xzalloc(sizeof(struct file_info));
tftp.c 276 packet = (uint8_t*) xzalloc(TFTP_IOBUFSIZE);
391 packet = (uint8_t*)xzalloc(TFTP_IOBUFSIZE);
  /external/toybox/lib/
llist.c 123 old = xzalloc(sizeof(struct num_cache)+len);
portability.c 140 mt = xzalloc(sizeof(struct mtab_list) + strlen(me->mnt_fsname) +
args.c 205 *list = xzalloc(sizeof(struct arg_list));
266 new = xzalloc(sizeof(struct opts));
396 toys.optargs = xzalloc(sizeof(char *)*saveflags);
dirtree.c 46 dt = xzalloc((len = sizeof(struct dirtree)+len+1)+linklen);
  /external/mesa3d/src/broadcom/cle/
v3d_decoder.c 164 xzalloc(size_t s) function
206 group = xzalloc(sizeof(*group));
232 e = xzalloc(sizeof(*e));
340 field = xzalloc(sizeof(*field));
374 struct v3d_value *value = xzalloc(sizeof(*value));
511 field->inline_enum.values = xzalloc(size);
518 e->values = xzalloc(size);
612 ctx.spec = xzalloc(sizeof(*ctx.spec));

Completed in 2998 milliseconds

1 2 3