Home
last modified time | relevance | path

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

/freebsd-12.1/tools/bus_space/examples/
H A Dam79c900_diag.py48 import ctypes
62 _fields_ = [('mode', ctypes.c_uint32),
74 ('flags', ctypes.c_uint32),
76 ('_pad_', ctypes.c_uint32)]
80 class packet(ctypes.BigEndianStructure):
85 ('ip_vl', ctypes.c_uint8),
86 ('ip_de', ctypes.c_uint8),
281 ctypes.memset(addr_txbufs, 0, ctypes.sizeof(pkt))
291 pkt.udp_len = ctypes.sizeof(pkt) - 34
298 pkt.ip_len = ctypes.sizeof(pkt) - 14
[all …]
/freebsd-12.1/usr.bin/localedef/
H A Dctype.c87 static RB_HEAD(ctypes, ctype_node) ctypes;
88 RB_GENERATE_STATIC(ctypes, ctype_node, entry, ctype_compare);
102 RB_INIT(&ctypes); in init_ctype()
182 if ((ctn = RB_FIND(ctypes, &ctypes, &srch)) == NULL) { in get_ctype()
189 RB_INSERT(ctypes, &ctypes, ctn); in get_ctype()
331 RB_FOREACH(ctn, ctypes, &ctypes) { in dump_ctype()
/freebsd-12.1/contrib/file/python/
H A Dmagic.py7 import ctypes
11 from ctypes import *
12 from ctypes.util import find_library
20 return ctypes.cdll.LoadLibrary(find_library('magic'))
H A DREADME.md3 This library is a Python ctypes interface to `libmagic`.
/freebsd-12.1/contrib/subversion/
H A DMakefile.in162 CTYPES_PYTHON_SRC_DIR = $(abs_srcdir)/subversion/bindings/ctypes-python
843 clean-bindings: clean-swig clean-ctypes-python clean-javahl
848 clean-ctypes-python clean-javahl \
981 ctypes-python: local-all
984 install-ctypes-python: ctypes-python
988 check-ctypes-python: ctypes-python
994 clean-ctypes-python:
H A DINSTALL494 Ctypesgen is Python wrapper generator for ctypes. It is used to generate
501 For more information on CSVN, see subversion/bindings/ctypes-python/README.
H A DCHANGES1748 * ctypes-python: build with compiler selected via configure (r1536537)
3591 * fixed: warning with Python 2.6 and ctypes bindings (r36559)
3693 * new: ctypes python bindings
/freebsd-12.1/crypto/openssl/ssl/
H A Dt1_lib.c2324 const uint8_t *ctypes = s->s3->tmp.ctype; in tls1_check_chain() local
2327 for (j = 0; j < s->s3->tmp.ctype_len; j++, ctypes++) { in tls1_check_chain()
2328 if (*ctypes == check_type) { in tls1_check_chain()
/freebsd-12.1/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c2496 PACKET ctypes; in tls_process_certificate_request() local
2499 if (!PACKET_get_length_prefixed_1(pkt, &ctypes)) { in tls_process_certificate_request()
2506 if (!PACKET_memdup(&ctypes, &s->s3->tmp.ctype, &s->s3->tmp.ctype_len)) { in tls_process_certificate_request()
/freebsd-12.1/contrib/libstdc++/
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