Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dpw_util.c608 struct passwd *npw; in pw_dup() local
611 len = sizeof(*npw); in pw_dup()
626 memcpy(npw, pw, sizeof(*npw)); in pw_dup()
627 dst = (char *)npw + sizeof(*npw); in pw_dup()
629 npw->pw_name = dst; in pw_dup()
633 npw->pw_passwd = dst; in pw_dup()
637 npw->pw_class = dst; in pw_dup()
641 npw->pw_gecos = dst; in pw_dup()
645 npw->pw_dir = dst; in pw_dup()
649 npw->pw_shell = dst; in pw_dup()
[all …]