Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dbuffer.h682 #define ISC__BUFFER_INIT(_b, _base, _length) \ argument
690 (_b)->length = (_length); \
793 #define ISC__BUFFER_PUTMEM(_b, _base, _length) \ argument
795 memcpy(isc_buffer_used(_b), (_base), (_length)); \
796 (_b)->used += (_length); \
801 unsigned int _length; \
803 _length = strlen(_source); \
805 memcpy(_cp, (_source), _length); \
806 (_b)->used += (_length); \
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp118 unsigned _length = *(unsigned *)_data; in init() local
120 if (_length < sizeof(unsigned) || _length != *(unsigned *)_data) in init()
122 if (_data[_length - 1]) { in init()
124 data = new char[length = _length + 1]; in init()
125 data[_length] = 0; in init()
127 data = new char[length = _length]; in init()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Drpc_compat.h55 #define EVTAG_LEN(msg, member) ((msg)->member##_length)
H A Drpc.h146 #define EVTAG_ARRAY_LEN(msg, member) ((msg)->member##_length)
/freebsd/contrib/libevent/include/event2/
H A Drpc_compat.h55 #define EVTAG_LEN(msg, member) ((msg)->member##_length)
H A Drpc.h146 #define EVTAG_ARRAY_LEN(msg, member) ((msg)->member##_length)
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py593 self._length = length
601 return "(%s)" % self._length
622 dcl = ["ev_uint8_t %s_data[%s];" % (self._name, self._length)]
649 " memcpy(msg->%s_data, value, %s);" % (name, self._length),
692 if not self._length:
/freebsd/contrib/libevent/
H A Devent_rpcgen.py593 self._length = length
601 return "(%s)" % self._length
622 dcl = ["ev_uint8_t %s_data[%s];" % (self._name, self._length)]
649 " memcpy(msg->%s_data, value, %s);" % (name, self._length),
692 if not self._length:
/freebsd/lib/libutil/
H A Dlibutil.h101 void hexdump(const void *_ptr, int _length, const char *_hdr, int _flags);
/freebsd/sbin/camcontrol/
H A Dmodeedit.c141 int _length; \
142 while (isspace(string[_length = strlen(string) - 1])) \
143 string[_length] = '\0'; \
/freebsd/sys/sys/
H A Dconf.h131 size_t _length); /* Number of bytes to dump. */
/freebsd/contrib/libarchive/libarchive/
H A Darchive.h243 const void *_buffer, size_t _length);