Home
last modified time | relevance | path

Searched defs:s_free (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/drd/
H A Ddrd.h49 #define s_free(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info_impl.h72 #define s_free(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
/illumos-gate/usr/src/lib/libmail/common/
H A Ds_string.c54 s_free(string *sp) in s_free() function
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h195 #define s_free(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h50 size_t s_free; /* total amount of free space */ member