OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpwdl
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/vipw/
vipw.c
63
static char mpwd[MAXPATHLEN],
mpwdl
[MAXPATHLEN];
variable
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
386
(void)strcpy(
mpwdl
, filename);
393
snprintf(errbuf, errbufsz, "%s: %s",
mpwdl
, strerror(errno));
Completed in 52 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026