Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 15 of 15) sorted by relevance

/busybox-1.35.0/coreutils/
Dwho.c131 time_t seconds; in who_main() local
144 seconds = ut->ut_tv.tv_sec; in who_main()
156 ctime(&seconds) + 4, in who_main()
Ddd.c161 double seconds; in dd_output_status() local
192 seconds = (now_us - G.begin_time_us) / 1000000.0; in dd_output_status()
193 bytes_sec = G.total_bytes / seconds; in dd_output_status()
195 seconds, in dd_output_status()
/busybox-1.35.0/util-linux/
Drtcwake.c131 unsigned seconds = seconds; /* for compiler */ in rtcwake_main() local
159 seconds = xatou(opt_seconds); in rtcwake_main()
200 alarm_time = rtc_time + seconds + 1; in rtcwake_main()
/busybox-1.35.0/miscutils/
Dtime.c258 unsigned seconds = resp->elapsed_ms / 1000; in summarize() local
259 if (seconds >= 3600) /* One hour -> h:m:s. */ in summarize()
261 seconds / 3600, in summarize()
262 (seconds % 3600) / 60, in summarize()
263 seconds % 60); in summarize()
266 seconds / 60, in summarize()
267 seconds % 60, in summarize()
/busybox-1.35.0/testsuite/date/
Ddate-R-works2 # seconds transition may not happen at _exactly_ the same moment.
/busybox-1.35.0/examples/shutdown-1.0/
DREADME22 # unconditionally in 30 seconds if something later goes seriously bad.
/busybox-1.35.0/docs/
Dmdev.txt140 contents with SEQNUM. It will retry up to two seconds, waiting for them
142 or if two seconds pass, mdev runs as usual, then it rewrites /dev/mdev.seq
151 to stall for two seconds.
Dtcp.txt37 int l_linger; /* how many seconds to linger for */
DSerial-Programming-HOWTO.txt276 '0' sets the break control line of the UART for 0.25 seconds. For the
277 POSIX command, the break line is set for arg times 0.1 seconds.
Dtar_pax.txt189 time in seconds since the Epoch. If a period ( '.' ) decimal point
/busybox-1.35.0/examples/bootfloppy/
Dbootfloppy.txt146 - This value is the number seconds it will wait before booting. You can set
/busybox-1.35.0/networking/udhcp/
DConfig.src51 by the absolute time that it expires in seconds from epoch.
/busybox-1.35.0/
DNOFORK_NOEXEC.lst11 it's reasonable to expect it might be many seconds
28 longterm: often runs for a long time (many seconds), execing makes
/busybox-1.35.0/examples/var_service/
DREADME_distro_proposal.txt184 heuristics in service monitor which give new service a few seconds
/busybox-1.35.0/include/
Dlibbb.h1684 void bb_do_delay(unsigned seconds) FAST_FUNC;