Lines Matching defs:ACCT_MEMBER
39 #define ACCT_MEMBER(x) (v3 ? ((struct acct_v3 *)acc)->x : ((struct acct *)acc)->x)
79 int sys_time = UNPACK(ACCT_MEMBER(ac_stime));
80 int user_time = UNPACK(ACCT_MEMBER(ac_stime));
85 if (strcmp(ACCT_MEMBER(ac_comm), COMMAND)) {
87 ACCT_MEMBER(ac_comm));
91 if (start_time > ACCT_MEMBER(ac_btime))
92 btime_diff = start_time - ACCT_MEMBER(ac_btime);
94 btime_diff = ACCT_MEMBER(ac_btime) - start_time;
101 if (ACCT_MEMBER(ac_uid) != getuid()) {
103 ACCT_MEMBER(ac_uid));
107 if (ACCT_MEMBER(ac_gid) != getgid()) {
109 ACCT_MEMBER(ac_gid));
134 if (ACCT_MEMBER(ac_exitcode) != rc) {
136 ACCT_MEMBER(ac_exitcode));