Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Ddevfsd.c1633 struct passwd *pwent; in st_expr_expand() local
1671 pwent = getpwnam(tmp); in st_expr_expand()
1672 if (pwent == NULL) { in st_expr_expand()
1676 len = strlen(pwent->pw_dir); in st_expr_expand()
1679 memcpy(buffer + out_pos, pwent->pw_dir, len + 1); in st_expr_expand()