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

1234567891011

/freebsd-10-stable/contrib/top/
H A Dmetatop12 # To use metatop your operating system needs to have the command "uname"
14 # It will try to execute the command "top-`uname -m`-`uname -r`" For
25 exec $0-`uname -m`-`uname -r` "$@"
/freebsd-10-stable/usr.bin/uname/
H A DMakefile3 PROG= uname
/freebsd-10-stable/contrib/ntp/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]'`
/freebsd-10-stable/lib/libc/gen/
H A Duname.c31 static char sccsid[] = "From: @(#)uname.c 8.1 (Berkeley) 1/4/94";
36 #define uname wrapped_uname macro
41 #undef uname macro
44 uname(struct utsname *name) function
H A Dgetgrouplist.c48 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) argument
50 return __getgroupmembership(uname, agroup, groups, *grpcnt, grpcnt);
H A Dinitgroups.c47 initgroups(uname, agroup)
48 const char *uname;
64 getgrouplist(uname, agroup, groups, &ngroups);
/freebsd-10-stable/release/picobsd/tinyware/passwd/
H A Dpasswd.c79 char *uname; local
139 if ((uname = getlogin()) == NULL)
146 uname = argv[0];
156 res = use_yp(uname, 0, 0);
159 exit(yp_passwd(uname));
165 errx(1, "unknown local user: %s", uname);
172 errx(1, "unknown NIS user: %s", uname);
175 exit(yp_passwd(uname));
179 exit(local_passwd(uname));
/freebsd-10-stable/usr.sbin/sa/
H A Ddb.c57 db_copy_in(DB **mdb, const char *dbname, const char *uname, BTREEINFO *bti, argument
73 warn("retrieving %s summary", uname);
74 db_destroy(*mdb, uname);
87 warn("get version key from %s stats", uname);
93 data.size, uname);
100 version, uname);
116 warn("converting %s stats", uname);
123 warn("initializing %s stats", uname);
129 warn("retrieving %s summary", uname);
135 warn("closing %s summary", uname);
149 db_copy_out(DB *mdb, const char *dbname, const char *uname, BTREEINFO *bti) argument
203 db_destroy(DB *db, const char *uname) argument
[all...]
/freebsd-10-stable/contrib/bmake/
H A Dmachine.sh20 OS=`uname`
21 OSREL=`uname -r`
23 machine=`uname -p 2>/dev/null || uname -m`
26 # there is at least one case of `uname -p` outputting
30 machine=`uname -m`
54 MACHINE_ARCH=`uname -m`;
76 OSREL=`uname -v`
78 MACHINE_ARCH=`uname -m`
/freebsd-10-stable/contrib/bmake/mk/
H A Dhost-target.mk6 _HOST_OSNAME != uname -s
10 _HOST_OSREL != uname -r
14 _HOST_MACHINE != uname -m
22 _HOST_ARCH != uname -p 2> /dev/null || uname -m
23 # uname -p may produce garbage on linux
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Dautogen.sh7 SYSNAME=`uname`
/freebsd-10-stable/contrib/file/src/
H A Dtar.h64 char uname[TUNMLEN]; member in struct:record::header
71 /* The magic field is filled with this if uname and gname are valid. */
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dgethostname.c58 ret = uname (&utsname);
/freebsd-10-stable/etc/periodic/daily/
H A D510.status-world-kernel18 _U=$(/usr/bin/uname -U 2>/dev/null)
19 _K=$(/usr/bin/uname -K 2>/dev/null)
/freebsd-10-stable/sys/sys/
H A Dutsname.h40 #define SYS_NMLN 32 /* uname(2) for the FreeBSD 1.1 ABI. */
63 uname(struct utsname *name) function
/freebsd-10-stable/contrib/ntp/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...]
/freebsd-10-stable/sys/tools/
H A Dvnode_if.awk74 printc(ind"ASSERT_VI_UNLOCKED("star"a->a_"arg", \""uname"\");");
77 printc(ind"ASSERT_VOP_LOCKED(" star "a->a_"arg", \""uname"\");");
79 printc(ind"ASSERT_VOP_UNLOCKED(" star "a->a_"arg", \""uname"\");");
81 printc(ind"ASSERT_VOP_ELOCKED(" star "a->a_"arg", \""uname"\");");
224 uname = toupper(name);
274 ctrstr = ctrargs "(KTR_VOP, \"VOP\", \"" uname "\", (uintptr_t)a,\n\t ";
301 printh("int " uname "_AP(struct " name "_args *);");
302 printh("int " uname "_APV(struct vop_vector *vop, struct " name "_args *);");
304 printh("static __inline int " uname "(");
315 printh("\treturn (" uname "_AP
[all...]
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dgetgrouplist.c46 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) argument
79 if (!strcmp(grp->gr_mem[i], uname)) {
/freebsd-10-stable/release/picobsd/build/
H A Dmfs.mtree4 /set type=dir uname=root gname=wheel mode=0755
/freebsd-10-stable/tools/tools/netrate/tcpp/
H A Drunit.pl23 print OUTFILE "# hydra1: ".`ssh root\@hydra1 uname -a`."\n";
24 print OUTFILE "# hydra2: ".`ssh root\@hydra2 uname -a`."\n";
/freebsd-10-stable/contrib/ncurses/misc/
H A Dtdlint41 ARCH=`uname -s`
43 echo '? uname not found'
54 case `uname -r` in
/freebsd-10-stable/contrib/pjdfstest/
H A DMakefile6 @OSTYPE=`uname`; \
/freebsd-10-stable/tools/regression/pjdfstest/
H A DMakefile6 @OSTYPE=`uname`; \
/freebsd-10-stable/crypto/openssl/util/
H A Dselftest.pl28 $uname=`uname -a`;
29 $uname="??\n" if $uname eq "";
72 print OUT "OS (uname): $uname";
/freebsd-10-stable/crypto/openssh/regress/
H A Dagent-ptrace.sh6 if have_prog uname ; then
7 case `uname` in

Completed in 155 milliseconds

1234567891011