Searched refs:uptime (Results 1 – 11 of 11) sorted by relevance
/coreutils/src/ |
D | uptime.c | 77 intmax_t uptime; in print_uptime() local 79 || ckd_sub (&uptime, time_now, boot_time) || uptime < 0) in print_uptime() 86 intmax_t updays = uptime / 86400; in print_uptime() 87 int uphours = uptime % 86400 / 3600; in print_uptime() 88 int upmins = uptime % 86400 % 3600 / 60; in print_uptime() 126 uptime (char const *filename, int options) in uptime() function 195 uptime (UTMP_FILE, READ_UTMP_CHECK_PIDS); in main() 199 uptime (argv[optind], 0); in main()
|
D | .gitignore | 111 uptime
|
/coreutils/man/ |
D | uptime.x | 2 uptime \- tell how long the system has been running
|
D | .gitignore | 98 uptime.1
|
D | local.mk | 169 man/uptime.1: src/uptime$(EXEEXT)
|
/coreutils/po/ |
D | POTFILES.in | 141 src/uptime.c
|
/coreutils/ |
D | AUTHORS | 105 uptime: Joseph Arceneaux, David MacKenzie, Kaveh Ghazi
|
D | README | 18 uniq unlink uptime users vdir wc who whoami yes
|
D | NEWS | 84 pinky, uptime, users, and who no longer misbehave on 32-bit GNU/Linux 100 'uptime' no longer incorrectly prints "0 users" on OpenBSD, 144 'uptime' now succeeds on some Android distributions, and now counts 149 pinky, uptime, and who can now work for times after the year 2038, 802 uptime, users, whoami, yes: now always process --help and --version options, 1079 uptime no longer outputs the AM/PM component of the current time, 3825 "uptime", use ./configure --enable-no-install-program=hostname,uptime 5726 * uname and uptime work better on *BSD systems
|
/coreutils/scripts/git-hooks/ |
D | commit-msg | 25 tty uname unexpand uniq unlink uptime users vdir wc who whoami yes
|
/coreutils/doc/ |
D | coreutils.texi | 137 * uptime: (coreutils)uptime invocation. Print uptime and load. 208 * System context:: date arch nproc uname hostname hostid uptime 433 * uptime invocation:: Print system uptime and load 16295 * uptime invocation:: Print system uptime and load. 17320 @node uptime invocation 17321 @section @command{uptime}: Print system uptime and load 17323 @pindex uptime 17324 @cindex printing the system uptime and load 17326 @command{uptime} prints the current time, the system's uptime, the 17331 specified, a system default is used (@command{uptime --help} indicates [all …]
|