Home
last modified time | relevance | path

Searched refs:my_freehostent (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h60 void my_freehostent(struct hostent *, char *, int);
91 #define freehostent(h) my_freehostent(h, __FILE__, __LINE__)
H A Ddebug_alloc.c301 my_freehostent(struct hostent *hent, char *file, int line) in my_freehostent() function