Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h64 struct netconfig *my_getnetconfigent(char *, char *, int);
95 #define getnetconfigent(n) my_getnetconfigent(n, __FILE__, __LINE__)
H A Ddebug_alloc.c312 my_getnetconfigent(char *netid, char *file, int line) in my_getnetconfigent() function