Home
last modified time | relevance | path

Searched full:uname (Results 1 – 25 of 616) sorted by relevance

12345678910>>...25

/freebsd/etc/mtree/
H A DBSD.var.dist5 /set type=dir uname=root gname=wheel mode=0755 tags=package=runtime
10 /set uname=daemon
15 /set uname=root
20 dist uname=auditdistd gname=audit mode=0770
22 remote uname=auditdistd gname=wheel mode=0700
25 authpf uname=root gname=authpf mode=0770
40 entropy uname=operator gname=operator mode=0700
50 ntp uname=ntpd gname=ntpd
71 msgs uname=daemon
88 dma uname
[all...]
/freebsd/usr.sbin/sa/
H A Ddb.c56 db_copy_in(DB **mdb, const char *dbname, const char *uname, BTREEINFO *bti, in db_copy_in() argument
72 warn("retrieving %s summary", uname); in db_copy_in()
73 db_destroy(*mdb, uname); in db_copy_in()
86 warn("get version key from %s stats", uname); in db_copy_in()
92 data.size, uname); in db_copy_in()
99 version, uname); in db_copy_in()
115 warn("converting %s stats", uname); in db_copy_in()
122 warn("initializing %s stats", uname); in db_copy_in()
128 warn("retrieving %s summary", uname); in db_copy_in()
134 warn("closing %s summary", uname); in db_copy_in()
[all …]
/freebsd/contrib/ntp/sntp/scripts/
H A Dcvo.sh34 CVO_KOSVER=`uname -r`
43 CVO_KOSVER=`uname -r`
48 CVO_KOSVER=`uname -r`
76 CVO_KOSVER=`uname -r`
81 CVO_KOSVER=`uname -r`
86 CVO_KOSVER=`uname -r`
88 CVO_OS=$cvo_KERN`uname -r`
93 CVO_KOSVER=`uname -r`
113 # uname -r is the cygwin version #, eg: 1.3.3(0.46/3/2)
114 # uname
[all...]
/freebsd/contrib/bmake/
H A Dos.sh38 OS=`uname`
39 OSREL=`uname -r`
41 MACHINE=`uname -m`
42 MACHINE_ARCH=`uname -p 2>/dev/null || echo $MACHINE`
44 # there is at least one case of `uname -p`
45 # and even `uname -m` outputting usless info
87 OSMAJOR=`uname -v`
88 OSMINOR=`uname -r`
94 CYGWIN*) # uname -s not very useful
95 # uname -o produces just Cygwin which is better
[all …]
/freebsd/crypto/openssh/
H A Dsurvey.sh.in38 echo "uname: `uname`"
40 echo "uname-r: `uname -r`"
42 echo "uname-m: `uname -m`"
44 echo "uname-p: `uname -p`"
H A Dconfig.guess141 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
143 if test -f /.attbin/uname ; then
147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
205 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
368 # 1.2 uses "1.2" for uname -r.
413 case `/usr/bin/uname -p` in
459 UNAME_RELEASE=`uname -v`
[all …]
/freebsd/lib/libc/gen/
H A Duname.332 .Nm uname
39 .Fn uname "struct utsname *name"
42 .Fn uname
67 .Rv -std uname
97 .Fn uname
103 .Xr uname 1 ,
107 .Fn uname
112 .Fn uname
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c60 static int64_t lookup_gid(void *, const char *uname, int64_t);
61 static int64_t lookup_uid(void *, const char *uname, int64_t);
168 lookup_uid(void *private_data, const char *uname, int64_t uid)
174 /* If no uname, just use the uid provided. */ in lookup_uid()
175 if (uname == NULL || *uname == '\0') in lookup_uid()
178 /* Try to find uname in the cache. */ in lookup_uid()
179 h = hash(uname); in lookup_uid()
181 if (b->name != NULL && b->hash == h && strcmp(uname, b->name) == 0) in lookup_uid()
186 b->name = strdup(uname); in lookup_uid()
169 lookup_uid(void * private_data,const char * uname,int64_t uid) lookup_uid() argument
[all...]
/freebsd/share/mk/
H A Dhost-target.mk10 _HOST_OSNAME := ${.MAKE.OS:U${uname -s:L:sh}}
14 _HOST_OSREL != uname -r
18 _HOST_ARCH != uname -p 2> /dev/null || uname -m
19 # uname -p may produce garbage on linux
29 _HOST_MACHINE != uname -m
32 # uname -m may produce garbage on darwin ppc
/freebsd/contrib/bmake/mk/
H A Dhost-target.mk24 _HOST_OSNAME := ${.MAKE.OS:U${uname -s:L:sh}}
28 _HOST_OSREL != uname -r
32 _HOST_ARCH != uname -p 2> /dev/null || uname -m
33 # uname -p may produce garbage on linux
43 _HOST_MACHINE != uname -m
46 # uname -m may produce garbage on darwin ppc
/freebsd/crypto/heimdal/
H A Dconfig.guess131 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
133 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
137 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
138 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
139 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
140 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
270 # 1.2 uses "1.2" for uname -r.
275 # Should we change UNAME_MACHINE based on the output of uname instead
324 case `/usr/bin/uname -p` in
364 UNAME_RELEASE=`uname -v`
[all …]
/freebsd/release/
H A DMakefile141 …echo "./var/db/etcupdate type=dir uname=root gname=wheel mode=0755" >> ${.OBJDIR}/${DISTDIR}/base.…
189 echo "./usr/freebsd-dist type=dir uname=root gname=wheel mode=0755" >> ${.TARGET}/METALOG
191 …do echo "./usr/freebsd-dist/$${dist} type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/MET…
209 …echo "./etc/resolv.conf type=link uname=root gname=wheel mode=0644 link=/tmp/bsdinstall_etc/resolv…
210 echo "./etc/rc.conf type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
211 echo "./etc/sysctl.conf type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
212 echo "./boot/loader.conf type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
213 echo "./etc/rc.local type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
233 echo "./usr/freebsd-dist type=dir uname=root gname=wheel mode=0755" >> ${.TARGET}/METALOG
234 echo "./usr/freebsd-dist/MANIFEST type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Dconfig.guess124 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
126 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
130 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
131 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
132 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
133 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
171 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
302 # 1.2 uses "1.2" for uname -r.
310 # Should we change UNAME_MACHINE based on the output of uname instead
359 case `/usr/bin/uname -p` in
[all …]
/freebsd/contrib/dialog/
H A Dconfig.guess128 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
130 if test -f /.attbin/uname ; then
134 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
135 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
136 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
137 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
182 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
338 # 1.2 uses "1.2" for uname -r.
386 case `/usr/bin/uname -p` in
426 UNAME_RELEASE=`uname -v`
[all …]
/freebsd/contrib/libevent/build-aux/
H A Dconfig.guess128 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
130 if test -f /.attbin/uname ; then
134 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
135 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
136 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
137 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
182 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
338 # 1.2 uses "1.2" for uname -r.
386 case `/usr/bin/uname -p` in
426 UNAME_RELEASE=`uname -v`
[all …]
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess124 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
126 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
130 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
131 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
132 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
133 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
288 # 1.2 uses "1.2" for uname -r.
296 # Should we change UNAME_MACHINE based on the output of uname instead
345 case `/usr/bin/uname -p` in
385 UNAME_RELEASE=`uname -v`
[all …]
/freebsd/contrib/openpam/
H A Dconfig.guess127 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
129 if test -f /.attbin/uname ; then
133 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
134 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
135 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
136 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
181 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
331 # 1.2 uses "1.2" for uname -r.
379 case `/usr/bin/uname -p` in
414 UNAME_RELEASE=`uname -v`
[all …]
/freebsd/contrib/file/
H A Dconfig.guess141 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
143 if test -f /.attbin/uname ; then
147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
205 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
372 # 1.2 uses "1.2" for uname -r.
417 case `/usr/bin/uname -p` in
463 UNAME_RELEASE=`uname -v`
[all …]
/freebsd/contrib/sqlite3/
H A Dconfig.guess141 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
143 if test -f /.attbin/uname ; then
147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
205 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
368 # 1.2 uses "1.2" for uname -r.
413 case `/usr/bin/uname -p` in
459 UNAME_RELEASE=`uname -v`
[all …]
/freebsd/contrib/ldns/
H A Dconfig.guess141 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
143 if test -f /.attbin/uname ; then
147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
205 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
368 # 1.2 uses "1.2" for uname -r.
413 case `/usr/bin/uname -p` in
459 UNAME_RELEASE=`uname -v`
[all …]
/freebsd/contrib/ncurses/
H A Dconfig.guess141 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
143 if test -f /.attbin/uname ; then
147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
211 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
374 # 1.2 uses "1.2" for uname -r.
419 case `/usr/bin/uname -p` in
465 UNAME_RELEASE=`uname -v`
[all …]
/freebsd/contrib/byacc/
H A Dconfig.guess141 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
143 if test -f /.attbin/uname ; then
147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
209 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
372 # 1.2 uses "1.2" for uname -r.
417 case `/usr/bin/uname -p` in
463 UNAME_RELEASE=`uname -v`
[all …]
/freebsd/contrib/tcpdump/
H A Dconfig.guess141 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
143 if test -f /.attbin/uname ; then
147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
211 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
374 # 1.2 uses "1.2" for uname -r.
419 case `/usr/bin/uname -p` in
465 UNAME_RELEASE=`uname -v`
[all …]
/freebsd/contrib/libpcap/
H A Dconfig.guess141 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
143 if test -f /.attbin/uname ; then
147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
211 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
374 # 1.2 uses "1.2" for uname -r.
419 case `/usr/bin/uname -p` in
465 UNAME_RELEASE=`uname -v`
[all …]
/freebsd/contrib/unbound/
H A Dconfig.guess141 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
143 if test -f /.attbin/uname ; then
147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
211 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
374 # 1.2 uses "1.2" for uname -r.
419 case `/usr/bin/uname -p` in
465 UNAME_RELEASE=`uname -v`
[all …]

12345678910>>...25