Searched refs:herrnop (Results 1 – 4 of 4) sorted by relevance
/nss/nss_files/ |
A D | files-hosts.c | 121 int *errnop, int *herrnop) in gethostbyname3_multi() argument 247 *herrnop = NETDB_INTERNAL; in gethostbyname3_multi() 256 *herrnop = NETDB_INTERNAL; in gethostbyname3_multi() 296 *herrnop = NETDB_INTERNAL; in gethostbyname3_multi() 340 herrnop, af)) in _nss_files_gethostbyname3_r() 364 int *herrnop) in libc_hidden_def() 374 int *herrnop) in libc_hidden_def() 405 herrnop, AF_UNSPEC); in libc_hidden_def() 448 *herrnop = NETDB_INTERNAL; in libc_hidden_def() 485 *herrnop = TRY_AGAIN; in libc_hidden_def() [all …]
|
A D | files-XXX.c | 46 # define H_ERRNO_PROTO , int *herrnop 47 # define H_ERRNO_ARG , herrnop 48 # define H_ERRNO_ARG_OR_NULL herrnop 49 # define H_ERRNO_SET(val) (*herrnop = (val))
|
/nss/ |
A D | nss_files_data.c | 52 enum nss_files_file file, int *errnop, int *herrnop) in __nss_files_data_get() argument 61 if (herrnop != NULL) in __nss_files_data_get() 64 *herrnop = NETDB_INTERNAL; in __nss_files_data_get() 96 int *errnop, int *herrnop) in __nss_files_data_open() argument 98 enum nss_status status = __nss_files_data_get (pdata, file, errnop, herrnop); in __nss_files_data_open()
|
/nss/nss_db/ |
A D | db-XXX.c | 45 # define H_ERRNO_PROTO , int *herrnop 46 # define H_ERRNO_ARG , herrnop 47 # define H_ERRNO_SET(val) (*herrnop = (val))
|
Completed in 9 milliseconds