Searched refs:iseconds (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/system_cmds-643.1.1/sar.tproj/
H A Dsar.c114 int iseconds = 0; /* interval seconds, default = 0 implies all samples are variable
343 iseconds=atoi(optarg);
769 next_timestamp = cur_timestamp + iseconds;
786 if (iseconds)
787 avg_interval = iseconds;
791 next_timestamp = cur_timestamp + iseconds;
/macosx-10.10/diskdev_cmds-576/edquota.tproj/
H A Dedquota.c1011 time_t itime, btime, iseconds, bseconds; local
1044 if (cvtatos(itime, iunits, &iseconds) == 0)
1050 qup->dqblk.dqb_itime = (uint32_t) iseconds;

Completed in 171 milliseconds