Home
last modified time | relevance | path

Searched refs:uname (Results 1 – 20 of 20) sorted by relevance

/coreutils/man/
Darch.x2 arch \- print machine hardware name (same as uname -m)
6 uname(1), uname(2)
Duname.x2 uname \- print system information
6 arch(1), uname(2)
D.gitignore94 uname.1
Dlocal.mk165 man/uname.1: src/uname$(EXEEXT)
/coreutils/tests/misc/
Darch.sh23 uname -m > exp || fail=1
/coreutils/src/
Dpinky.c125 char const *uname = user_name; in create_fullname() local
126 if (islower (to_uchar (*uname))) in create_fullname()
127 *r++ = toupper (to_uchar (*uname++)); in create_fullname()
128 while (*uname) in create_fullname()
129 *r++ = *uname++; in create_fullname()
D.gitignore107 uname
Dlocal.mk63 src/uname.h \
400 src_uname_SOURCES = src/uname.c src/uname-uname.c
401 src_arch_SOURCES = src/uname.c src/uname-arch.c
Duname.c299 if (uname (&name) == -1) in main()
/coreutils/tests/mv/
Di-3.sh26 uname -s | grep 'BSD$' && skip_ 'known spurious failure on *BSD'
/coreutils/build-aux/
Dgen-single-binary.sh73 override_single arch uname
/coreutils/po/
DPOTFILES.in137 src/uname.c
/coreutils/.github/
DISSUE_TEMPLATE.txt43 (e.g. the output of `uname -a`).
/coreutils/
DAUTHORS101 uname: David MacKenzie
Dcfg.mk844 _src = (false|lbracket|ls-(dir|ls|vdir)|tac-pipe|uname-(arch|uname))
DREADME17 tac tail tee test timeout touch tr true truncate tsort tty uname unexpand
Dinit.cfg788 test "$(uname)" = GNU \
DNEWS3760 arch: equivalent to uname -m, not installed by default
4773 uname -a no longer generates the -p and -i outputs if they are unknown.
5726 * uname and uptime work better on *BSD systems
5739 * New 'uname' options -i or --hardware-platform, and -o or --operating-system.
5740 'uname -a' now outputs -i and -o information at the end.
5741 New uname option --kernel-version is an alias for -v.
/coreutils/scripts/git-hooks/
Dcommit-msg25 tty uname unexpand uniq unlink uptime users vdir wc who whoami yes
/coreutils/doc/
Dcoreutils.texi133 * uname: (coreutils)uname invocation. Print system information.
208 * System context:: date arch nproc uname hostname hostid uptime
430 * uname invocation:: Print system information
16292 * uname invocation:: Print system information.
17080 and is equivalent to @samp{uname -m}.
17134 @node uname invocation
17135 @section @command{uname}: Print system information
17137 @pindex uname
17141 @command{uname} prints information about the machine and operating system
17142 it is run on. If no options are given, @command{uname} acts as if the
[all …]