Searched refs:host (Results 1 – 7 of 7) sorted by relevance
276 char *host = nullptr; in print_entry() local287 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()
373 char *host = nullptr; in print_user() local385 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()
2 hostid \- print the numeric identifier for the current host
2 hostname \- set or print the name of the current host system
2 users \- print the user names of users currently logged in to the current host
75 * hostid: (coreutils)hostid invocation. Print numeric host identifier.432 * hostid invocation:: Print numeric host identifier16100 names of users currently logged in to the current host. Each user name16294 * hostid invocation:: Print numeric host identifier.17214 @cindex host processor type17273 With no arguments, @command{hostname} prints the name of the current host17274 system. With one argument, it sets the current host name to the17275 specified string. You must have appropriate privileges to set the host17293 @section @command{hostid}: Print numeric host identifier17296 @cindex printing the host identifier[all …]
4669 current host (contra POSIX) allows empty file names.4674 It also rejects the empty name even if the current host accepts it; see5795 * who once again prints whatever host information it has, even without --lookup