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

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/system-gdbinit/
H A Dwrs-linux.py18 import os namespace
20 if 'ENV_PREFIX' in os.environ:
21 gdb.execute('set sysroot %s' % os.environ['ENV_PREFIX'])
/netbsd-current/external/gpl3/gdb/dist/gdb/system-gdbinit/
H A Dwrs-linux.py18 import os namespace
20 if "ENV_PREFIX" in os.environ:
21 gdb.execute("set sysroot %s" % os.environ["ENV_PREFIX"])
/netbsd-current/common/dist/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-not/
H A Dprint_environment.py2 import os namespace
6 print(name, '=', os.environ.get(name, '[undefined]'))
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddata.c43 heim_octet_string *os = (heim_octet_string *)d; local
47 if (os->data == NULL)
51 deallocp = _heim_get_isaextra(os, 0);
54 dealloc(os->data);
69 heim_octet_string *os = ptr; local
70 const unsigned char *s = os->data;
72 if (os->length < 4)
73 return os->length;
75 (s[os->length - 2] << 16) | (s[os
100 heim_octet_string *os; local
115 heim_octet_string *os; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/py-config-discovery/
H A Dlit.site.cfg.py2 import os namespace
3 config.test_exec_root = os.path.dirname(__file__)
4 config.test_source_root = os.path.join(os.path.dirname(config.test_exec_root), "discovery")
5 lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dproto_to_cxx.cpp22 std::ostream &operator<<(std::ostream &os, const BinaryOp &x);
23 std::ostream &operator<<(std::ostream &os, const StatementSeq &x);
26 std::ostream &operator<<(std::ostream &os, const Const &x) { argument
27 return os << "(" << x.val() << ")";
29 std::ostream &operator<<(std::ostream &os, const VarRef &x) { argument
30 return os << "a[" << (static_cast<uint32_t>(x.varnum()) % 100) << "]";
32 std::ostream &operator<<(std::ostream &os, const Lvalue &x) { argument
33 return os << x.varref();
35 std::ostream &operator<<(std::ostream &os, const Rvalue &x) { argument
36 if (x.has_varref()) return os <<
41 operator <<(std::ostream &os, const BinaryOp &x) argument
61 operator <<(std::ostream &os, const AssignmentStatement &x) argument
64 operator <<(std::ostream &os, const IfElse &x) argument
69 operator <<(std::ostream &os, const While &x) argument
72 operator <<(std::ostream &os, const Statement &x) argument
78 operator <<(std::ostream &os, const StatementSeq &x) argument
82 operator <<(std::ostream &os, const Function &x) argument
89 std::ostringstream os; local
[all...]
H A Dloop_proto_to_cxx.cpp42 std::ostream &operator<<(std::ostream &os, const BinaryOp &x);
43 std::ostream &operator<<(std::ostream &os, const StatementSeq &x);
46 std::ostream &operator<<(std::ostream &os, const Const &x) { argument
47 return os << "(" << x.val() << ")";
49 std::ostream &operator<<(std::ostream &os, const VarRef &x) { argument
53 return os << "a[" << which_loop << "]";
55 return os << "b[" << which_loop << "]";
57 return os << "c[" << which_loop << "]";
60 std::ostream &operator<<(std::ostream &os, const Rvalue &x) { argument
62 return os <<
69 operator <<(std::ostream &os, const BinaryOp &x) argument
111 operator <<(std::ostream &os, const AssignmentStatement &x) argument
114 operator <<(std::ostream &os, const Statement &x) argument
117 operator <<(std::ostream &os, const StatementSeq &x) argument
122 NestedLoopToString(std::ostream &os, const LoopFunction &x) argument
132 SingleLoopToString(std::ostream &os, const LoopFunction &x) argument
137 operator <<(std::ostream &os, const LoopFunction &x) argument
148 std::ostringstream os; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/fake-externals/
H A Dfake_external.py1 import os namespace
6 .format(os.path.basename(fileName)));
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-env/
H A Dprint_environment.py4 import os namespace
6 sorted_environment = sorted(os.environ.items())
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/hmac/
H A Dhm_ameth.c28 ASN1_OCTET_STRING *os = EVP_PKEY_get0(pkey); local
29 if (os) {
30 if (os->data)
31 OPENSSL_cleanse(os->data, os->length);
32 ASN1_OCTET_STRING_free(os);
57 ASN1_OCTET_STRING *os; local
62 os = ASN1_OCTET_STRING_new();
63 if (os == NULL)
67 if (!ASN1_OCTET_STRING_set(os, pri
79 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/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...]
/netbsd-current/crypto/external/bsd/openssl/dist/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...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/bin/
H A Danalyze-c++8 import os.path namespace
9 this_dir = os.path.dirname(os.path.realpath(__file__))
10 sys.path.append(os.path.dirname(this_dir))
H A Danalyze-cc8 import os.path namespace
9 this_dir = os.path.dirname(os.path.realpath(__file__))
10 sys.path.append(os.path.dirname(this_dir))
H A Dintercept-c++8 import os.path namespace
9 this_dir = os.path.dirname(os.path.realpath(__file__))
10 sys.path.append(os.path.dirname(this_dir))
H A Dintercept-cc8 import os.path namespace
9 this_dir = os.path.dirname(os.path.realpath(__file__))
10 sys.path.append(os.path.dirname(this_dir))
H A Dintercept-build9 import os.path namespace
10 this_dir = os.path.dirname(os.path.realpath(__file__))
11 sys.path.append(os.path.dirname(this_dir))
H A Danalyze-build9 import os.path namespace
10 this_dir = os.path.dirname(os.path.realpath(__file__))
11 sys.path.append(os.path.dirname(this_dir))
H A Dscan-build9 import os.path namespace
10 this_dir = os.path.dirname(os.path.realpath(__file__))
11 sys.path.append(os.path.dirname(this_dir))
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/siphash/
H A Dsiphash_ameth.c30 ASN1_OCTET_STRING *os = EVP_PKEY_get0(pkey); local
32 if (os != NULL) {
33 if (os->data != NULL)
34 OPENSSL_cleanse(os->data, os->length);
35 ASN1_OCTET_STRING_free(os);
53 ASN1_OCTET_STRING *os; local
58 os = ASN1_OCTET_STRING_new();
59 if (os == NULL)
62 if (!ASN1_OCTET_STRING_set(os, pri
74 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
[all...]

Completed in 179 milliseconds

1234567891011>>