Searched defs:acct (Results 1 – 2 of 2) sorted by relevance
29 struct acct struct31 char ac_comm[ACCT_COMM]; /* Accounting command name. */32 time_t ac_utime; /* Accounting user time. */33 time_t ac_stime; /* Accounting system time. */34 time_t ac_etime; /* Accounting elapsed time. */35 time_t ac_btime; /* Beginning time. */59 extern int acct (const char *__filename) __THROW; argument
38 struct acct struct60 struct acct_v3 argument
Completed in 4 milliseconds