malloc_p           35 lib/util/util_getent.c 	gent = malloc_p(struct sys_grent);
malloc_p           82 lib/util/util_getent.c 			gent->next = malloc_p(struct sys_grent);
malloc_p          136 lib/util/util_getent.c 	pent = malloc_p(struct sys_pwent);
malloc_p          172 lib/util/util_getent.c 			pent->next = malloc_p(struct sys_pwent);
malloc_p          225 lib/util/util_getent.c 		struct sys_userlist *entry = malloc_p(struct sys_userlist);
malloc_p          107 lib/util/xfile.c 	ret = (XFILE *)malloc_p(XFILE);
malloc_p          421 lib/util/xfile.c 	ret = (XFILE *)malloc_p(XFILE);
malloc_p         1379 source4/client/client.c 			entry = malloc_p(struct file_list);
malloc_p          131 source4/client/tree.c   struct tree_data *p = malloc_p(struct tree_data);