Home
last modified time | relevance | path

Searched refs:ctypes (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Ddisassembler.py9 from ctypes import CFUNCTYPE
10 from ctypes import POINTER
11 from ctypes import addressof
12 from ctypes import c_byte
13 from ctypes import c_char_p
14 from ctypes import c_int
15 from ctypes import c_size_t
16 from ctypes import c_ubyte
17 from ctypes import c_uint64
18 from ctypes import c_void_p
[all …]
H A Dcommon.py9 from ctypes import POINTER
10 from ctypes import c_void_p
11 from ctypes import cdll
13 import ctypes.util
122 t = ctypes.util.find_library(i)
H A Dbit_reader.py9 from ctypes import POINTER
10 from ctypes import byref
11 from ctypes import c_char_p
12 from ctypes import cast
H A Dobject.py79 from ctypes import c_char_p
80 from ctypes import c_char
81 from ctypes import POINTER
82 from ctypes import c_uint64
83 from ctypes import string_at
H A Dcore.py16 from ctypes import POINTER
17 from ctypes import byref
18 from ctypes import c_char_p
19 from ctypes import c_uint
/netbsd-src/external/bsd/file/dist/python/
H A Dmagic.py7 import ctypes
12 from ctypes import *
13 from ctypes.util import find_library
21 return ctypes.cdll.LoadLibrary(find_library('magic'))
H A DREADME.md3 This library is a Python ctypes interface to `libmagic`.
/netbsd-src/external/mit/isl/dist/python/
H A Disl.py.top2 from ctypes import *
3 from ctypes.util import find_library
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A DCMakeLists.txt6 PKG ctypes)
/netbsd-src/bin/ksh/
H A Dsh.h429 extern short ctypes [];
431 #define ctype(c, t) !!(ctypes[(unsigned char)(c)]&(t))
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/
H A DREADME.txt8 * ctypes 0.4+.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dutil.py134 from ctypes import windll
135 from ctypes import GetLastError, WinError
H A DTestRunner.py436 from ctypes.wintypes import BOOL, HWND, LPCWSTR, UINT, WORD
437 from ctypes import addressof, byref, c_void_p, create_unicode_buffer
438 from ctypes import Structure
439 from ctypes import windll, WinError, POINTER
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DFindOCaml.cmake19 # find_ocamlfind_package(ctypes)
H A DAddOCaml.cmake7 # add_ocaml_library(pkg_a OCAML mod_a OCAMLDEP pkg_b C mod_a_stubs PKG ctypes LLVM core)
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/
H A Dmerge_archives.py11 from ctypes.util import find_library
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A DMETA.llvm.in33 requires = "llvm,llvm.target,ctypes.foreign"
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/
H A Dconfig-ix.cmake637 find_ocamlfind_package(ctypes VERSION 0.4 OPTIONAL)
646 message(STATUS "OCaml bindings disabled, need ctypes >=0.4.")
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dt1_lib.c2355 const uint8_t *ctypes = s->s3->tmp.ctype; in tls1_check_chain() local
2358 for (j = 0; j < s->s3->tmp.ctype_len; j++, ctypes++) { in tls1_check_chain()
2359 if (*ctypes == check_type) { in tls1_check_chain()
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py6 import ctypes
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_clnt.c2504 PACKET ctypes; in tls_process_certificate_request() local
2507 if (!PACKET_get_length_prefixed_1(pkt, &ctypes)) { in tls_process_certificate_request()
2514 if (!PACKET_memdup(&ctypes, &s->s3->tmp.ctype, &s->s3->tmp.ctype_len)) { in tls_process_certificate_request()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_clnt.c2389 PACKET ctypes; in tls_process_certificate_request() local
2392 if (!PACKET_get_length_prefixed_1(pkt, &ctypes)) { in tls_process_certificate_request()
2397 if (!PACKET_memdup(&ctypes, &s->s3.tmp.ctype, &s->s3.tmp.ctype_len)) { in tls_process_certificate_request()
/netbsd-src/external/apache2/llvm/autoconf/autoconf/
H A Dconfigure.ac1939 if ! $OCAMLFIND query ctypes >/dev/null 2>/dev/null; then
1940 AC_MSG_WARN([--enable-bindings=ocaml specified, but ctypes is not installed])
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py65 from ctypes import *
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20003973 * acinclude.m4: Fix minor typo with ctypes, add more sanity to
5036 Add enabling bits for native Cygwin ctypes, and other newlib-based

12