HomeSort by: relevance | last modified time | path
    Searched defs:XFREE (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl2/diffutils/dist/lib/
xalloc.h 70 # define XFREE(Var) \
  /src/external/gpl2/grep/dist/lib/
xalloc.h 75 # define XFREE(Var) \
  /src/external/gpl2/texinfo/dist/lib/
xalloc.h 84 # define XFREE(p) free (p)
  /src/external/bsd/libevent/dist/
win32select.c 57 #define XFREE(ptr) do { if (ptr) mm_free(ptr); } while (0)
213 XFREE(winop->readset_in);
214 XFREE(winop->writeset_in);
215 XFREE(winop->readset_out);
216 XFREE(winop->writeset_out);
217 XFREE(winop->exset_out);
218 XFREE(winop);
  /src/external/bsd/ntp/dist/sntp/libevent/
win32select.c 56 #define XFREE(ptr) do { if (ptr) mm_free(ptr); } while (0)
212 XFREE(winop->readset_in);
213 XFREE(winop->writeset_in);
214 XFREE(winop->readset_out);
215 XFREE(winop->writeset_out);
216 XFREE(winop->exset_out);
217 XFREE(winop);
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
tommath.h 114 #define XFREE free
122 extern void XFREE(void *p);
  /src/external/bsd/am-utils/dist/include/
am_utils.h 481 # define XFREE(x) dxfree(__FILE__,__LINE__,x)
489 # define XFREE(x) do { free((voidp)x); x = NULL;} while (0)
519 # define XFREE(x) do { free((voidp)x); x = NULL;} while (0)
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 80 #define XFREE os_free
405 XFREE(a->dp);

Completed in 41 milliseconds