OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buf_pw
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libutil/
passwd.c
307
struct passwd
buf_pw
;
local in function:pw_equal
316
if (!pw_scan(buf, &
buf_pw
, NULL))
318
if (strcmp(pw->pw_name,
buf_pw
.pw_name) != 0)
320
if (pw->pw_uid !=
buf_pw
.pw_uid)
322
if (pw->pw_gid !=
buf_pw
.pw_gid)
324
if (strcmp( pw->pw_class,
buf_pw
.pw_class) != 0)
326
if (pw->pw_change !=
buf_pw
.pw_change)
328
if (pw->pw_expire !=
buf_pw
.pw_expire)
330
if (strcmp( pw->pw_gecos,
buf_pw
.pw_gecos) != 0)
332
if (strcmp( pw->pw_dir,
buf_pw
.pw_dir) != 0
[
all
...]
passwd.c
307
struct passwd
buf_pw
;
local in function:pw_equal
316
if (!pw_scan(buf, &
buf_pw
, NULL))
318
if (strcmp(pw->pw_name,
buf_pw
.pw_name) != 0)
320
if (pw->pw_uid !=
buf_pw
.pw_uid)
322
if (pw->pw_gid !=
buf_pw
.pw_gid)
324
if (strcmp( pw->pw_class,
buf_pw
.pw_class) != 0)
326
if (pw->pw_change !=
buf_pw
.pw_change)
328
if (pw->pw_expire !=
buf_pw
.pw_expire)
330
if (strcmp( pw->pw_gecos,
buf_pw
.pw_gecos) != 0)
332
if (strcmp( pw->pw_dir,
buf_pw
.pw_dir) != 0
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025