Home
last modified time | relevance | path

Searched refs:os (Results 1 – 25 of 1089) sorted by relevance

12345678910>>...44

/freebsd-12-stable/contrib/apr/misc/unix/
Dgetopt.c40 APR_DECLARE(apr_status_t) apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont, in apr_getopt_init() argument
45 *os = apr_palloc(cont, sizeof(apr_getopt_t)); in apr_getopt_init()
46 (*os)->cont = cont; in apr_getopt_init()
47 (*os)->reset = 0; in apr_getopt_init()
48 (*os)->errfn = (apr_getopt_err_fn_t*)(fprintf); in apr_getopt_init()
49 (*os)->errarg = (void*)(stderr); in apr_getopt_init()
51 (*os)->place = EMSG; in apr_getopt_init()
52 (*os)->argc = argc; in apr_getopt_init()
60 (*os)->argv = argv_buff; in apr_getopt_init()
61 (*os)->argv[argc] = NULL; in apr_getopt_init()
[all …]
/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest-printers.cc64 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument
72 *os << ' '; in PrintByteSegmentInObjectTo()
74 *os << '-'; in PrintByteSegmentInObjectTo()
77 *os << text; in PrintByteSegmentInObjectTo()
83 ostream* os) { in PrintBytesInObjectToImpl() argument
85 *os << count << "-byte object <"; in PrintBytesInObjectToImpl()
94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
97 *os << " ... "; in PrintBytesInObjectToImpl()
100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
[all …]
/freebsd-12-stable/contrib/openbsm/config/
Dconfig.sub122 os=-$maybe_os
128 then os=`echo $1 | sed 's/.*-/-/'`
129 else os=; fi
137 case $os in
138 -sun*os*)
148 os=
152 os=
158 os=-vxworks
162 os=-chorusos
166 os=-chorusrdb
[all …]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
Dtst.Bean.ksh.out8 serialized: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9,
16 deserialized: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9,
25 encoded: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9,
33 decoded: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9,
42 …serialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari…
45os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org.opensolaris.os.dtrace.Distributio…
53 …deserialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensola…
56os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org.opensolaris.os.dtrace.Distributio…
65 …encoded: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolaris.o…
68os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org.opensolaris.os.dtrace.Distributio…
[all …]
Dtst.MultiAggPrinta.ksh.out1os.dtrace.ProbeData[epid = 1, enabledProbeDescription = dtrace:::BEGIN, flow = null, records = [or…
5 …rg.opensolaris.os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name =…
7os.dtrace.PrintaRecord[aggregations = [], formattedStrings = {[]= }, tuples = [[]], output = ], o…
13os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = a, id = 2, rec…
21os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = c, id = 4, rec…
23os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = c, id = 4, rec…
25 …g.opensolaris.os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = …
27os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = a, id = 2, rec…
33os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = a, id = 2, rec…
39os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = a, id = 2, rec…
[all …]
/freebsd-12-stable/contrib/binutils/
Dconfig.sub126 os=-$maybe_os
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=
162 os=-vxworks
166 os=-chorusos
170 os=-chorusrdb
[all …]
/freebsd-12-stable/crypto/heimdal/
Dconfig.sub130 os=-$maybe_os
136 then os=`echo $1 | sed 's/.*-/-/'`
137 else os=; fi
145 case $os in
146 -sun*os*)
156 os=
160 os=-cnk
163 os=
169 os=-vxworks
173 os=-chorusos
[all …]
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
Dgtest-printers.h131 ::std::ostream* os);
154 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
157 sizeof(value), os); in PrintValue()
169 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
174 *os << ("<" + pretty_str + ">"); in PrintValue()
188 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
190 *os << kBigInt; in PrintValue()
203 static void PrintValue(const T& value, ::std::ostream* os);
233 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
246 kOtherType)>::PrintValue(x, &os);
[all …]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddmu_objset.c96 dmu_objset_spa(objset_t *os) in dmu_objset_spa() argument
98 return (os->os_spa); in dmu_objset_spa()
102 dmu_objset_zil(objset_t *os) in dmu_objset_zil() argument
104 return (os->os_zil); in dmu_objset_zil()
108 dmu_objset_pool(objset_t *os) in dmu_objset_pool() argument
112 if ((ds = os->os_dsl_dataset) != NULL && ds->ds_dir) in dmu_objset_pool()
115 return (spa_get_dsl(os->os_spa)); in dmu_objset_pool()
119 dmu_objset_ds(objset_t *os) in dmu_objset_ds() argument
121 return (os->os_dsl_dataset); in dmu_objset_ds()
125 dmu_objset_type(objset_t *os) in dmu_objset_type() argument
[all …]
/freebsd-12-stable/contrib/ncurses/
Dconfig.sub123 os=-$maybe_os
127 os=-linux-android
133 then os=`echo $1 | sed 's/.*-/-/'`
134 else os=; fi
142 case $os in
143 -sun*os*)
153 os=
157 os=-cnk
160 os=
166 os=-vxworks
[all …]
/freebsd-12-stable/contrib/dialog/
Dconfig.sub123 os=-$maybe_os
127 os=-linux-android
133 then os=`echo $1 | sed 's/.*-/-/'`
134 else os=; fi
142 case $os in
143 -sun*os*)
153 os=
157 os=-cnk
160 os=
166 os=-vxworks
[all …]
/freebsd-12-stable/crypto/openssh/
Dconfig.sub958 os=${os:-unicosmp}
962 os=${os:-unicos}
1006 os=${os:-bosx}
1015 os=linux
1028 os=$os"spe"
1038 os=linux
1048 os=linux
1108 os=${os:-elf}
1119 os=${os:-elf}
1150 os=${os:-linux-gnu}
[all …]
/freebsd-12-stable/contrib/libevent/build-aux/
Dconfig.sub958 os=${os:-unicosmp}
962 os=${os:-unicos}
1006 os=${os:-bosx}
1015 os=linux
1028 os=$os"spe"
1038 os=linux
1048 os=linux
1108 os=${os:-elf}
1119 os=${os:-elf}
1150 os=${os:-linux-gnu}
[all …]
/freebsd-12-stable/contrib/byacc/
Dconfig.sub122 os=-$maybe_os
126 os=-linux-android
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=-cnk
159 os=
165 os=-vxworks
[all …]
/freebsd-12-stable/contrib/ldns/
Dconfig.sub122 os=-$maybe_os
126 os=-linux-android
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=-cnk
159 os=
165 os=-vxworks
[all …]
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Dconfig.sub123 os=-$maybe_os
127 os=-linux-android
133 then os=`echo $1 | sed 's/.*-/-/'`
134 else os=; fi
142 case $os in
143 -sun*os*)
153 os=
157 os=-cnk
160 os=
166 os=-vxworks
[all …]
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
Dconfig.sub123 os=-$maybe_os
127 os=-linux-android
133 then os=`echo $1 | sed 's/.*-/-/'`
134 else os=; fi
142 case $os in
143 -sun*os*)
153 os=
157 os=-cnk
160 os=
166 os=-vxworks
[all …]
/freebsd-12-stable/contrib/openpam/
Dconfig.sub806 os=linux
810 os=cnk
823 os=${os:-unicos}
827 os=bsd
831 os=bsd
835 os=bsd
839 os=bsd
843 os=bsd
847 os=${os:-elf}
860 os=${os:-elf}
[all …]
/freebsd-12-stable/contrib/libpcap/
Dconfig.sub812 os=linux
816 os=cnk
829 os=${os:-unicos}
833 os=bsd
837 os=bsd
841 os=bsd
845 os=bsd
849 os=bsd
853 os=${os:-elf}
866 os=${os:-elf}
[all …]
/freebsd-12-stable/contrib/tcpdump/
Dconfig.sub812 os=linux
816 os=cnk
829 os=${os:-unicos}
833 os=bsd
837 os=bsd
841 os=bsd
845 os=bsd
849 os=bsd
853 os=${os:-elf}
866 os=${os:-elf}
[all …]
/freebsd-12-stable/contrib/file/
Dconfig.sub1347 case $os in
1352 os=auroraux
1355 os=cnk
1358 os=`echo "$os" | sed -e 's|solaris1|sunos4|'`
1361 os=solaris2
1364 os=sysv4.2uw
1368 os=ose
1372 os=chorusos
1375 os=isc2.2
1378 os=sco5v6
[all …]
/freebsd-12-stable/contrib/sqlite3/
Dconfig.sub1352 case $os in
1357 os=auroraux
1360 os=cnk
1363 os=`echo "$os" | sed -e 's|solaris1|sunos4|'`
1366 os=solaris2
1369 os=sysv4.2uw
1373 os=ose
1377 os=chorusos
1380 os=isc2.2
1383 os=sco5v6
[all …]
/freebsd-12-stable/contrib/subversion/
Dwin-tests.py30 import os, sys, subprocess
123 CMDLINE_TEST_SCRIPT_NATIVE_PATH = CMDLINE_TEST_SCRIPT_PATH.replace('/', os.sep)
125 sys.path.insert(0, os.path.join('build', 'generator'))
130 version_header = os.path.join('subversion', 'include', 'svn_version.h')
219 os.environ['SVN_ASP_DOT_NET_HACK'] = opt
221 abs_httpd_dir = os.path.abspath(val)
296 abs_srcdir = os.path.abspath("")
297 abs_objdir = os.path.join(abs_srcdir, objdir)
302 abs_builddir = os.path.abspath(args[0])
347 tgt_dir = os.path.join(abs_builddir, dirname)
[all …]
/freebsd-12-stable/sys/dev/cxgbe/
Dt4_mp_ring.c120 union ring_state os, ns; in drain_ring() local
128 os.state = atomic_load_acq_64(&r->state); in drain_ring()
129 MPASS(os.flags == BUSY); in drain_ring()
131 cidx = os.cidx; in drain_ring()
132 pidx = os.pidx_tail; in drain_ring()
144 os.state = atomic_load_64(&r->state); in drain_ring()
146 ns.state = os.state; in drain_ring()
149 MPASS(os.flags == BUSY || in drain_ring()
150 os.flags == TOO_BUSY || in drain_ring()
151 os.flags == TAKING_OVER); in drain_ring()
[all …]
/freebsd-12-stable/sys/net/
Dmp_ring.c96 drain_ring_locked(struct ifmp_ring *r, union ring_state os, uint16_t prev, int budget) in drain_ring_locked() argument
100 uint16_t cidx = os.cidx; in drain_ring_locked()
101 uint16_t pidx = os.pidx_tail; in drain_ring_locked()
103 MPASS(os.flags == BUSY); in drain_ring_locked()
116 os.state = ns.state = r->state; in drain_ring_locked()
140 os.state = ns.state = r->state; in drain_ring_locked()
171 drain_ring_lockless(struct ifmp_ring *r, union ring_state os, uint16_t prev, int budget) in drain_ring_lockless() argument
175 uint16_t cidx = os.cidx; in drain_ring_lockless()
176 uint16_t pidx = os.pidx_tail; in drain_ring_lockless()
178 MPASS(os.flags == BUSY); in drain_ring_lockless()
[all …]

12345678910>>...44