Home
last modified time | relevance | path

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

/NextBSD/tools/bus_space/examples/
HDam79c900_diag.py48 import ctypes
61 class initblock(ctypes.LittleEndianStructure):
62 _fields_ = [('mode', ctypes.c_uint32),
63 ('hwaddr', ctypes.c_uint8 * 6),
64 ('_pad1_', ctypes.c_uint16),
65 ('filter', ctypes.c_uint16 * 4),
66 ('rxdesc', ctypes.c_uint32),
67 ('txdesc', ctypes.c_uint32),
68 ('_pad2_', ctypes.c_uint32)]
72 class bufdesc(ctypes.LittleEndianStructure):
[all …]
/NextBSD/usr.bin/localedef/
HDctype.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()
176 if ((ctn = RB_FIND(ctypes, &ctypes, &srch)) == NULL) { in get_ctype()
183 RB_INSERT(ctypes, &ctypes, ctn); in get_ctype()
319 RB_FOREACH(ctn, ctypes, &ctypes) { in dump_ctype()
/NextBSD/contrib/file/python/
HDmagic.py6 import ctypes
8 from ctypes import *
9 from ctypes.util import find_library
17 return ctypes.cdll.LoadLibrary(find_library('magic'))
/NextBSD/contrib/subversion/
HDMakefile.in158 CTYPES_PYTHON_SRC_DIR = $(abs_srcdir)/subversion/bindings/ctypes-python
815 clean-bindings: clean-swig clean-ctypes-python clean-javahl
820 clean-ctypes-python clean-javahl \
949 ctypes-python: local-all
952 install-ctypes-python: ctypes-python
956 check-ctypes-python: ctypes-python
962 clean-ctypes-python:
HDINSTALL530 Ctypesgen is Python wrapper generator for ctypes. It is used to generate
537 For more information on CSVN, see subversion/bindings/ctypes-python/README.
HDCHANGES1138 * ctypes-python: build with compiler selected via configure (r1536537)
2981 * fixed: warning with Python 2.6 and ctypes bindings (r36559)
3083 * new: ctypes python bindings
/NextBSD/crypto/openssl/ssl/
HDssl_cert.c360 if (cert->ctypes) { in ssl_cert_dup()
361 ret->ctypes = OPENSSL_malloc(cert->ctype_num); in ssl_cert_dup()
362 if (!ret->ctypes) in ssl_cert_dup()
364 memcpy(ret->ctypes, cert->ctypes, cert->ctype_num); in ssl_cert_dup()
496 if (c->ctypes) in ssl_cert_free()
497 OPENSSL_free(c->ctypes); in ssl_cert_free()
HDs3_lib.c3478 if (s->cert->ctypes) { in ssl3_ctrl()
3480 *pctype = s->cert->ctypes; in ssl3_ctrl()
4192 if (s->cert->ctypes) { in ssl3_get_req_cert_type()
4193 memcpy(p, s->cert->ctypes, s->cert->ctype_num); in ssl3_get_req_cert_type()
4286 if (c->ctypes) { in ssl3_set_req_cert_type()
4287 OPENSSL_free(c->ctypes); in ssl3_set_req_cert_type()
4288 c->ctypes = NULL; in ssl3_set_req_cert_type()
4294 c->ctypes = OPENSSL_malloc(len); in ssl3_set_req_cert_type()
4295 if (!c->ctypes) in ssl3_set_req_cert_type()
4297 memcpy(c->ctypes, p, len); in ssl3_set_req_cert_type()
HDt1_lib.c4314 const unsigned char *ctypes; in tls1_check_chain() local
4316 if (c->ctypes) { in tls1_check_chain()
4317 ctypes = c->ctypes; in tls1_check_chain()
4320 ctypes = (unsigned char *)s->s3->tmp.ctype; in tls1_check_chain()
4324 if (ctypes[i] == check_type) { in tls1_check_chain()
HDs3_clnt.c2107 if (s->cert->ctypes) { in ssl3_get_certificate_request()
2108 OPENSSL_free(s->cert->ctypes); in ssl3_get_certificate_request()
2109 s->cert->ctypes = NULL; in ssl3_get_certificate_request()
2113 s->cert->ctypes = OPENSSL_malloc(ctype_num); in ssl3_get_certificate_request()
2114 memcpy(s->cert->ctypes, p, ctype_num); in ssl3_get_certificate_request()
HDssl_locl.h635 unsigned char *ctypes; member
/NextBSD/contrib/libstdc++/
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