Home
last modified time | relevance | path

Searched refs:sp (Results 1 – 2 of 2) sorted by relevance

/nss/
A Dgetent.c810 print_shadow (struct spwd *sp) in print_shadow() argument
812 if (putspent (sp, stdout) != 0) in print_shadow()
824 struct spwd *sp; in shadow_keys() local
827 while ((sp = getspent ()) != NULL) in shadow_keys()
828 print_shadow (sp); in shadow_keys()
835 struct spwd *sp; in shadow_keys() local
837 sp = getspnam (key[i]); in shadow_keys()
839 if (sp == NULL) in shadow_keys()
842 print_shadow (sp); in shadow_keys()
/nss/nss_compat/
A Dcompat-spwd.c38 static enum nss_status (*getspnam_r_impl) (const char *name, struct spwd * sp,
41 static enum nss_status (*getspent_r_impl) (struct spwd * sp, char *buffer,

Completed in 8 milliseconds