OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SAFE_FREE2
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libresolv/
dst_internal.h
75
#ifndef
SAFE_FREE2
76
#define
SAFE_FREE2
(a, s) do { \
86
#define SAFE_FREE(a)
SAFE_FREE2
((a), sizeof(*(a)))
/src/external/bsd/libbind/dist/dst/
dst_internal.h
78
#define
SAFE_FREE2
(a,s) if (a != NULL && (long)s > 0){memset(a,0, s);free(a); a=NULL;}
Completed in 19 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026