realloc_p          99 lib/util/util_file.c 	  t = realloc_p(s, char, maxlen);
realloc_p         154 nsswitch/nsstest.c 		buf = realloc_p(buf, char, buflen);
realloc_p         181 nsswitch/nsstest.c 		buf = realloc_p(buf, char, buflen);
realloc_p         208 nsswitch/nsstest.c 		buf = realloc_p(buf, char, buflen);
realloc_p         465 source4/client/client.c 		dlq = realloc_p(do_list_queue, char, do_list_queue_size);
realloc_p         998 source4/lib/messaging/messaging.c 	rec.dptr = (unsigned char *)realloc_p(rec.dptr, struct server_id, count+1);
realloc_p          53 source4/ntptr/ntptr_base.c 	backends = realloc_p(backends, struct ntptr_backend, num_backends+1);
realloc_p         350 source4/ntvfs/common/brlock_tdb.c 	locks = realloc_p(locks, struct lock_struct, count+1);
realloc_p          65 source4/ntvfs/ntvfs_base.c 	backends = realloc_p(backends, struct ntvfs_backend, num_backends+1);
realloc_p         113 source4/param/share.c 	backends = realloc_p(backends, struct share_ops *, i + 2);
realloc_p        1407 source4/rpc_server/dcerpc_server.c 	ep_servers = realloc_p(ep_servers, struct ep_server, num_ep_servers+1);
realloc_p          69 source4/smbd/process_model.c 	models = realloc_p(models, struct process_model, num_models+1);