Searched refs:a (Results 1 – 9 of 9) sorted by relevance
/nss/ |
A D | nss_action.c | 50 actions_equal (const struct nss_action *a, const struct nss_action *b) in actions_equal() argument 52 return a->module == b->module && a->action_bits == b->action_bits; in actions_equal() 60 action_lists_equal (const struct nss_action *a, const struct nss_action *b, in action_lists_equal() argument 64 if (!actions_equal (a + i, b + i)) in action_lists_equal()
|
A D | bug17079.c | 31 equal (const struct passwd *a, const struct passwd *b) in equal() argument 33 return strcmp (a->pw_name, b->pw_name) == 0 in equal() 34 && strcmp (a->pw_passwd, b->pw_passwd) == 0 in equal() 35 && a->pw_uid == b->pw_uid in equal() 36 && a->pw_gid == b->pw_gid in equal() 37 && strcmp (a->pw_gecos, b->pw_gecos) == 0 in equal() 38 && strcmp (a->pw_dir, b->pw_dir) == 0 in equal() 39 && strcmp (a->pw_shell, b->pw_shell) == 0; in equal()
|
A D | Versions | 115 # Keep a version node (with a synthesized local: * directive) so that
|
A D | tst-reload1.c | 265 xrename (const char *a, const char *b) in xrename() argument 267 int i = rename (a, b); in xrename() 269 FAIL_EXIT1 ("rename(%s,%s) failed: %s\n", a, b, strerror(errno)); in xrename()
|
A D | databases.def | 15 You should have received a copy of the GNU Lesser General Public
|
A D | getXXbyYY_r.c | 133 __copy_einval (LOOKUP_TYPE a, in __copy_einval() argument 146 __merge_einval (LOOKUP_TYPE *a, in __merge_einval() argument
|
A D | function.def | 15 You should have received a copy of the GNU Lesser General Public
|
A D | db-Makefile | 16 # You should have received a copy of the GNU Lesser General Public
|
/nss/nss_files/ |
A D | files-parse.c | 49 #define CONCAT(a,b) CONCAT1(a,b) argument 50 #define CONCAT1(a,b) a##b argument
|
Completed in 16 milliseconds