/busybox-1.35.0/runit/ |
D | runsvdir.c | 311 unsigned now; in runsvdir_main() local 328 now = monotonic_sec(); in runsvdir_main() 329 if ((int)(now - stampcheck) >= 0) { in runsvdir_main() 331 stampcheck = now + 1; in runsvdir_main() 363 if ((int)(now - stamplog) >= 0) { in runsvdir_main() 365 stamplog = now + 900; in runsvdir_main()
|
D | svlogd.c | 547 unsigned now; in rotate() local 572 now = monotonic_sec(); in rotate() 573 if (ld->rotate_period && LESS(ld->next_rotate, now)) { in rotate() 574 ld->next_rotate = now + ld->rotate_period; in rotate() 708 unsigned now; in logdir_open() local 713 now = monotonic_sec(); in logdir_open() 799 ld->next_rotate = now + ld->rotate_period; in logdir_open() 905 unsigned now; in buffer_pread() local 927 now = monotonic_sec(); in buffer_pread() 928 nearest_rotate = now + (45 * 60 + 45); in buffer_pread() [all …]
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | param_expand_default.tests | 5 # now some funky ones 8 # now some valid ones
|
D | param_expand_alt.tests | 6 # now some funky ones. 19 # now some valid ones
|
D | param_expand_assign.tests | 6 # now some funky ones
|
D | param_expand_bash_substring.tests | 16 # now some valid ones
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | param_expand_default.tests | 5 # now some funky ones 8 # now some valid ones
|
D | param_expand_alt.tests | 6 # now some funky ones. 19 # now some valid ones
|
D | param_expand_assign.tests | 6 # now some funky ones
|
D | param_expand_bash_substring.tests | 16 # now some valid ones
|
D | param_expand_indicate_error.tests | 13 # now some valid ones
|
/busybox-1.35.0/sysklogd/ |
D | syslogd.c | 691 static void log_locally(time_t now, char *msg, logFile_t *log_file) in log_locally() argument 707 if (!now) in log_locally() 708 now = time(NULL); in log_locally() 709 if (log_file->last_log_time != now) { in log_locally() 710 log_file->last_log_time = now; in log_locally() 827 time_t now; in timestamp_and_log() local 837 now = 0; in timestamp_and_log() 846 now = tv.tv_sec; in timestamp_and_log() 847 timestamp = ctime(&now) + 4; /* skip day of week */ in timestamp_and_log() 855 time(&now); in timestamp_and_log() [all …]
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | env_and_func.tests | 6 # hush does not "leak" values. ash used to, but now does not.
|
D | assignment5.tests | 8 #ash sets z=1 instead of z=3. disabled for now
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | env_and_func.tests | 6 # hush does not "leak" values. ash used to, but now does not.
|
D | assignment5.tests | 8 #ash sets z=1 instead of z=3. disabled for now
|
/busybox-1.35.0/networking/ |
D | arping.c | 168 unsigned now; in catcher() local 170 now = MONOTONIC_US(); in catcher() 172 start = now; in catcher() 174 if (count == 0 || (timeout_us && (now - start) > timeout_us)) in catcher() 181 if (last == 0 || (now - last) > 500000) { in catcher()
|
/busybox-1.35.0/libbb/ |
D | README | 6 information (which is now lost in the mists of time). If you see something
|
/busybox-1.35.0/scripts/kconfig/ |
D | confdata.c | 342 time_t now; in conf_write() local 386 now = strtoull(source_date_epoch, NULL, 10); in conf_write() 387 build_time = gmtime(&now); in conf_write() 389 time(&now); in conf_write() 390 build_time = localtime(&now); in conf_write() 404 use_timestamp ? ctime(&now) : ""); in conf_write()
|
/busybox-1.35.0/util-linux/ |
D | cal.c | 109 time_t now; in cal_main() local 132 time(&now); in cal_main() 133 ptm = localtime(&now); in cal_main()
|
/busybox-1.35.0/e2fsprogs/ |
D | Config.src | 34 ### NB: this one is now provided by util-linux/volume_id/*
|
/busybox-1.35.0/procps/ |
D | ps.c | 660 time_t now = now; /* for compiler */ in ps_main() local 723 now = time(NULL); in ps_main() 756 time_t start = now - elapsed; in ps_main()
|
/busybox-1.35.0/ |
D | AUTHORS | 87 sed (major rewrite in 2003, and I now maintain the thing) 89 sort (more or less from scratch rewrite in 2004, I now maintain it) 116 ports: ash, crond, fdisk (initial, unmaintained now), inetd, stty, traceroute,
|
/busybox-1.35.0/shell/hush_test/hush-heredoc/ |
D | heredoc.tests | 91 #hush# hush errors out for now:
|
/busybox-1.35.0/shell/ |
D | ash_remove_unnecessary_code_in_backquote_expansion.patch | 17 to changes in POSIX. So let's keep it around for now until we 26 >to changes in POSIX. So let's keep it around for now until we
|