Searched refs:_ctype (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event_rpcgen.py | 430 self._ctype = ent_type 499 "ctype": self._ctype, 503 "optaddarg": self._optaddarg and ", const %s value" % self._ctype or "", 514 return "sizeof(%s)" % self._ctype 521 "int %s(struct %s *, %s *);" % (funcname, self._struct.Name(), self._ctype) 546 % (funcname, self._struct.Name(), self._ctype) 594 self._ctype = "ev_uint8_t" 610 "int %s(struct %s *, %s **);" % (funcname, self._struct.Name(), self._ctype) 617 % (funcname, self._struct.Name(), self._ctype) 631 % (self._struct.Name(), name, self._struct.Name(), self._ctype), [all …]
|
/freebsd/contrib/libevent/ |
H A D | event_rpcgen.py | 430 self._ctype = ent_type 499 "ctype": self._ctype, 503 "optaddarg": self._optaddarg and ", const %s value" % self._ctype or "", 514 return "sizeof(%s)" % self._ctype 521 "int %s(struct %s *, %s *);" % (funcname, self._struct.Name(), self._ctype) 546 % (funcname, self._struct.Name(), self._ctype) 594 self._ctype = "ev_uint8_t" 610 "int %s(struct %s *, %s **);" % (funcname, self._struct.Name(), self._ctype) 617 % (funcname, self._struct.Name(), self._ctype) 631 % (self._struct.Name(), name, self._struct.Name(), self._ctype), [all …]
|
/freebsd/sys/contrib/xen/hvm/ |
H A D | save.h | 65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument 69 struct __HVM_SAVE_TYPE_COMPAT_##_x { _ctype t; } 78 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | ctype_ext.h | 52 extern unsigned char _ctype[]; 54 #define __ismask(x) (_ctype[(int)(unsigned char)(x)])
|
/freebsd/include/xlocale/ |
H A D | Makefile | 1 INCS= _ctype.h _inttypes.h _langinfo.h _locale.h _monetary.h _stdio.h\
|
/freebsd/include/ |
H A D | Makefile | 18 complex.h cpio.h _ctype.h ctype.h \
|