/nss/nss_db/ |
A D | db-netgrp.c | 41 _nss_db_setnetgrent (const char *group, struct __netgrent *result) in _nss_db_setnetgrent() 96 _nss_db_endnetgrent (struct __netgrent *result) in _nss_db_endnetgrent() 112 _nss_db_getnetgrent_r (struct __netgrent *result, char *buffer, size_t buflen, in _nss_db_getnetgrent_r()
|
/nss/nss_compat/ |
A D | compat-grp.c | 129 enum nss_status result; in _nss_compat_setgrent() local 177 enum nss_status result; in _nss_compat_endgrent() local 193 getgrent_next_nss (struct group *result, ent_t *ent, char *buffer, in getgrent_next_nss() 218 getgrnam_plusgroup (const char *name, struct group *result, ent_t *ent, in getgrnam_plusgroup() 237 getgrent_next_file (struct group *result, ent_t *ent, in getgrent_next_file() 345 enum nss_status result = NSS_STATUS_SUCCESS; in _nss_compat_getgrent_r() local 370 internal_getgrnam_r (const char *name, struct group *result, ent_t *ent, in internal_getgrnam_r() 477 enum nss_status result; in _nss_compat_getgrnam_r() local 501 internal_getgrgid_r (gid_t gid, struct group *result, ent_t *ent, in internal_getgrgid_r() 609 enum nss_status result; in _nss_compat_getgrgid_r() local
|
A D | nisdomain.c | 34 int result = 0; in __libc_lock_define_initialized() local
|
A D | compat-pwd.c | 246 enum nss_status result; in _nss_compat_setpwent() local 301 enum nss_status result; in _nss_compat_endpwent() local 400 getpwent_next_nss (struct passwd *result, ent_t *ent, char *buffer, in getpwent_next_nss() 442 getpwnam_plususer (const char *name, struct passwd *result, ent_t *ent, in getpwnam_plususer() 477 getpwent_next_file (struct passwd *result, ent_t *ent, in getpwent_next_file() 654 enum nss_status result = NSS_STATUS_SUCCESS; in _nss_compat_getpwent_r() local 675 internal_getpwnam_r (const char *name, struct passwd *result, ent_t *ent, in internal_getpwnam_r() 814 enum nss_status result; in _nss_compat_getpwnam_r() local 840 getpwuid_plususer (uid_t uid, struct passwd *result, char *buffer, in getpwuid_plususer() 882 internal_getpwuid_r (uid_t uid, struct passwd *result, ent_t *ent, in internal_getpwuid_r() [all …]
|
A D | compat-spwd.c | 201 enum nss_status result; in _nss_compat_setspent() local 257 enum nss_status result; in _nss_compat_endspent() local 272 getspent_next_nss_netgr (const char *name, struct spwd *result, ent_t *ent, in getspent_next_nss_netgr() 358 getspent_next_nss (struct spwd *result, ent_t *ent, in getspent_next_nss() 392 getspnam_plususer (const char *name, struct spwd *result, ent_t *ent, in getspnam_plususer() 432 getspent_next_file (struct spwd *result, ent_t *ent, in getspent_next_file() 609 enum nss_status result = NSS_STATUS_SUCCESS; in _nss_compat_getspent_r() local 631 internal_getspnam_r (const char *name, struct spwd *result, ent_t *ent, in internal_getspnam_r() 776 enum nss_status result; in _nss_compat_getspnam_r() local
|
/nss/ |
A D | nss_database.c | 54 struct nss_database_state *result = malloc (sizeof (*result)); in global_state_allocate() local 115 enum nss_database db, nss_action_list *result) in nss_database_select_default() 232 nss_action_list result = __nss_action_parse (line); in process_line() local 243 nss_action_list result; in __nss_configure_lookup() local 279 bool result = false; in nss_database_reload_1() local 394 nss_action_list *result, in nss_database_check_reload_and_get() 484 nss_action_list result = local->data.services[db]; in libc_hidden_def() local
|
A D | getent.c | 114 int result = 0; in aliases_keys() local 144 int result = 0; in ethers_keys() local 195 int result = 0; in group_keys() local 240 int result = 0; in gshadow_keys() local 296 int result = 0; in hosts_keys() local 334 int result = 0; in ahosts_keys_int() local 457 int result = 0; in netgroup_keys() local 576 int result = 0; in networks_keys() local 616 int result = 0; in passwd_keys() local 671 int result = 0; in protocols_keys() local [all …]
|
A D | test-digits-dots.c | 30 struct hostent *result = NULL; in do_test() local
|
A D | nss_fgetent_r.c | 24 __nss_fgetent_r (FILE *fp, void *result, char *buffer, size_t buffer_length, in __nss_fgetent_r()
|
A D | getnssent.c | 27 void *result; in __nss_getent() local
|
A D | tst-field.c | 48 const char *result = __nss_rewrite_field (input, &to_free); in check_rewrite() local
|
A D | digits_dots.c | 37 size_t buflen, struct hostent **result, in __nss_hostname_digits_dots() 64 size_t buflen, struct hostent **result, in __nss_hostname_digits_dots_context()
|
A D | nss_action_parse.c | 40 nss_action_parse (const char *line, struct action_list *result) in nss_action_parse()
|
A D | getXXent.c | 77 LOOKUP_TYPE *result; in GETFUNC_NAME() local
|
A D | nss_module.c | 74 struct nss_module *result = NULL; in __nss_module_allocate() local 207 bool result = result; in module_load() local
|
A D | nss_test1.c | 151 copy_passwd (struct passwd *result, struct passwd *local, in copy_passwd() 246 copy_group (struct group *result, struct group *local, in copy_group() 361 copy_shadow (struct spwd *result, struct spwd *local, in copy_shadow() 444 copy_host (struct hostent *result, struct hostent *local, in copy_host()
|
A D | getXXbyYY.c | 97 LOOKUP_TYPE *result; in FUNCTION_NAME() local
|
A D | nss_action.c | 83 nss_action_list result = NULL; in __nss_action_allocate() local
|
A D | tst-nss-files-alias-leak.c | 173 struct aliasent result; in do_test() local
|
A D | nss_files_data.c | 38 struct nss_files_data *result = malloc (sizeof (*result)); in nss_files_global_allocate() local
|
A D | bug17079.c | 117 struct passwd *result; in test_one() local
|
A D | getnssent_r.c | 160 void **result, int *h_errnop) in __nss_getent_r()
|
/nss/nss_files/ |
A D | files-hosts.c | 120 struct hostent *result, char *buffer, size_t buflen, in gethostbyname3_multi() 325 _nss_files_gethostbyname3_r (const char *name, int af, struct hostent *result, in _nss_files_gethostbyname3_r() 403 struct hostent result; in libc_hidden_def() local
|
A D | files-alias.c | 334 _nss_files_getaliasent_r (struct aliasent *result, char *buffer, size_t buflen, in _nss_files_getaliasent_r()
|
A D | files-netgrp.c | 186 _nss_netgroup_parseline (char **cursor, struct __netgrent *result, in _nss_netgroup_parseline()
|