Searched refs:sp (Results 1 – 2 of 2) sorted by relevance
810 print_shadow (struct spwd *sp) in print_shadow() argument812 if (putspent (sp, stdout) != 0) in print_shadow()824 struct spwd *sp; in shadow_keys() local827 while ((sp = getspent ()) != NULL) in shadow_keys()828 print_shadow (sp); in shadow_keys()835 struct spwd *sp; in shadow_keys() local837 sp = getspnam (key[i]); in shadow_keys()839 if (sp == NULL) in shadow_keys()842 print_shadow (sp); in shadow_keys()
38 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