Searched refs:uname (Results 101 - 125 of 369) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/dist/fedora/
H A Dfedora.initrd.tcsd52 for d in `echo /lib/modules/$(uname -r)/kernel/drivers/char/tpm/tpm_*`; do
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/hlfsd/
H A Dhlfsd.h119 char *uname; /* an xref ptr to username2uid_t->username */ member in struct:uid2home_t
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dfindconfig.c39 (void) uname(&unamebuf);
/netbsd-6-1-5-RELEASE/libexec/httpd/lua/
H A DMakefile19 OPSYS!= uname -s
/netbsd-6-1-5-RELEASE/tests/ipf/
H A Dt_logging.sh38 case `uname -s` in
/netbsd-6-1-5-RELEASE/tools/
H A DMakefile.gnuhost21 BUILD_OSTYPE!= uname -s
100 BUILD_PLATFORM!= uname -srm | tr ' ()' '-'
/netbsd-6-1-5-RELEASE/tools/libdwarf/
H A DMakefile34 BUILD_OSTYPE!= uname -s
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsupcmisc.c211 ugconvert(char *uname, char *gname, int *uid, int *gid, int *mode) argument
227 if ((u = Llookup(uidL, uname)) != NULL)
229 else if ((pw = getpwnam(uname)) != NULL) {
230 Linsert(uidL, estrdup(uname), pw->pw_uid);
244 pw = getpwnam(uname);
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dextern.h95 void uname(void *, VARENT *, int);
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dconfigure78 case `(uname -s || echo unknown) 2>/dev/null` in
87 case `(uname -m || echo unknown) 2>/dev/null` in
105 case `(uname -sr || echo unknown) 2>/dev/null` in
110 case `(uname -m || echo unknown) 2>/dev/null` in
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dcvsbug.in149 SYSTEM=`( [ -f /bin/uname ] && /bin/uname -a ) || \
150 ( [ -f /usr/bin/uname ] && /usr/bin/uname -a ) || echo ""`
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgccbug.in150 SYSTEM=`( [ -f /bin/uname ] && /bin/uname -a ) || \
151 ( [ -f /usr/bin/uname ] && /usr/bin/uname -a ) || echo ""`
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgccbug.in151 SYSTEM=`( [ -f /bin/uname ] && /bin/uname -a ) || \
152 ( [ -f /usr/bin/uname ] && /usr/bin/uname -a ) || echo ""`
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/easy_tls/
H A DMakefile12 case `uname -s` in \
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/sgimips/
H A Dmd.c70 uname(&instsys);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/util/
H A Dmksymtbl.pl45 $ostype = `uname -s`;
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/test/
H A Dt-pvcreate-operation-md.sh66 linux_minor=$(echo `uname -r` | cut -d'.' -f3 | cut -d'-' -f1)
/netbsd-6-1-5-RELEASE/usr.bin/uname/
H A Duname.c1 /* $NetBSD: uname.c,v 1.10 1998/11/09 13:24:05 kleink Exp $ */
36 __RCSID("$NetBSD: uname.c,v 1.10 1998/11/09 13:24:05 kleink Exp $");
111 if (uname(&u) != 0) {
112 err(EXIT_FAILURE, "uname");
157 fprintf(stderr, "usage: uname [-amnprsv]\n");
/netbsd-6-1-5-RELEASE/tools/libctf/
H A DMakefile39 BUILD_OSTYPE!= uname -s
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Ddatabase.c235 process_crontab(const char *uname, const char *fname, const char *tabname, argument
253 } else if ((pw = getpwnam(uname)) == NULL) {
281 statbuf->st_uid != pw->pw_uid || strcmp(uname, pw->pw_name) != 0)) {
/netbsd-6-1-5-RELEASE/distrib/sets/
H A Dregpkg272 # get_osvers() - get the OS version number from osrelease.sh or $(uname -r),
290 method=uname
438 local dir uname gname mode
461 eval "$(${STAT} -f 'uname=%Su gname=%Sg mode=%#OLp' \
469 uname=*|gname=*|mode=*) eval "${word}" ;;
484 @exec install -d -o ${uname} -g ${gname} -m ${mode} ${d}
817 ./etc/mtree/set.${pkgset} type=file mode=0444 uname=root gname=wheel
/netbsd-6-1-5-RELEASE/usr.bin/units/
H A Dunits.c45 const char *uname; member in struct:__anon9895
200 unittable[unitcount].uname = dupstr(lineptr);
202 if (!strcmp(unittable[i].uname, lineptr)) {
449 if (!strcmp(unittable[i].uname, unit))
457 if (!strcmp(unittable[i].uname, copy)) {
469 if (!strcmp(unittable[i].uname, copy)) {
478 if (!strcmp(unittable[i].uname, copy)) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/
H A Dconfig49 # First get uname entries that we use below
51 [ "$MACHINE" ] || MACHINE=`(uname -m) 2>/dev/null` || MACHINE="unknown"
52 [ "$RELEASE" ] || RELEASE=`(uname -r) 2>/dev/null` || RELEASE="unknown"
53 [ "$SYSTEM" ] || SYSTEM=`(uname -s) 2>/dev/null` || SYSTEM="unknown"
54 [ "$BUILD" ] || VERSION=`(uname -v) 2>/dev/null` || VERSION="unknown"
57 # Now test for ISC and SCO, since it is has a braindamaged uname.
61 XREL=`uname -X 2>/dev/null | grep "^Release" | awk '{print $3}'`
381 # the output of uname. Be more creative:
724 if [ `uname -r | sed -e 's/5\.//'` -lt 10 ]; then
/netbsd-6-1-5-RELEASE/bin/pax/
H A Ddumptar.c84 PR(uname);
/netbsd-6-1-5-RELEASE/usr.sbin/etcupdate/
H A Detcupdate67 MACHINE="${MACHINE:="$(uname -m)"}"
69 MACHINE_ARCH="${MACHINE_ARCH:="$(uname -p)"}"

Completed in 305 milliseconds

1234567891011>>