Lines Matching refs:acct

226 		struct acct ab;		/* SVR4 acct structure */  in tdofile()
228 } acct; in tdofile() local
243 if (fread(&acct.ab, sizeof(acct.ab), 1, stdin) == 1) in tdofile()
245 if (acct.ab.ac_flag & AEXPND) in tdofile()
259 while (fread(&acct.oab, sizeof(acct.oab), 1, stdin) == 1) { in tdofile()
260 CPYN(cmt.tcm_comm, acct.oab.ac_comm); in tdofile()
262 cpu = expand(acct.oab.ac_stime)+ in tdofile()
263 expand(acct.oab.ac_utime); in tdofile()
265 real = expand(acct.oab.ac_etime); in tdofile()
267 mem = expand(acct.oab.ac_mem); in tdofile()
269 cmt.tcm_io = expand(acct.oab.ac_io); in tdofile()
270 cmt.tcm_rw = expand(acct.oab.ac_rw); in tdofile()
276 while (fread(&acct.ab, sizeof(acct.ab), 1, stdin) == 1) { in tdofile()
277 CPYN(cmt.tcm_comm, acct.ab.ac_comm); in tdofile()
279 cpu = expand(acct.oab.ac_stime)+ in tdofile()
280 expand(acct.oab.ac_utime); in tdofile()
282 real = expand(acct.ab.ac_etime); in tdofile()
284 mem = expand(acct.ab.ac_mem); in tdofile()
286 cmt.tcm_io = expand(acct.ab.ac_io); in tdofile()
287 cmt.tcm_rw = expand(acct.ab.ac_rw); in tdofile()
299 struct acct ab; in dofile()
301 } acct; in dofile() local
323 if (fread(&acct.ab, sizeof(acct.ab), 1, stdin) == 1) in dofile()
325 if (acct.ab.ac_flag & AEXPND) in dofile()
340 while (fread(&acct.oab, sizeof(acct.oab), 1, stdin) == 1) { in dofile()
341 CPYN(pcmt.pcm_comm, acct.oab.ac_comm); in dofile()
345 if((etime = SECS(expand(acct.oab.ac_etime))) == 0) in dofile()
347 if (pnpsplit(acct.oab.ac_btime, etime, elaps) in dofile()
362 cpu = expand(acct.oab.ac_stime)+ in dofile()
363 expand(acct.oab.ac_utime); in dofile()
368 real = expand(acct.oab.ac_etime); in dofile()
373 mem = expand(acct.oab.ac_mem); in dofile()
378 ltmp = expand(acct.oab.ac_io); in dofile()
382 ltmp = expand(acct.oab.ac_rw); in dofile()
391 while (fread(&acct.ab, sizeof(acct.ab), 1, stdin) == 1) { in dofile()
392 CPYN(pcmt.pcm_comm, acct.ab.ac_comm); in dofile()
396 if((etime = SECS(expand(acct.ab.ac_etime))) == 0) in dofile()
398 if(pnpsplit(acct.ab.ac_btime, etime, elaps) == 0) { in dofile()
410 cpu = expand(acct.ab.ac_stime)+ in dofile()
411 expand(acct.ab.ac_utime); in dofile()
416 real = expand(acct.ab.ac_etime); in dofile()
421 mem = expand(acct.ab.ac_mem); in dofile()
426 ltmp = expand(acct.ab.ac_io); in dofile()
430 ltmp = expand(acct.ab.ac_rw); in dofile()