Searched refs:xmalloc (Results 1 – 9 of 9) sorted by relevance
26 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
43 text = xmalloc(START_STRSIZE); in new_string()65 text = xmalloc(size + 1); in alloc_string()
116 void *xmalloc(size_t size);
710 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()
51 menu = xmalloc(sizeof(*menu)); in menu_add_entry()724 jump = xmalloc(sizeof(struct jump_key)); in get_prompt_str()
818 text = xmalloc(START_STRSIZE);840 text = xmalloc(size + 1);2425 current_buf = xmalloc(sizeof(*current_buf));2436 struct buffer *buf = xmalloc(sizeof(*buf));
72 e = xmalloc(sizeof(*org)); in expr_copy()
51 sig = (unsigned char*)xmalloc((len+1)*sizeof(char));86 b64d= (unsigned char*) xmalloc(sizeof(char)*strlen(s));
198 void *xmalloc(size_t size) in xmalloc() function625 full_name_inc = xmalloc(strlen(full_name) + sizeof(int)*3 + 2); in main()
Completed in 21 milliseconds