Home | History | Annotate | Download | only in conftools

Lines Matching full:stale

4264 #define XFREE(stale) do { \
4265 if (stale) { free ((void *) stale); stale = 0; } \