Home
last modified time | relevance | path

Searched refs:host (Results 1 – 7 of 7) sorted by relevance

/coreutils/src/
Dpinky.c276 char *host = nullptr; in print_entry() local
287 host = canon_host (ut_host); in print_entry()
288 if ( ! host) in print_entry()
289 host = ut_host; in print_entry()
292 fputs (host, stdout); in print_entry()
299 if (host != ut_host) in print_entry()
300 free (host); in print_entry()
Dwho.c373 char *host = nullptr; in print_user() local
385 host = canon_host (ut_host); in print_user()
388 if (! host) in print_user()
389 host = ut_host; in print_user()
393 idx_t needed = strlen (host) + strlen (display) + 4; in print_user()
401 p = stpcpy (p, host); in print_user()
407 idx_t needed = strlen (host) + 3; in print_user()
415 strcpy (stpcpy (p, host), ")"); in print_user()
418 if (host != ut_host) in print_user()
419 free (host); in print_user()
/coreutils/man/
Dhostid.x2 hostid \- print the numeric identifier for the current host
Dhostname.x2 hostname \- set or print the name of the current host system
Dusers.x2 users \- print the user names of users currently logged in to the current host
/coreutils/doc/
Dcoreutils.texi75 * hostid: (coreutils)hostid invocation. Print numeric host identifier.
432 * hostid invocation:: Print numeric host identifier
16100 names of users currently logged in to the current host. Each user name
16294 * hostid invocation:: Print numeric host identifier.
17214 @cindex host processor type
17273 With no arguments, @command{hostname} prints the name of the current host
17274 system. With one argument, it sets the current host name to the
17275 specified string. You must have appropriate privileges to set the host
17293 @section @command{hostid}: Print numeric host identifier
17296 @cindex printing the host identifier
[all …]
/coreutils/
DNEWS4669 current host (contra POSIX) allows empty file names.
4674 It also rejects the empty name even if the current host accepts it; see
5795 * who once again prints whatever host information it has, even without --lookup