1: /*
2: * structure of password file map, each element should have a one-one
3: * correspondance
4: */
5:
6: struct pwtable {
7: unsigned pwt_uid; /* user id */
8: char pwt_name[8]; /* user name */
9: off_t pwt_loc; /* location in password file */
10: };
Defined struct's
pwtable
defined in line
6; used 52 times
- in /usr/src/lib/c/stdio/getmap.c line
13(2),
22(2),
35(2),
50-52(6),
64(2),
80-82(6)
- in /usr/src/lib/c/stdio/getpwent.c line
86(2)
- in /usr/src/ucb/pwhash/src/libc/stdio/getpwent.c line
86(2)
- in /usr/src/ucb/pwhash/src/libpasswd/pwtable.c line
28(2),
36-38(4),
44(2),
78-83(8),
92-105(8),
112(2),
125(2)
Usage of this include