Searched defs:safe_realloc (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/efcode/engine/
H A Dinit.c65 safe_realloc(void *p, size_t n, char *f, int l) function
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_xdr.c35 #define safe_realloc(p,n) ((p)?(realloc(p,n)):(malloc(n))) macro

Completed in 20 milliseconds