Searched refs:getspnam_r (Results 1 – 5 of 5) sorted by relevance
/busybox-1.35.0/include/ |
D | shadow_.h | 48 #define getspnam_r bb_internal_getspnam_r macro 85 int FAST_FUNC getspnam_r(const char *__name, struct spwd *__result_buf,
|
/busybox-1.35.0/libbb/ |
D | correct_password.c | 57 r = getspnam_r(pw->pw_name, &spw, buffer, SHADOW_BUFSIZE, &result); in get_passwd()
|
/busybox-1.35.0/loginutils/ |
D | passwd.c | 157 if (getspnam_r(pw->pw_name, &spw, buffer, sizeof(buffer), &result) != 0 in passwd_main()
|
/busybox-1.35.0/libpwdgrp/ |
D | pwd_grp.c | 382 int FAST_FUNC getspnam_r(const char *name, struct spwd *struct_buf, char *buffer, size_t buflen, in getspnam_r() function
|
/busybox-1.35.0/networking/ |
D | httpd.c | 2107 r = getspnam_r(pw->pw_name, &spw, sp_buf, sizeof(sp_buf), &result); in check_user_passwd()
|