MCPcopy Create free account
hub / github.com/eggert/tz / passwd

Class passwd

zic.c:120–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118#else
119struct group { gid_t gr_gid; };
120struct passwd { uid_t pw_uid; };
121# define getgrnam(arg) NULL
122# define getpwnam(arg) NULL
123# define fchown(fd, owner, group) ((fd) < 0 ? -1 : 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected