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

  /src/usr.sbin/rpc.yppasswdd/
yppasswdd_mkpw.c 69 char mpwd[MAXPATHLEN]; local in function:make_passwd
94 (void)strlcpy(mpwd, pw_getprefix(), sizeof(mpwd));
95 (void)strlcat(mpwd, _PATH_MASTERPASSWD, sizeof(mpwd));
96 fpw = fopen(mpwd, "r");
98 warnx("%s", mpwd);
104 warnx("%s: %s not found", mpwd,
107 warnx("%s: %s", mpwd, strerror(errno));
134 pfd = open(mpwd, O_RDONLY, 0)
    [all...]
  /src/usr.sbin/vipw/
vipw.c 63 static char mpwd[MAXPATHLEN], mpwdl[MAXPATHLEN]; variable in typeref:typename:char[]
92 (void)snprintf(mpwd, sizeof(mpwd), "%s%s", prefix, _PATH_MASTERPASSWD);
105 pfd = open(mpwd, O_RDONLY, 0);
107 pw_error(mpwd, 1, 1);
140 pw_error(mpwd, 1, 1);
  /src/lib/libutil/
passwd.c 367 char mpwd[MAXPATHLEN], mpwdl[MAXPATHLEN], *p, buf[8192]; local in function:pw_copyx
380 (void)strcpy(mpwd, filename);
389 snprintf(errbuf, errbufsz, "%s: %s", mpwd, strerror(errno));
401 snprintf(errbuf, errbufsz, "%s: line too long", mpwd);
418 snprintf(errbuf, errbufsz, "%s: corrupted entry", mpwd);
440 "%s: entry %s corrupted", mpwd,
445 mpwd, pw->pw_name, neq);
466 "%s: changes not made, no such entry", mpwd);

Completed in 13 milliseconds