| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
| H A D | disassembler.py | 9 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 D | common.py | 9 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 D | bit_reader.py | 9 from ctypes import POINTER 10 from ctypes import byref 11 from ctypes import c_char_p 12 from ctypes import cast
|
| H A D | object.py | 79 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 D | core.py | 16 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 D | magic.py | 7 import ctypes 12 from ctypes import * 13 from ctypes.util import find_library 21 return ctypes.cdll.LoadLibrary(find_library('magic'))
|
| H A D | README.md | 3 This library is a Python ctypes interface to `libmagic`.
|
| /netbsd-src/external/mit/isl/dist/python/ |
| H A D | isl.py.top | 2 from ctypes import * 3 from ctypes.util import find_library
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/ |
| H A D | CMakeLists.txt | 6 PKG ctypes)
|
| /netbsd-src/bin/ksh/ |
| H A D | sh.h | 429 extern short ctypes []; 431 #define ctype(c, t) !!(ctypes[(unsigned char)(c)]&(t))
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/ |
| H A D | README.txt | 8 * ctypes 0.4+.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| H A D | util.py | 134 from ctypes import windll 135 from ctypes import GetLastError, WinError
|
| H A D | TestRunner.py | 436 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 D | FindOCaml.cmake | 19 # find_ocamlfind_package(ctypes)
|
| H A D | AddOCaml.cmake | 7 # 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 D | merge_archives.py | 11 from ctypes.util import find_library
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | META.llvm.in | 33 requires = "llvm,llvm.target,ctypes.foreign"
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/ |
| H A D | config-ix.cmake | 637 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 D | t1_lib.c | 2355 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 D | test_cursor.py | 6 import ctypes
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| H A D | statem_clnt.c | 2504 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 D | statem_clnt.c | 2389 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 D | configure.ac | 1939 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 D | cindex.py | 65 from ctypes import *
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2000 | 3973 * acinclude.m4: Fix minor typo with ctypes, add more sanity to 5036 Add enabling bits for native Cygwin ctypes, and other newlib-based
|