Searched refs:xmalloc (Results 201 - 225 of 525) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/xz/src/xz/
H A Dutil.c52 char *dest = xmalloc(size);
H A Dmain.c70 // use xmalloc() and xrealloc() in this function, because while
74 name = xmalloc(size);
H A Dargs.c79 opt_block_list = xmalloc((count + 1) * sizeof(uint64_t));
549 char **argv = xmalloc(((size_t)(argc) + 1) * sizeof(char *));
/freebsd-11-stable/contrib/ldns/drill/
H A Ddrill.c361 tsig_algorithm = xmalloc(strlen(optarg) - tsig_separator2);
366 tsig_algorithm = xmalloc(26);
370 tsig_name = xmalloc(tsig_separator + 1);
371 tsig_data = xmalloc(tsig_separator2 - tsig_separator);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dbucomm.c420 tmpname = xmalloc (len + sizeof (template) + 2);
434 tmpname = xmalloc (sizeof (template));
H A Dstrings.c374 mem = xmalloc (sectsize);
566 char *buf = (char *) xmalloc (sizeof (char) * (string_min + 1));
H A Dobjdump.c428 sy = xmalloc (storage);
457 sy = xmalloc (storage);
1056 p = xmalloc (sizeof (struct print_file_list));
1229 prev_functionname = xmalloc (strlen (functionname) + 1);
1333 sfile.buffer = xmalloc (sfile.alloc);
1735 rel_ppstart = rel_pp = xmalloc (relsize);
1748 data = xmalloc (datasize);
1912 sorted_syms = xmalloc ((sorted_symcount + synthcount) * sizeof (asymbol *));
1953 xvec = xmalloc (sizeof (struct bfd_target));
2001 aux.dynrelbuf = xmalloc (relsiz
[all...]
H A Dstabs.c217 ret = (char *) xmalloc (len + 1);
357 ret = (struct stab_handle *) xmalloc (sizeof *ret);
364 ret->file_types = (struct stab_types **) xmalloc (sizeof *ret->file_types);
435 xmalloc (sizeof *info->file_types));
1475 args = (debug_type *) xmalloc (alloc * sizeof *args);
1950 names = (const char **) xmalloc (alloc * sizeof *names);
1951 values = (bfd_signed_vma *) xmalloc (alloc * sizeof *values);
2094 classes = (debug_baseclass *) xmalloc ((c + 1) * sizeof (**retp));
2207 fields = (debug_field *) xmalloc (alloc * sizeof *fields);
2554 xmalloc (allocvar
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dterminal.c68 #include "xmalloc.h"
446 term_string_buffer = (char *)xmalloc(2032);
449 term_buffer = (char *)xmalloc(4080);
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddcache.c497 dcache = (DCACHE *) xmalloc (sizeof (*dcache));
499 dcache->the_cache = (struct dcache_block *) xmalloc (csize);
H A Dosabi.c148 = (struct gdb_osabi_handler *) xmalloc (sizeof (struct gdb_osabi_handler));
190 (struct gdb_osabi_sniffer *) xmalloc (sizeof (struct gdb_osabi_sniffer));
H A Dparse.c131 new = (struct funcall *) xmalloc (sizeof (struct funcall));
688 *token = (char *) xmalloc (prefix_len + 1);
1062 xmalloc (sizeof (struct expression) + EXP_ELEM_TO_BYTES (expout_size));
1305 xmalloc (type_stack_size * sizeof (*type_stack));
H A Dsolib-osf.c412 so->lm_info = xmalloc ((unsigned) &(((struct lm_info *)0)->secs) +
546 newtail = xmalloc (sizeof *newtail);
H A Dremote-fileio.c58 remote_fio_data.fd_map = (int *) xmalloc (10 * sizeof (int));
704 buffer = (char *) xmalloc (32768);
730 remaining_buf = (char *) xmalloc (ret - length);
739 buffer = (char *) xmalloc (length);
811 buffer = (char *) xmalloc (length);
/freebsd-11-stable/contrib/diff/src/
H A Ddiff3.c845 struct diff3_block *result = xmalloc (sizeof *result);
945 bptr = xmalloc (sizeof *bptr);
985 bptr->lines[0] = xmalloc (numlines * sizeof *bptr->lines[0]);
986 bptr->lengths[0] = xmalloc (numlines * sizeof *bptr->lengths[0]);
1010 bptr->lines[1] = xmalloc (numlines * sizeof *bptr->lines[1]);
1011 bptr->lengths[1] = xmalloc (numlines * sizeof *bptr->lengths[1]);
1199 char *command = xmalloc (quote_system_arg (0, diff_program)
1235 diff_result = xmalloc (current_chunk_size);
H A Dsdiff.c342 char *r = xmalloc (namelen + insert_slash + baselen + 1);
362 lf->bufpos = lf->buffer = lf->buflim = xmalloc (SDIFF_BUFSIZE + 1);
620 command = p = xmalloc (cmdsize);
1064 xmalloc (quote_system_arg (0, editor_program)
1215 char *buf = xmalloc (strlen (dir) + 1 + 5 + 6 + 1);
/freebsd-11-stable/contrib/binutils/ld/
H A Dlexsup.c577 shortopts = xmalloc (OPTION_COUNT * 3 + 2);
578 longopts = xmalloc (sizeof (*longopts) * (OPTION_COUNT + 1));
579 really_longopts = xmalloc (sizeof (*really_longopts) * (OPTION_COUNT + 1));
664 n = xmalloc (strlen (argv[i]) + 20);
816 command_line.auxiliary_filters = xmalloc (2 * sizeof (char *));
1075 buf = xmalloc (rpath_len + optarg_len + 2);
1090 buf = xmalloc (strlen (command_line.rpath_link)
1198 sec_name = xmalloc (len);
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dkld.c363 new = xmalloc(sizeof(*new));
366 new->lm_info = xmalloc(sizeof(*new->lm_info));
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dquotearg.c146 = (struct quoting_options *) xmalloc (sizeof (struct quoting_options));
549 slotvec = (struct slotvec *) xmalloc (sizeof (struct slotvec));
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_util.c429 name = xmalloc(strlen(pname) + strlen(vname) + strlen(ARGEXT) + 3);
478 xmalloc(size_t size) function
/freebsd-11-stable/usr.bin/logins/
H A Dlogins.c94 xmalloc(size_t size) function
148 grps[ngrps].gr_mem = xmalloc(len);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.dir.c65 buf = xmalloc(len);
379 cwd = xmalloc((Strlen(dcwd->di_name) + 3) * sizeof(Char));
553 dp = xmalloc((cwdlen + Strlen(cp) + 2) * sizeof(Char));
916 tmpdir = xmalloc((len + clen + 2) * sizeof (*tmpdir));
998 p1 = newcp = xmalloc(((sp - cp) + Strlen(mlink) +
1075 p1 = newcp = xmalloc(((sp - cp) + Strlen(mlink) +
1170 p = xmalloc((Strlen(cp) + 2) * sizeof(Char));
1267 dbp = dblk = xmalloc((i + 1) * sizeof(Char *));
H A Dsh.func.c770 histent = xmalloc(sizeof(*histent));
771 ohistent = xmalloc(sizeof(*histent));
785 histent->next = xmalloc(sizeof(*histent));
801 histent->next = xmalloc(sizeof(*histent));
904 tmp = xmalloc(sizeof(*tmp));
957 histent->next = xmalloc(sizeof (*histent));
1611 name = xmalloc((maxi + 1) * sizeof(Char));
2639 if (buf == NULL && (buf = xmalloc(buf_size = src_size + 32)) == NULL)
/freebsd-11-stable/usr.bin/diff/
H A Ddiff.c38 #include "xmalloc.h"
340 diffargs = xmalloc(argsize);
383 entry = xmalloc(sizeof(*entry));
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c729 new->t_intr = xmalloc(sizeof (intr_t));
749 fndef_t *nfn = xmalloc(sizeof (fndef_t));
775 ardef_t *nar = xmalloc(sizeof (ardef_t));
798 *nmemp = xmalloc(sizeof (mlist_t));
819 *nelp = xmalloc(sizeof (elist_t));

Completed in 677 milliseconds

1234567891011>>