Home
last modified time | relevance | path

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

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