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

1234567891011

/freebsd-11-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-11-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
43 int uname(struct utsname *);
46 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(const char *uname, gid_t agroup) argument
62 getgrouplist(uname, agroup, groups, &ngroups);
/freebsd-11-stable/usr.bin/uname/
H A DMakefile3 PROG= uname
/freebsd-11-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-11-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-11-stable/usr.sbin/sa/
H A Ddb.c59 db_copy_in(DB **mdb, const char *dbname, const char *uname, BTREEINFO *bti, argument
75 warn("retrieving %s summary", uname);
76 db_destroy(*mdb, uname);
89 warn("get version key from %s stats", uname);
95 data.size, uname);
102 version, uname);
118 warn("converting %s stats", uname);
125 warn("initializing %s stats", uname);
131 warn("retrieving %s summary", uname);
137 warn("closing %s summary", uname);
151 db_copy_out(DB *mdb, const char *dbname, const char *uname, BTREEINFO *bti) argument
205 db_destroy(DB *db, const char *uname) argument
[all...]
/freebsd-11-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`
48 OSMAJOR=`uname -v`
49 OSMINOR=`uname -r`
60 MACHINE_ARCH=`uname -m`;
82 OSREL=`uname
[all...]
/freebsd-11-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-11-stable/share/mk/
H A Dhost-target.mk7 _HOST_OSNAME != uname -s
11 _HOST_OSREL != uname -r
15 _HOST_MACHINE != uname -m
23 _HOST_ARCH != uname -p 2> /dev/null || uname -m
24 # uname -p may produce garbage on linux
/freebsd-11-stable/release/scripts/
H A Dmtree-to-plist.awk4 uname = gname = mode = flags = tags = type = ""
6 if ($i ~ /^uname=/) {
7 uname=$i
8 gsub(/uname=/, "", uname)
79 print "@"type"("uname","gname","mode","flags") " $1 > output
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dautogen.sh7 SYSNAME=`uname`
/freebsd-11-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-11-stable/crypto/heimdal/lib/roken/
H A Dgethostname.c58 ret = uname (&utsname);
/freebsd-11-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-11-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-11-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-11-stable/contrib/llvm-project/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) {
/freebsd-11-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"\");");
222 uname = toupper(name);
272 ctrstr = ctrargs "(KTR_VOP, \"VOP\", \"" uname "\", (uintptr_t)a,\n\t ";
299 printh("int " uname "_AP(struct " name "_args *);");
300 printh("int " uname "_APV(struct vop_vector *vop, struct " name "_args *);");
302 printh("static __inline int " uname "(");
313 printh("\treturn (" uname "_AP
[all...]
/freebsd-11-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-11-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-11-stable/contrib/ncurses/misc/
H A Dtdlint41 ARCH=`uname -s`
43 echo '? uname not found'
54 case `uname -r` in
/freebsd-11-stable/contrib/pjdfstest/
H A DMakefile6 @OSTYPE=`uname`; \
/freebsd-11-stable/crypto/openssh/regress/
H A Dagent-ptrace.sh6 if have_prog uname ; then
7 case `uname` in

Completed in 207 milliseconds

1234567891011