Searched refs:os (Results 1 - 25 of 789) sorted by relevance

1234567891011>>

/freebsd-current/sys/amd64/include/xen/
H A Dxen-os.h5 #include <x86/xen/xen-os.h>
/freebsd-current/sys/i386/include/xen/
H A Dxen-os.h5 #include <x86/xen/xen-os.h>
/freebsd-current/crypto/openssl/fuzz/
H A Dhelper.py15 import os namespace
21 THIS_DIR = os.path.abspath(os.path.dirname(__file__))
22 CORPORA_DIR = os.path.abspath(os.path.join(THIS_DIR, "corpora"))
24 FUZZER_DIR = os.path.abspath(os.path.join(CORPORA_DIR, FUZZER))
25 if not os.path.isdir(FUZZER_DIR):
26 os.mkdir(FUZZER_DIR)
31 dd = os
[all...]
/freebsd-current/contrib/libcbor/doc/source/
H A Dconf.py16 import os namespace
20 # documentation root, use os.path.abspath to make it absolute, like shown here.
21 #sys.path.insert(0, os.path.abspath('.'))
22 sys.path.append(os.path.abspath(os.path.dirname(__file__)))
40 import subprocess, os namespace
43 on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
50 print(os.getcwd())
51 print(os.getcwd() + '/../build/doxygen/xml')
/freebsd-current/contrib/llvm-project/lldb/bindings/python/
H A Dlldb-python4 import os
8 lldb = os.path.join(os.path.dirname(__file__), 'lldb')
14 os.environ["PYTHONPATH"] = (
15 info["lldb-pythonpath"] + os.path.pathsep + os.environ.get("PYTHONPATH", ""))
17 os.execl(info["executable"], info["executable"], *sys.argv[1:])
H A DcreatePythonInit.py1 import os namespace
7 getFileName = lambda f: os.path.splitext(os.path.basename(f))[0]
25 pkgIniFile = os.path.normpath(os.path.join(pkgRelDir, "__init__.py"))
/freebsd-current/contrib/ncurses/
H A Dconfig.sub127 os=$field3-$field4
140 os=$maybe_os
144 os=linux-android
148 os=$field3
157 os=
162 # Prevent following clause from handling this valid os
163 sun*os*)
165 os=$field2
178 os=
182 os
[all...]
/freebsd-current/contrib/libevent/build-aux/
H A Dconfig.sub127 os=$field3-$field4
140 os=$maybe_os
144 os=linux-android
148 os=$field3
157 os=
162 # Prevent following clause from handling this valid os
163 sun*os*)
165 os=$field2
178 os=
182 os
[all...]
/freebsd-current/crypto/heimdal/
H A 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
[all...]
/freebsd-current/usr.sbin/makefs/zfs/
H A Dobjset.c80 zfs_objset_t *os; local
82 os = ecalloc(1, sizeof(*os));
83 os->osblksz = sizeof(objset_phys_t);
84 os->osloc = objset_space_alloc(zfs, os, &os->osblksz);
90 STAILQ_INIT(&os->dnodechunks);
93 STAILQ_INSERT_HEAD(&os->dnodechunks, chunk, next);
94 os
110 _objset_write(zfs_opt_t *zfs, zfs_objset_t *os, struct dnode_cursor *c, off_t loc) argument
158 objset_write(zfs_opt_t *zfs, zfs_objset_t *os) argument
194 objset_dnode_bonus_alloc(zfs_objset_t *os, uint8_t type, uint8_t bonustype, uint16_t bonuslen, uint64_t *idp) argument
216 objset_dnode_alloc(zfs_objset_t *os, uint8_t type, uint64_t *idp) argument
226 objset_dnode_lookup(zfs_objset_t *os, uint64_t id) argument
243 objset_space_alloc(zfs_opt_t *zfs, zfs_objset_t *os, off_t *lenp) argument
253 objset_space(const zfs_objset_t *os) argument
259 objset_root_blkptr_copy(const zfs_objset_t *os, blkptr_t *bp) argument
[all...]
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-printers.cc71 size_t count, ostream* os) {
79 *os << ' ';
81 *os << '-';
84 *os << text;
90 ostream* os) {
92 *os << count << "-byte object <";
100 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os);
102 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os);
103 *os << " ... ";
106 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os);
70 PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, size_t count, ostream* os) argument
89 PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, ostream* os) argument
130 PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, ostream* os) argument
151 PrintAsCharLiteralTo(Char c, ostream* os) argument
200 PrintAsStringLiteralTo(char32_t c, ostream* os) argument
231 PrintAsStringLiteralTo(char c, ostream* os) argument
236 PrintAsStringLiteralTo(char8_t c, ostream* os) argument
241 PrintAsStringLiteralTo(char16_t c, ostream* os) argument
245 PrintAsStringLiteralTo(wchar_t c, ostream* os) argument
253 PrintCharAndCodeTo(Char c, ostream* os) argument
276 PrintTo(unsigned char c, ::std::ostream* os) argument
277 PrintTo(signed char c, ::std::ostream* os) argument
281 PrintTo(wchar_t wc, ostream* os) argument
284 PrintTo(char32_t c, ::std::ostream* os) argument
291 PrintTo(__uint128_t v, ::std::ostream* os) argument
324 PrintTo(__int128_t v, ::std::ostream* os) argument
342 PrintCharsAsStringTo(const CharType* begin, size_t len, ostream* os) argument
371 UniversalPrintCharArray(const CharType* begin, size_t len, ostream* os) argument
394 UniversalPrintArray(const char* begin, size_t len, ostream* os) argument
401 UniversalPrintArray(const char8_t* begin, size_t len, ostream* os) argument
408 UniversalPrintArray(const char16_t* begin, size_t len, ostream* os) argument
414 UniversalPrintArray(const char32_t* begin, size_t len, ostream* os) argument
420 UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) argument
428 PrintCStringTo(const Char* s, ostream* os) argument
439 PrintTo(const char* s, ostream* os) argument
442 PrintTo(const char8_t* s, ostream* os) argument
445 PrintTo(const char16_t* s, ostream* os) argument
447 PrintTo(const char32_t* s, ostream* os) argument
457 PrintTo(const wchar_t* s, ostream* os) argument
516 ConditionalPrintAsText(const char* str, size_t length, ostream* os) argument
525 PrintStringTo(const ::std::string& s, ostream* os) argument
534 PrintU8StringTo(const ::std::u8string& s, ostream* os) argument
539 PrintU16StringTo(const ::std::u16string& s, ostream* os) argument
543 PrintU32StringTo(const ::std::u32string& s, ostream* os) argument
548 PrintWideStringTo(const ::std::wstring& s, ostream* os) argument
[all...]
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h132 void UniversalPrint(const T& value, ::std::ostream* os);
141 static void PrintValue(const T& container, std::ostream* os) { argument
143 *os << '{';
147 *os << ',';
149 *os << " ...";
153 *os << ' ';
154 // We cannot call PrintTo(elem, os) here as PrintTo() doesn't
156 internal::UniversalPrint(elem, os);
161 *os << ' ';
163 *os << '}';
176 PrintValue(T* p, ::std::ostream* os) argument
190 PrintValue(T* p, ::std::ostream* os) argument
240 PrintValue(const T& value, ::std::ostream* os) argument
257 PrintValue(internal::BiggestInt value, ::std::ostream* os) argument
264 PrintValue(internal::StringView value, ::std::ostream* os) argument
276 PrintValue(const T& value, ::std::ostream* os) argument
289 PrintValue(const T& value, ::std::ostream* os) argument
294 sizeof(value), os); local
300 PrintValue(const T&, ::std::ostream* os) argument
326 PrintWithFallback(const T& value, ::std::ostream* os) argument
464 PrintTo(const T& value, ::std::ostream* os) argument
475 PrintTo(char c, ::std::ostream* os) argument
479 PrintTo(static_cast<unsigned char>(c), os); local
483 PrintTo(bool x, ::std::ostream* os) argument
497 PrintTo(char16_t c, ::std::ostream* os) argument
498 PrintTo(ImplicitCast_<char32_t>(c), os); local
501 PrintTo(char8_t c, ::std::ostream* os) argument
502 PrintTo(ImplicitCast_<char32_t>(c), os); local
579 PrintTo(float f, ::std::ostream* os) argument
586 PrintTo(double d, ::std::ostream* os) argument
595 PrintTo(char* s, ::std::ostream* os) argument
596 PrintTo(ImplicitCast_<const char*>(s), os); local
601 PrintTo(const signed char* s, ::std::ostream* os) argument
602 PrintTo(ImplicitCast_<const void*>(s), os); local
604 PrintTo(signed char* s, ::std::ostream* os) argument
605 PrintTo(ImplicitCast_<const void*>(s), os); local
607 PrintTo(const unsigned char* s, ::std::ostream* os) argument
608 PrintTo(ImplicitCast_<const void*>(s), os); local
610 PrintTo(unsigned char* s, ::std::ostream* os) argument
611 PrintTo(ImplicitCast_<const void*>(s), os); local
616 PrintTo(char8_t* s, ::std::ostream* os) argument
617 PrintTo(ImplicitCast_<const char8_t*>(s), os); local
622 PrintTo(char16_t* s, ::std::ostream* os) argument
623 PrintTo(ImplicitCast_<const char16_t*>(s), os); local
627 PrintTo(char32_t* s, ::std::ostream* os) argument
628 PrintTo(ImplicitCast_<const char32_t*>(s), os); local
639 PrintTo(wchar_t* s, ::std::ostream* os) argument
640 PrintTo(ImplicitCast_<const wchar_t*>(s), os); local
650 PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) argument
660 PrintTo(const ::std::string& s, ::std::ostream* os) argument
667 PrintTo(const ::std::u8string& s, ::std::ostream* os) argument
674 PrintTo(const ::std::u16string& s, ::std::ostream* os) argument
680 PrintTo(const ::std::u32string& s, ::std::ostream* os) argument
687 PrintTo(const ::std::wstring& s, ::std::ostream* os) argument
694 PrintTo(internal::StringView sp, ::std::ostream* os) argument
695 PrintTo(::std::string(sp), os); local
699 PrintTo(std::nullptr_t, ::std::ostream* os) argument
702 PrintTo(const std::type_info& info, std::ostream* os) argument
708 PrintTo(std::reference_wrapper<T> ref, ::std::ostream* os) argument
718 PrintSmartPointer(const Ptr& ptr, std::ostream* os, char) argument
729 PrintSmartPointer(const Ptr& ptr, std::ostream* os, int) argument
740 PrintTo(const std::unique_ptr<T, D>& ptr, std::ostream* os) argument
745 PrintTo(const std::shared_ptr<T>& ptr, std::ostream* os) argument
756 PrintTupleTo(const T& t, std::integral_constant<size_t, I>, ::std::ostream* os) argument
765 std::get<I - 1>(t), os); local
769 PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) argument
777 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) argument
799 Print(const T& value, ::std::ostream* os) argument
825 Print(const Any& value, ::std::ostream* os) argument
853 Print(const Optional<T>& value, ::std::ostream* os) argument
881 Print(const Variant<T...>& value, ::std::ostream* os) argument
899 ::std::ostream* os; member in struct:testing::internal::UniversalPrinter::Visitor
909 UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) argument
970 Print(const T& value, ::std::ostream* os) argument
989 Print(const T& value, ::std::ostream* os) argument
996 Print(const T& value, ::std::ostream* os) argument
1003 Print(std::reference_wrapper<T> value, ::std::ostream* os) argument
1017 Print(const char* str, ::std::ostream* os) argument
1021 UniversalPrint(std::string(str), os); local
1033 Print(const char8_t* str, ::std::ostream* os) argument
1037 UniversalPrint(::std::u8string(str), os); local
1049 Print(const char16_t* str, ::std::ostream* os) argument
1053 UniversalPrint(::std::u16string(str), os); local
1064 Print(const char32_t* str, ::std::ostream* os) argument
1068 UniversalPrint(::std::u32string(str), os); local
1080 Print(const wchar_t* str, ::std::ostream* os) argument
1084 UniversalPrint(::std::wstring(str), os); local
1093 Print(wchar_t* str, ::std::ostream* os) argument
1099 UniversalTersePrint(const T& value, ::std::ostream* os) argument
1108 UniversalPrint(const T& value, ::std::ostream* os) argument
[all...]
/freebsd-current/contrib/openpam/
H A Dconfig.sub126 os=$field3-$field4
139 os=$maybe_os
143 os=linux-android
147 os=$field3
154 # Prevent following clause from handling this valid os
155 sun*os*)
157 os=$field2
169 os=
173 os=$field2
183 os
[all...]
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock_test_utils.py32 import os namespace
64 exit_code: the result value of os.system(command).
67 if os.name == 'nt':
68 # On Windows, os.WEXITSTATUS() doesn't work and os.system() returns
72 # On Unix, os.WEXITSTATUS() must be used to extract the exit status
73 # from the result of os.system().
74 if os.WIFEXITED(exit_code):
75 return os.WEXITSTATUS(exit_code)
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-json-outfiles-test.py34 import os namespace
120 # We want the trailing '/' that the last "" provides in os.path.join, for
123 self.output_dir_ = os.path.join(
133 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + '.json'))
134 except os.error:
137 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + '.json'))
138 except os.error:
141 os
[all...]
H A Dgtest_xml_outfiles_test.py34 import os namespace
85 # We want the trailing '/' that the last "" provides in os.path.join, for
88 self.output_dir_ = os.path.join(
98 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + ".xml"))
99 except os.error:
102 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + ".xml"))
103 except os.error:
106 os
[all...]
/freebsd-current/contrib/openbsm/config/
H A 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
[all...]
/freebsd-current/contrib/libucl/python/
H A Dsetup.py9 import os namespace
12 LIB_ROOT = os.path.abspath(os.path.join(__file__, os.pardir, os.pardir))
13 if os.getcwd() != LIB_ROOT:
14 os.chdir(LIB_ROOT)
32 'sources': ['src/' + fn for fn in os.listdir('src') if fn.endswith('.c')],
43 in_ucl_root = 'setup.py' in os.listdir('python')
45 os
[all...]
/freebsd-current/contrib/ntp/sntp/libopts/
H A Denv.c112 do_env_opt(tOptState * os, char * env_name, argument
115 os->pzOptArg = getenv(env_name);
116 if (os->pzOptArg == NULL)
119 os->flags = OPTST_PRESET | OPTST_ALLOC_ARG | os->pOD->fOptState;
120 os->optType = TOPT_UNDEFINED;
122 if ( (os->pOD->pz_DisablePfx != NULL)
123 && (streqvcmp(os->pzOptArg, os->pOD->pz_DisablePfx) == 0)) {
124 os
[all...]
/freebsd-current/crypto/openssh/
H A Dconfig.sub172 # Prevent following clause from handling this valid os
173 sun*os*)
1312 # First recognize some ad-hoc cases, or perhaps split kernel-os, or else just
1313 # set os.
1317 os=`echo "$basic_os" | sed -e 's|gnu/linux|gnu|'`
1321 os=`echo "$basic_os" | sed -e 's|os2-emx|emx|'`
1325 os=`echo "$basic_os" | sed -e 's|nto-qnx|qnx|'`
1330 IFS="-" read kernel os <<EOF
1338 os=`echo "$basic_os" | sed -e 's|nto|qnx|'`
1342 os
[all...]
/freebsd-current/contrib/tcpdump/
H A Dconfig.sub172 # Prevent following clause from handling this valid os
173 sun*os*)
1312 # First recognize some ad-hoc cases, or perhaps split kernel-os, or else just
1313 # set os.
1317 os=`echo "$basic_os" | sed -e 's|gnu/linux|gnu|'`
1321 os=`echo "$basic_os" | sed -e 's|os2-emx|emx|'`
1325 os=`echo "$basic_os" | sed -e 's|nto-qnx|qnx|'`
1330 IFS="-" read kernel os <<EOF
1338 os=`echo "$basic_os" | sed -e 's|nto|qnx|'`
1342 os
[all...]
/freebsd-current/contrib/libpcap/
H A Dconfig.sub172 # Prevent following clause from handling this valid os
173 sun*os*)
1312 # First recognize some ad-hoc cases, or perhaps split kernel-os, or else just
1313 # set os.
1317 os=`echo "$basic_os" | sed -e 's|gnu/linux|gnu|'`
1321 os=`echo "$basic_os" | sed -e 's|os2-emx|emx|'`
1325 os=`echo "$basic_os" | sed -e 's|nto-qnx|qnx|'`
1330 IFS="-" read kernel os <<EOF
1338 os=`echo "$basic_os" | sed -e 's|nto|qnx|'`
1342 os
[all...]
/freebsd-current/contrib/dialog/
H A Dconfig.sub161 # Prevent following clause from handling this valid os
162 sun*os*)
1284 # First recognize some ad-hoc caes, or perhaps split kernel-os, or else just
1285 # set os.
1289 os=`echo $basic_os | sed -e 's|gnu/linux|gnu|'`
1293 os=`echo $basic_os | sed -e 's|nto-qnx|qnx|'`
1297 IFS="-" read kernel os <<EOF
1304 os=`echo $basic_os | sed -e 's|nto|qnx|'`
1308 os=`echo $basic_os | sed -e 's|linux|gnu|'`
1312 os
[all...]
/freebsd-current/contrib/sqlite3/
H A Dconfig.sub172 # Prevent following clause from handling this valid os
173 sun*os*)
1312 # First recognize some ad-hoc cases, or perhaps split kernel-os, or else just
1313 # set os.
1317 os=`echo "$basic_os" | sed -e 's|gnu/linux|gnu|'`
1321 os=`echo "$basic_os" | sed -e 's|os2-emx|emx|'`
1325 os=`echo "$basic_os" | sed -e 's|nto-qnx|qnx|'`
1330 IFS="-" read kernel os <<EOF
1338 os=`echo "$basic_os" | sed -e 's|nto|qnx|'`
1342 os
[all...]
/freebsd-current/contrib/byacc/
H A Dconfig.sub172 # Prevent following clause from handling this valid os
173 sun*os*)
1312 # First recognize some ad-hoc cases, or perhaps split kernel-os, or else just
1313 # set os.
1317 os=`echo "$basic_os" | sed -e 's|gnu/linux|gnu|'`
1321 os=`echo "$basic_os" | sed -e 's|os2-emx|emx|'`
1325 os=`echo "$basic_os" | sed -e 's|nto-qnx|qnx|'`
1330 IFS="-" read kernel os <<EOF
1338 os=`echo "$basic_os" | sed -e 's|nto|qnx|'`
1342 os
[all...]

Completed in 409 milliseconds

1234567891011>>