Searched defs:acct (Results 1 – 2 of 2) sorted by relevance
40 struct acct struct62 struct acct_v3 argument
31 struct acct struct33 char ac_comm[ACCT_COMM]; /* Accounting command name. */34 time_t ac_utime; /* Accounting user time. */35 time_t ac_stime; /* Accounting system time. */36 time_t ac_etime; /* Accounting elapsed time. */37 time_t ac_btime; /* Beginning time. */61 extern int acct (const char *__filename) __THROW; argument
Completed in 5 milliseconds