Home | History | Annotate | Download | only in libcap-ng-0.7

Lines Matching full:stale

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