Home
last modified time | relevance | path

Searched refs:o_acct (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dacct.h69 struct o_acct { struct
/titanic_44/usr/src/cmd/acct/
H A Dacctcom.c324 nsize = sizeof(struct o_acct); /* make sure offset is signed */ in dofile()
452 struct o_acct oab; in aread()
456 if ((ret = fread((char *)&oab, sizeof(struct o_acct), 1, stdin)) == 1){ in aread()
479 sizeof(struct o_acct))), 1) != 0) { in aread()
H A Dacctprc1.c282 struct o_acct oab; in aread()
286 if ((ret = fread((char *)&oab, sizeof(struct o_acct), 1, stdin)) == 1){ in aread()
H A Dacctcms.c227 struct o_acct oab; /* SVR3 acct structure */ in tdofile()
300 struct o_acct oab; in dofile()