Searched defs:p (Results 1 – 19 of 19) sorted by relevance
/nss/ |
A D | tst-nss-test1.c | 64 for (struct passwd *p = getpwent (); p != NULL; ++np, p = getpwent ()) in do_test() local 85 struct passwd *p = getpwnam (buf); in do_test() local
|
A D | tst-nss-test2.c | 95 for (struct passwd *p = getpwent (); p != NULL; ++i, p = getpwent ()) in do_test() local 113 struct passwd *p = getpwnam (tests[i].name); in do_test() local
|
A D | tst-reload1.c | 117 struct passwd *p; in must_be_tests() local 247 struct passwd *p; in must_be_1() local 257 struct passwd *p; in must_be_2() local 278 struct passwd *p; in test_cross_switch_consistency() local
|
A D | rewrite_field.c | 34 const char *p = strpbrk (value, __nss_invalid_field_characters); in __nss_rewrite_field() local
|
A D | nss_test.h | 54 #define PWD_ISLAST(p) ((p)->pw_name == NULL && (p)->pw_uid == 0) argument 99 print_passwd (struct passwd *p) in print_passwd() 107 compare_passwd_field (int i, struct passwd *p, const char *got, in compare_passwd_field() 144 compare_passwds (int i, struct passwd *p, struct passwd *e) in compare_passwds()
|
A D | nss_readline.c | 67 char *p = buf; in __nss_readline() local
|
A D | tst-nss-compat1.c | 53 struct passwd *p = NULL; in do_test() local
|
A D | tst-nss-test5.c | 68 struct passwd *p; in do_test() local
|
A D | nss_module.c | 75 for (struct nss_module *p = nss_module_list; p != NULL; p = p->next) in __nss_module_allocate() local 414 for (struct nss_module *p = nss_module_list; p != NULL; p = p->next) in __nss_module_disable_loading() local
|
A D | nss_action.c | 74 for (struct nss_action_list_wrapper *p = nss_actions; p != NULL; p = p->next) in find_allocated() local
|
A D | digits_dots.c | 188 char *p = (char *) host_addr; in __nss_hostname_digits_dots_context() local
|
A D | getent.c | 156 char buffer [1024], *p; in ethers_keys() local 481 char *p[3]; in netgroup_keys() local
|
A D | makedb.c | 582 const struct valstrentry *p = *(const struct valstrentry **) nodep; in copy_valstr() local
|
/nss/nss_compat/ |
A D | compat-pwd.c | 459 char *p = buffer + (buflen - plen); in getpwnam_plususer() local 484 char *p; in getpwent_next_file() local 683 char *p; in internal_getpwnam_r() local 844 char *p; in getpwuid_plususer() local 890 char *p; in internal_getpwuid_r() local
|
A D | compat-grp.c | 245 char *p; in getgrent_next_file() local 378 char *p; in internal_getgrnam_r() local 509 char *p; in internal_getgrgid_r() local
|
A D | compat-spwd.c | 413 char *p = buffer + (buflen - plen); in getspnam_plususer() local 440 char *p; in getspent_next_file() local 639 char *p; in internal_getspnam_r() local
|
A D | compat-initgroups.c | 372 char *p; in internal_getgrent_r() local
|
/nss/nss_db/ |
A D | db-XXX.c | 285 char *p = memcpy (buffer, entidx, len); in CONCAT() local
|
/nss/nss_files/ |
A D | files-parse.c | 238 char **list, **p; in parse_list() local
|
Completed in 74 milliseconds