Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dhttpd.c2051 char sp_buf[256]; in check_user_passwd() local
2107 r = getspnam_r(pw->pw_name, &spw, sp_buf, sizeof(sp_buf), &result); in check_user_passwd()