Searched refs:uname (Results 1 - 25 of 623) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/machine/
H A Dmachine.sh2 exec /usr/bin/uname -m
/netbsd-current/usr.bin/uname/
H A DMakefile4 PROG= uname
/netbsd-current/external/bsd/ntp/dist/scripts/deprecated/
H A Dhpadjtime.sh3 if [ -f /bin/uname -o -f /usr/bin/uname ]; then
4 set `uname -a | tr '[A-Z]' '[a-z]'`
/netbsd-current/distrib/sun2/ramdisk/
H A Dmtree.conf5 /set type=dir uname=root gname=wheel mode=0755
/netbsd-current/distrib/sun3/ramdisk/
H A Dmtree.conf5 /set type=dir uname=root gname=wheel mode=0755
/netbsd-current/external/bsd/atf/dist/tools/share/
H A Datf-run.hooks49 atf_tps_writer_info "uname.sysname" $(uname -s)
50 atf_tps_writer_info "uname.nodename" $(uname -n)
51 atf_tps_writer_info "uname.release" $(uname -r)
52 atf_tps_writer_info "uname.version" $(uname -v)
53 atf_tps_writer_info "uname.machine" $(uname
[all...]
/netbsd-current/games/battlestar/
H A Dinit.c111 wizard(const char *uname) argument
115 if ((flag = checkout(uname)) != 0)
116 printf("You are the Great wizard %s.\n", uname);
121 checkout(const char *uname) argument
126 if (strcmp(*ptr, uname) == 0)
129 if (strcmp(*ptr, uname) == 0) {
131 uname);
/netbsd-current/lib/libc/gen/
H A Dgetgrouplist.c58 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt)
62 _DIAGASSERT(uname != NULL);
67 rv = getgroupmembership(uname, agroup, groups, *grpcnt, &groupc);
H A Dinitgroups.c55 initgroups(const char *uname, gid_t agroup)
62 _DIAGASSERT(uname != NULL);
65 if (getgrouplist(uname, agroup, groups, &ngroups) == -1) {
70 if (getgrouplist(uname, agroup, groups, &ngroups) == -1)
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Duname1.c1 /* Check that the right machine name appears in the uname result.
10 if (uname (&buf) != 0
/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dtexi2pdf7 && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \
12 && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Duname1.c1 /* Check that the right machine name appears in the uname result.
10 if (uname (&buf) != 0
/netbsd-current/distrib/amiga/floppies/inst-common/
H A Dmtree.conf3 /set type=dir uname=root gname=wheel mode=0755
/netbsd-current/distrib/vax/inst-common/
H A Dmtree.conf3 /set type=dir uname=root gname=wheel mode=0755
/netbsd-current/sys/arch/hpcmips/stand/dspgen/
H A Ddo_subst.sh32 if [ `uname` = SunOS ]; then
/netbsd-current/libexec/httpd/testsuite/
H A Dhtml_cmp20 h=`hostname || uname -n`
/netbsd-current/external/bsd/jemalloc/dist/scripts/
H A Dgen_run_tests.py5 from os import uname namespace
14 uname = uname()[0] variable
78 if (uname == 'Linux' and linux_supported) \
79 or (not linux_supported and (uname != 'Darwin' or \
/netbsd-current/crypto/dist/ipsec-tools/
H A Dbootstrap5 case `uname -s` in
/netbsd-current/distrib/evbsh3/rom/ramdiskcommon/
H A Dmtree.conf3 /set type=dir uname=root gname=wheel mode=0755
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dautogen.sh7 SYSNAME=`uname`
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dllvmgrep29 case `uname -s` in
/netbsd-current/external/bsd/ntp/dist/sntp/scripts/
H A Dcvo.sh37 CVO_KOSVER=`uname -r`
42 CVO_KOSVER=`uname -r`
70 CVO_KOSVER=`uname -r`
75 CVO_KOSVER=`uname -r`
80 CVO_KOSVER=`uname -r`
82 CVO_OS=$cvo_KERN`uname -r`
87 CVO_KOSVER=`uname -r`
107 # uname -r is the cygwin version #, eg: 1.3.3(0.46/3/2)
108 # uname -s returns something like CYGWIN_NT-5.0
109 CVO_OS="$CVO_OS`uname
[all...]
/netbsd-current/sys/sys/
H A Dutsname.h59 int uname(struct utsname *);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgethostname.c60 ret = uname (&utsname);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DHost.inc30 if (uname(&info))
47 // Reset the OS to darwin as the OS version from `uname` doesn't use the
58 if (uname(&name) != -1) {

Completed in 428 milliseconds

1234567891011>>