Searched refs:bothdr (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/tradcpp/dist/
H A Dutils.c72 struct mallocheader *bothdr, *tophdr; local
77 bothdr = block;
78 bothdr->len = len;
79 bothdr->self = block;
80 ret = bothdr + 1;
83 tophdr->self = bothdr;
91 struct mallocheader *bothdr, *tophdr; local
100 bothdr = block;
101 bothdr--;
102 assert(bothdr
[all...]

Completed in 267 milliseconds