Home
last modified time | relevance | path

Searched refs:xmalloc (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A Dxmalloc.patch4 Subject: [PATCH] mdadm/raid6check: add xmalloc.h to raid6check.c
7 raid6check.c:324:26: error: implicit declaration of function xmalloc
9 Add xmalloc.h to raid6check.c file to fix this.
29 +#include "xmalloc.h"
H A D0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch74 #include "xmalloc.h"
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch39 + archivefname = xmalloc(strlen(envarchive) + 1);
40 + fname = xmalloc(strlen(envarchive) + sizeof (".XXXXXX"));
45 + archivefname = xmalloc(prefix_len + sizeof (ARCHIVE_NAME));
46 + fname = xmalloc(prefix_len + sizeof (ARCHIVE_NAME) + sizeof (".XXXXXX") - 1);
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch668 + struct hardlink_dir *dp = xmalloc(add3(sizeof(*dp), namelen, 1));
714 + hp = xmalloc(sizeof(*hp));
837 + fp2 = xmalloc(add3(sizeof(*fp2), namelen, 1));
1032 +void *xmalloc(const size_t size)
1120 + name = xmalloc(sizeof(char) * sz);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.49-cmd_arg.patch13 void *xmalloc(size_t);
24 PA_SEARCH_LIBS_AND_ADD(xmalloc, iberty)
80 line = xmalloc(len + elen + 1);
99 + remote_pth = xmalloc(dirlen+1);
148 + margv = xmalloc(sizeof_margv * sizeof(char *));
/openbmc/u-boot/tools/easylogo/
H A Deasylogo.c56 void *xmalloc (size_t size) in xmalloc() function
189 image->data = xmalloc (image->size); in image_load_tga()
210 unsigned char *temp = xmalloc (image->size); in image_load_tga()
257 xmalloc (yuyv_image->size)); in image_rgb_to_yuyv()
293 xmalloc(rgb565_image->size)); in image_rgb888_to_rgb565()
346 char *compfilename = xmalloc(filename_len + 20); in image_save_header()
347 char *compcmd = xmalloc(filename_len + 50); in image_save_header()
388 compressed = xmalloc(st.st_size); in image_save_header()
/openbmc/u-boot/scripts/dtc/
H A Dsrcpos.c43 char *dir = xmalloc(len + 1); in get_dirname()
150 srcfile = xmalloc(sizeof(*srcfile)); in srcfile_push()
188 node = xmalloc(sizeof(*node)); in srcfile_add_search_path()
238 pos_new = xmalloc(sizeof(struct srcpos)); in srcpos_copy()
H A Dlivetree.c38 new = xmalloc(sizeof(*new)); in add_label()
55 struct property *new = xmalloc(sizeof(*new)); in build_property()
67 struct property *new = xmalloc(sizeof(*new)); in build_property_delete()
102 struct node *new = xmalloc(sizeof(*new)); in build_node()
119 struct node *new = xmalloc(sizeof(*new)); in build_node_delete()
341 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry()
384 dti = xmalloc(sizeof(*dti)); in build_dt_info()
660 tbl = xmalloc(n * sizeof(*tbl)); in sort_reserve_entries()
698 tbl = xmalloc(n * sizeof(*tbl)); in sort_properties()
734 tbl = xmalloc(n * sizeof(*tbl)); in sort_subnodes()
[all …]
H A Dutil.c42 char *d = xmalloc(len); in xstrdup()
93 str = xmalloc(len); in join_path()
245 buf = xmalloc(bufsize); in utilfdt_read_err_len()
H A Dutil.h52 static inline void *xmalloc(size_t len) in xmalloc() function
H A Ddata.c244 m = xmalloc(sizeof(*m)); in data_add_marker()
/openbmc/u-boot/scripts/kconfig/
H A Dutil.c26 file = xmalloc(sizeof(*file)); in file_lookup()
84 gs.s = xmalloc(sizeof(char) * 64); in str_new()
131 void *xmalloc(size_t size) in xmalloc() function
H A Dzconf.l43 text = xmalloc(START_STRSIZE); in new_string()
65 text = xmalloc(size + 1); in alloc_string()
H A Dsymbol.c710 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
714 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
870 symbol = xmalloc(sizeof(*symbol)); in sym_lookup()
925 res = xmalloc(reslen); in sym_expand_string_value()
983 res = xmalloc(reslen); in sym_escape_string_value()
1351 prop = xmalloc(sizeof(*prop)); in prop_alloc()
H A Dlkc.h116 void *xmalloc(size_t size);
H A Dmenu.c51 menu = xmalloc(sizeof(*menu)); in menu_add_entry()
724 jump = xmalloc(sizeof(struct jump_key)); in get_prompt_str()
/openbmc/openbmc/poky/meta/recipes-core/glibc/
H A Dldconfig-native_2.12.1.bb30 …$CC ldconfig.c -std=gnu99 chroot_canon.c xmalloc.c xstrdup.c cache.c readlib.c -I. dl-cache.c -o …
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dx86_vfscanf.patch34 + line = xmalloc(sizeof(line) * line_size);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/
H A D0001-Support-OpenSSL-1.1.0.patch49 sig = (unsigned char*)xmalloc((len+1)*sizeof(char));
84 b64d= (unsigned char*) xmalloc(sizeof(char)*strlen(s));
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bearssl/bearssl/
H A D0002-test-test_x509.c-fix-potential-overflow-issue.patch34 name = xmalloc(u + 1);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jemalloc/
H A Djemalloc_5.3.0.bb32 EXTRA_OECONF:append = " --with-version=${PV_LONG} --enable-xmalloc"
/openbmc/u-boot/common/
H A Dcli_hush.c389 static void *xmalloc(size_t size);
963 PS1=xmalloc(strlen(cwd)+4); in setup_prompt_string()
1179 struct close_me *new = xmalloc(sizeof(struct close_me));
1364 thejob = job_list = xmalloc(sizeof(*thejob));
1367 thejob->next = xmalloc(sizeof(*thejob));
1376 thejob->text = xmalloc(BUFSIZ); /* cmdedit buffer size */
2308 redir = xmalloc(sizeof(struct redir_struct));
2345 pi = xmalloc(sizeof(struct pipe));
2409 struct p_context *new = xmalloc(sizeof(struct p_context));
3270 p = xmalloc(strlen(s) + 2);
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/
H A Denscript-autoconf.patch86 void *xmalloc ___P ((size_t size));
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/
H A Dmdadm_4.4.bb19 file://xmalloc.patch \
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c938 static void *xmalloc(size_t size) in xmalloc() function
955 void *vector = xmalloc(vector_len); in do_test()

12