Home
last modified time | relevance | path

Searched defs:maybe_free (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfo.h73 #define maybe_free(x) do { if (x) free (x); } while (0) macro
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h1770 void maybe_free () in maybe_free() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h1842 void maybe_free () in maybe_free() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dxfrin.c1538 maybe_free(dns_xfrin_ctx_t *xfr) { in maybe_free() function