HomeSort by: relevance | last modified time | path
    Searched defs:mpwdl (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/vipw/
vipw.c 63 static char mpwd[MAXPATHLEN], mpwdl[MAXPATHLEN]; variable in typeref:typename:char[][]
93 (void)snprintf(mpwdl, sizeof(mpwdl), "%s%s", prefix,
102 err(1, "%s", mpwdl);
112 if (stat(mpwdl, &begin))
113 pw_error(mpwdl, 1, 1);
115 if (stat(mpwdl, &end))
116 pw_error(mpwdl, 1, 1);
138 pw_error(mpwdl, 1, 1);
  /src/lib/libutil/
passwd.c 367 char mpwd[MAXPATHLEN], mpwdl[MAXPATHLEN], *p, buf[8192]; local in function:pw_copyx
386 (void)strcpy(mpwdl, filename);
393 snprintf(errbuf, errbufsz, "%s: %s", mpwdl, strerror(errno));

Completed in 52 milliseconds