/nss/ |
A D | getXXbyYY_r.c | 70 #define APPEND_R(name) APPEND_R1 (name) argument 71 #define APPEND_R1(name) name##_r argument 72 #define INTERNAL(name) INTERNAL1 (name) argument 73 #define INTERNAL1(name) __##name argument 74 #define NEW(name) NEW1 (name) argument 75 #define NEW1(name) __new_##name argument 79 # define ADD_NSCD(name) ADD_NSCD1 (name) argument 80 # define ADD_NSCD1(name) __nscd_##name argument 97 #define STRINGIZE1(name) #name argument 397 # define OLD(name) OLD1 (name) argument [all …]
|
A D | getXXent.c | 42 #define APPEND_R(name) APPEND_R1 (name) argument 43 #define APPEND_R1(name) name##_r argument 44 #define INTERNAL(name) INTERNAL1 (name) argument 45 #define INTERNAL1(name) __##name argument
|
A D | getXXbyYY.c | 57 #define APPEND_R(name) APPEND_R1 (name) argument 58 #define APPEND_R1(name) name##_r argument 59 #define INTERNAL(name) INTERNAL1 (name) argument 60 #define INTERNAL1(name) __##name argument
|
A D | nss_database.h | 43 #define NSS_DATABASE_LITERAL(name) nss_database_##name argument 47 #define DEFINE_DATABASE(name) NSS_DATABASE_LITERAL (name), argument
|
A D | getXXent_r.c | 54 #define NEW(name) NEW1 (name) argument 55 #define NEW1(name) __new_##name argument 175 # define OLD(name) OLD1 (name) argument 176 # define OLD1(name) __old_##name argument 192 # define do_symbol_version(real, name, version) \ argument 202 # define do_default_symbol_version(real, name, version) \ argument
|
A D | nsswitch.h | 44 const char *name; member 83 # define nss_interface_function(name) argument 85 # define nss_interface_function(name) static_link_warning (name) argument
|
A D | nsswitch.c | 46 #define DEFINE_DATABASE(name) \ argument
|
A D | digits_dots.c | 35 __nss_hostname_digits_dots (const char *name, struct hostent *resbuf, in __nss_hostname_digits_dots() 62 const char *name, struct hostent *resbuf, in __nss_hostname_digits_dots_context()
|
A D | nss_database.c | 178 #define DEFINE_DATABASE(name) \ argument 185 #define DEFINE_DATABASE(name) #name, argument 197 name_to_database_index (const char *name) in name_to_database_index() 218 char *name = line; in process_line() local
|
A D | nss_action_parse.c | 50 const char *name = line; in nss_action_parse() local
|
A D | tst-nss-test2.c | 75 const char *name; member
|
A D | nss_module.c | 70 __nss_module_allocate (const char *name, size_t name_length) in __nss_module_allocate() 331 __nss_module_get_function (struct nss_module *module, const char *name) in __nss_module_get_function()
|
A D | nss_module.h | 81 char name[]; member
|
A D | tst-nss-files-alias-leak.c | 95 const char *name = users[id]; in check_aliases() local
|
A D | test-netdb.c | 140 char *name = NULL; in test_hosts() local
|
A D | nss_test.h | 108 const char *exp, const char *name) in compare_passwd_field()
|
/nss/nss_compat/ |
A D | compat-spwd.c | 272 getspent_next_nss_netgr (const char *name, struct spwd *result, ent_t *ent, in getspent_next_nss_netgr() 392 getspnam_plususer (const char *name, struct spwd *result, ent_t *ent, in getspnam_plususer() 631 internal_getspnam_r (const char *name, struct spwd *result, ent_t *ent, in internal_getspnam_r() 773 _nss_compat_getspnam_r (const char *name, struct spwd *pwd, in _nss_compat_getspnam_r() 804 blacklist_store_name (const char *name, ent_t *ent) in blacklist_store_name() 850 in_blacklist (const char *name, int namelen, ent_t *ent) in in_blacklist()
|
A D | compat-grp.c | 218 getgrnam_plusgroup (const char *name, struct group *result, ent_t *ent, in getgrnam_plusgroup() 370 internal_getgrnam_r (const char *name, struct group *result, ent_t *ent, in internal_getgrnam_r() 473 _nss_compat_getgrnam_r (const char *name, struct group *grp, in _nss_compat_getgrnam_r() 632 blacklist_store_name (const char *name, ent_t *ent) in blacklist_store_name() 677 in_blacklist (const char *name, int namelen, ent_t *ent) in in_blacklist()
|
A D | compat-pwd.c | 317 getpwent_next_nss_netgr (const char *name, struct passwd *result, ent_t *ent, in getpwent_next_nss_netgr() 442 getpwnam_plususer (const char *name, struct passwd *result, ent_t *ent, in getpwnam_plususer() 675 internal_getpwnam_r (const char *name, struct passwd *result, ent_t *ent, in internal_getpwnam_r() 811 _nss_compat_getpwnam_r (const char *name, struct passwd *pwd, in _nss_compat_getpwnam_r() 1081 blacklist_store_name (const char *name, ent_t *ent) in blacklist_store_name() 1126 in_blacklist (const char *name, int namelen, ent_t *ent) in in_blacklist()
|
A D | compat-initgroups.c | 520 blacklist_store_name (const char *name, ent_t *ent) in blacklist_store_name() 565 in_blacklist (const char *name, int namelen, ent_t *ent) in in_blacklist()
|
/nss/nss_files/ |
A D | files-hosts.c | 119 gethostbyname3_multi (FILE * stream, const char *name, int af, in gethostbyname3_multi() 325 _nss_files_gethostbyname3_r (const char *name, int af, struct hostent *result, in _nss_files_gethostbyname3_r()
|
A D | files-parse.c | 72 # define nss_files_parse_hidden_def(name) argument 77 # define nss_files_parse_hidden_def(name) libc_hidden_def (name) argument
|
A D | files-netgrp.c | 204 char *name = cp; in _nss_netgroup_parseline() local
|
A D | files-XXX.c | 198 #define DB_LOOKUP(name, db_char, keysize, keypattern, break_if_match, proto...)\ argument
|
/nss/nss_db/ |
A D | db-XXX.c | 123 #define DB_LOOKUP(name, db_char, keysize, keypattern, break_if_match, proto...)\ argument
|