Lines Matching refs:xmalloc
73 mfile = xmalloc (strlen (current_parsed_root->directory) in open_module()
148 buf = xmalloc (100
209 value = xmalloc (val.dsize + 1);
234 file = xmalloc (strlen (current_parsed_root->directory)
237 attic_file = xmalloc (strlen (current_parsed_root->directory)
253 modargv = xmalloc (sizeof (*modargv));
266 modargv = xmalloc (2 * sizeof (*modargv));
267 modargv[0] = xmalloc (strlen (mname) + 2);
283 modargv = xmalloc (2 * sizeof (*modargv));
291 modargv = xmalloc (2 * sizeof (*modargv));
353 value = xmalloc (val.dsize + 1);
425 line = xmalloc (strlen (value) + 5);
623 xmalloc ((server_dir_to_restore != NULL
736 real_prog = xmalloc (strlen (real_where) + strlen (prog)
873 s_rec->modname = cp = xmalloc (ks + 1);
877 s_rec->rest = cp2 = xmalloc (ds + 1);
912 s_rec->status = xmalloc (cp2 - status_start + 1);
982 line = xmalloc (strlen (s_h->modname) + 15);
988 line = xmalloc (strlen (s_h->status) + 15);
994 line = xmalloc (strlen (s_h->modname) + strlen (s_h->rest) + 15);