Lines Matching refs:expand
98 float expand();
100 ulong_t expand();
259 cpu = expand(acct.oab.ac_stime)+ in tdofile()
260 expand(acct.oab.ac_utime); in tdofile()
262 real = expand(acct.oab.ac_etime); in tdofile()
264 mem = expand(acct.oab.ac_mem); in tdofile()
266 cmt.tcm_io = expand(acct.oab.ac_io); in tdofile()
267 cmt.tcm_rw = expand(acct.oab.ac_rw); in tdofile()
276 cpu = expand(acct.oab.ac_stime)+ in tdofile()
277 expand(acct.oab.ac_utime); in tdofile()
279 real = expand(acct.ab.ac_etime); in tdofile()
281 mem = expand(acct.ab.ac_mem); in tdofile()
283 cmt.tcm_io = expand(acct.ab.ac_io); in tdofile()
284 cmt.tcm_rw = expand(acct.ab.ac_rw); in tdofile()
342 if((etime = SECS(expand(acct.oab.ac_etime))) == 0) in dofile()
359 cpu = expand(acct.oab.ac_stime)+ in dofile()
360 expand(acct.oab.ac_utime); in dofile()
365 real = expand(acct.oab.ac_etime); in dofile()
370 mem = expand(acct.oab.ac_mem); in dofile()
375 ltmp = expand(acct.oab.ac_io); in dofile()
379 ltmp = expand(acct.oab.ac_rw); in dofile()
393 if((etime = SECS(expand(acct.ab.ac_etime))) == 0) in dofile()
407 cpu = expand(acct.ab.ac_stime)+ in dofile()
408 expand(acct.ab.ac_utime); in dofile()
413 real = expand(acct.ab.ac_etime); in dofile()
418 mem = expand(acct.ab.ac_mem); in dofile()
423 ltmp = expand(acct.ab.ac_io); in dofile()
427 ltmp = expand(acct.ab.ac_rw); in dofile()