Home
last modified time | relevance | path

Searched refs:getspnam_r (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/include/
Dshadow_.h48 #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/
Dcorrect_password.c57 r = getspnam_r(pw->pw_name, &spw, buffer, SHADOW_BUFSIZE, &result); in get_passwd()
/busybox-1.35.0/loginutils/
Dpasswd.c157 if (getspnam_r(pw->pw_name, &spw, buffer, sizeof(buffer), &result) != 0 in passwd_main()
/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c382 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/
Dhttpd.c2107 r = getspnam_r(pw->pw_name, &spw, sp_buf, sizeof(sp_buf), &result); in check_user_passwd()