Home
last modified time | relevance | path

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

/netbsd/usr.sbin/vipw/
H A Dvipw.c63 static char mpwd[MAXPATHLEN], mpwdl[MAXPATHLEN]; variable
93 (void)snprintf(mpwdl, sizeof(mpwdl), "%s%s", prefix, in main()
102 err(1, "%s", mpwdl); in main()
112 if (stat(mpwdl, &begin)) in main()
113 pw_error(mpwdl, 1, 1); in main()
115 if (stat(mpwdl, &end)) in main()
116 pw_error(mpwdl, 1, 1); in main()
138 pw_error(mpwdl, 1, 1); in copyfile()
/netbsd/lib/libutil/
H A Dpasswd.c367 char mpwd[MAXPATHLEN], mpwdl[MAXPATHLEN], *p, buf[8192]; in pw_copyx() local
386 (void)strcpy(mpwdl, filename); in pw_copyx()
393 snprintf(errbuf, errbufsz, "%s: %s", mpwdl, strerror(errno)); in pw_copyx()