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

/osnet-11/usr/src/lib/libnsl/dial/
H A Dcallers.c459 #define TFREE(p, type) if ((p)) (void) t_free((char *)(p), (type)) macro
516 TFREE(bind_ret, T_BIND);
517 TFREE(sndcall, T_CALL);
518 TFREE(rcvcall, T_CALL);
527 TFREE(bind_ret, T_BIND);
528 TFREE(sndcall, T_CALL);
529 TFREE(rcvcall, T_CALL);
566 TFREE(bind_ret, T_BIND);
567 TFREE(sndcall, T_CALL);
568 TFREE(rcvcal
[all...]

Completed in 26 milliseconds