Home
last modified time | relevance | path

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

/buildroot/support/kconfig/
A Dutil.c26 file = xmalloc(sizeof(*file)); in file_lookup()
96 gs.s = xmalloc(sizeof(char) * 64); in str_new()
143 void *xmalloc(size_t size) in xmalloc() function
A Dzconf.l43 text = xmalloc(START_STRSIZE); in new_string()
65 text = xmalloc(size + 1); in alloc_string()
A Dlkc.h116 void *xmalloc(size_t size);
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()
A Dmenu.c51 menu = xmalloc(sizeof(*menu)); in menu_add_entry()
724 jump = xmalloc(sizeof(struct jump_key)); in get_prompt_str()
A Dzconf.lex.c_shipped818 text = xmalloc(START_STRSIZE);
840 text = xmalloc(size + 1);
2425 current_buf = xmalloc(sizeof(*current_buf));
2436 struct buffer *buf = xmalloc(sizeof(*buf));
A Dexpr.c72 e = xmalloc(sizeof(*org)); in expr_copy()
/buildroot/package/liboauth/
A D0001-Fixes-build-issue-with-OpenSSL-1.1.0.patch51 sig = (unsigned char*)xmalloc((len+1)*sizeof(char));
86 b64d= (unsigned char*) xmalloc(sizeof(char)*strlen(s));
/buildroot/package/makedevs/
A Dmakedevs.c198 void *xmalloc(size_t size) in xmalloc() function
625 full_name_inc = xmalloc(strlen(full_name) + sizeof(int)*3 + 2); in main()

Completed in 21 milliseconds