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

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/sys/
H A Dutsname.h13 /* ULTRIX's uname */
15 extern int uname();
/netbsd-6-1-5-RELEASE/usr.bin/machine/
H A Dmachine.sh2 exec /usr/bin/uname -m
/netbsd-6-1-5-RELEASE/distrib/atari/floppies/common/
H A Dmtree.conf3 ./.profile type=file uname=root gname=wheel mode=0644
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Dmknames.sh29 if [ $(uname) = "Darwin" ]; then
H A Dmkerrtags.sh29 if [ $(uname) = "Darwin" ]; then
/netbsd-6-1-5-RELEASE/usr.bin/uname/
H A DMakefile4 PROG= uname
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/
H A Dhpadjtime.sh3 if [ -f /bin/uname -o -f /usr/bin/uname ]; then
4 set `uname -a | tr '[A-Z]' '[a-z]'`
/netbsd-6-1-5-RELEASE/regress/libexec/ld.elf_so/expand/
H A DMakefile21 uname -p; \
22 uname -s; \
23 uname -r; \
30 echo "$$(uname -r)/"; \
31 echo "$$(uname -p)$$(uname -s)") > $@
/netbsd-6-1-5-RELEASE/distrib/sun2/ramdisk/
H A Dmtree.conf5 /set type=dir uname=root gname=wheel mode=0755
/netbsd-6-1-5-RELEASE/distrib/sun3/ramdisk/
H A Dmtree.conf5 /set type=dir uname=root gname=wheel mode=0755
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/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-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/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-6-1-5-RELEASE/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-6-1-5-RELEASE/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(uname, agroup)
56 const char *uname;
64 _DIAGASSERT(uname != NULL);
67 if (getgrouplist(uname, agroup, groups, &ngroups) == -1) {
72 if (getgrouplist(uname, agroup, groups, &ngroups) == -1)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/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-6-1-5-RELEASE/gnu/dist/texinfo/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-6-1-5-RELEASE/distrib/amiga/floppies/inst-common/
H A Dmtree.conf3 /set type=dir uname=root gname=wheel mode=0755
/netbsd-6-1-5-RELEASE/distrib/vax/inst-common/
H A Dmtree.conf3 /set type=dir uname=root gname=wheel mode=0755
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/dspgen/
H A Ddo_subst.sh32 if [ `uname` = SunOS ]; then
/netbsd-6-1-5-RELEASE/libexec/httpd/testsuite/
H A Dhtml_cmp12 h=`hostname || uname -n`
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/
H A Dbootstrap5 case `uname -s` in
/netbsd-6-1-5-RELEASE/distrib/evbsh3/rom/ramdiskcommon/
H A Dmtree.conf3 /set type=dir uname=root gname=wheel mode=0755
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20001229-1.c41 char uname[33] = "", tty[38] = "/dev/"; local
42 foo(uname, tty);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20001229-1.c41 char uname[33] = "", tty[38] = "/dev/"; local
42 foo(uname, tty);

Completed in 411 milliseconds

1234567891011>>