Searched refs:seconds (Results 1 – 15 of 15) sorted by relevance
/busybox-1.35.0/coreutils/ |
D | who.c | 131 time_t seconds; in who_main() local 144 seconds = ut->ut_tv.tv_sec; in who_main() 156 ctime(&seconds) + 4, in who_main()
|
D | dd.c | 161 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/ |
D | rtcwake.c | 131 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/ |
D | time.c | 258 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/ |
D | date-R-works | 2 # seconds transition may not happen at _exactly_ the same moment.
|
/busybox-1.35.0/examples/shutdown-1.0/ |
D | README | 22 # unconditionally in 30 seconds if something later goes seriously bad.
|
/busybox-1.35.0/docs/ |
D | mdev.txt | 140 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.
|
D | tcp.txt | 37 int l_linger; /* how many seconds to linger for */
|
D | Serial-Programming-HOWTO.txt | 276 '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.
|
D | tar_pax.txt | 189 time in seconds since the Epoch. If a period ( '.' ) decimal point
|
/busybox-1.35.0/examples/bootfloppy/ |
D | bootfloppy.txt | 146 - This value is the number seconds it will wait before booting. You can set
|
/busybox-1.35.0/networking/udhcp/ |
D | Config.src | 51 by the absolute time that it expires in seconds from epoch.
|
/busybox-1.35.0/ |
D | NOFORK_NOEXEC.lst | 11 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/ |
D | README_distro_proposal.txt | 184 heuristics in service monitor which give new service a few seconds
|
/busybox-1.35.0/include/ |
D | libbb.h | 1684 void bb_do_delay(unsigned seconds) FAST_FUNC;
|