Home
last modified time | relevance | path

Searched defs:p (Results 1 – 19 of 19) sorted by relevance

/nss/
A Dtst-nss-test1.c64 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 Dtst-nss-test2.c95 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 Dtst-reload1.c117 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 Drewrite_field.c34 const char *p = strpbrk (value, __nss_invalid_field_characters); in __nss_rewrite_field() local
A Dnss_test.h54 #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 Dnss_readline.c67 char *p = buf; in __nss_readline() local
A Dtst-nss-compat1.c53 struct passwd *p = NULL; in do_test() local
A Dtst-nss-test5.c68 struct passwd *p; in do_test() local
A Dnss_module.c75 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 Dnss_action.c74 for (struct nss_action_list_wrapper *p = nss_actions; p != NULL; p = p->next) in find_allocated() local
A Ddigits_dots.c188 char *p = (char *) host_addr; in __nss_hostname_digits_dots_context() local
A Dgetent.c156 char buffer [1024], *p; in ethers_keys() local
481 char *p[3]; in netgroup_keys() local
A Dmakedb.c582 const struct valstrentry *p = *(const struct valstrentry **) nodep; in copy_valstr() local
/nss/nss_compat/
A Dcompat-pwd.c459 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 Dcompat-grp.c245 char *p; in getgrent_next_file() local
378 char *p; in internal_getgrnam_r() local
509 char *p; in internal_getgrgid_r() local
A Dcompat-spwd.c413 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 Dcompat-initgroups.c372 char *p; in internal_getgrent_r() local
/nss/nss_db/
A Ddb-XXX.c285 char *p = memcpy (buffer, entidx, len); in CONCAT() local
/nss/nss_files/
A Dfiles-parse.c238 char **list, **p; in parse_list() local

Completed in 74 milliseconds