Lines Matching refs:expand
101 float expand();
103 ulong_t expand();
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()
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()
345 if((etime = SECS(expand(acct.oab.ac_etime))) == 0) 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()
396 if((etime = SECS(expand(acct.ab.ac_etime))) == 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()