Searched refs:__nss_files_check_addr (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/nsswitch/files/common/ |
H A D | gethostent6.c | 44 extern int __nss_files_check_addr(int, nss_XbyY_args_t *, const char *, int); 64 return (__nss_files_check_addr(AF_INET6, argp, line, linelen)); in check_addr()
|
H A D | gethostent.c | 168 __nss_files_check_addr(int af, nss_XbyY_args_t *argp, const char *line, in __nss_files_check_addr() function 208 return (__nss_files_check_addr(AF_INET, argp, line, linelen)); in check_addr()
|