Searched refs:size_t (Results 176 - 200 of 10129) sorted by relevance

1234567891011>>

/freebsd-11-stable/include/xlocale/
H A D_stdlib.h41 int mblen_l(const char *, size_t, locale_t);
42 size_t mbstowcs_l(wchar_t * __restrict,
43 const char * __restrict, size_t, locale_t);
45 const char * __restrict, size_t, locale_t);
53 size_t wcstombs_l(char * __restrict,
54 const wchar_t * __restrict, size_t, locale_t);
/freebsd-11-stable/contrib/tcpdump/
H A Dinterface.h38 int snprintf(char *, size_t, const char *, ...)
46 int vsnprintf(char *, size_t, const char *, va_list)
54 extern size_t strlcat(char *, const char *, size_t);
57 extern size_t strlcpy(char *, const char *, size_t);
/freebsd-11-stable/contrib/mdocml/
H A Dtest-ohash.c6 static void *xmalloc(size_t, void *);
7 static void *xcalloc(size_t, size_t, void *);
12 xmalloc(size_t sz, void *arg) {
17 xcalloc(size_t nmemb, size_t sz, void *arg)
H A Dcompat_stringlist.h37 size_t sl_max;
38 size_t sl_cur;
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dcontrol.h54 size_t cm_len;
62 size_t cp_val_len;
73 size_t cm_pl2bin(char *, struct ctrl_msg_pl *);
75 size_t cm_str2bin(char *, void *, size_t);
76 void *cm_bin2str(char *, void *, size_t);
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dedns-subnet.c47 copy_clear(uint8_t* dst, size_t dstlen, uint8_t* src, size_t srclen, size_t n)
49 size_t intpart = n / 8; /* bytes */
50 size_t fracpart = n % 8; /* bits */
51 size_t written = intpart;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h46 static constexpr size_t kStackFrameStorageBytes = 256;
51 static constexpr size_t kMaxTraceLengthToCollect = 128;
54 void RecordAllocation(uintptr_t Addr, size_t Size,
67 size_t TraceSize = 0;
73 size_t Size = 0;
123 void *allocate(size_t Size);
130 size_t getSize(const void *Ptr);
134 size_t maximumAllocationSize() const;
149 static constexpr size_t kInvalidSlotID = SIZE_MAX;
158 void *mapMemory(size_t Siz
[all...]
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dcbc128.c67 size_t len, const void *key,
70 size_t n;
77 ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
89 for (n = 0; n < 16; n += sizeof(size_t))
90 *(size_t *)(out + n) =
91 *(size_t *)(in + n) ^ *(size_t *)(i
[all...]
/freebsd-11-stable/lib/libc/locale/
H A Dmbsnrtowcs.c43 size_t
45 size_t nms, size_t len, mbstate_t * __restrict ps, locale_t locale)
52 size_t
54 size_t nms, size_t len, mbstate_t * __restrict ps)
59 size_t
61 size_t nms, size_t len, mbstate_t * __restrict ps,
65 size_t nch
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Ddriver.h120 size_t sz;
121 size_t size_of_context;
138 size_t cmd_size, struct ibv_get_context_resp *resp,
139 size_t resp_size);
143 struct ibv_query_device *cmd, size_t cmd_size);
146 struct ibv_device_attr_ex *attr, size_t attr_size,
149 size_t cmd_core_size,
150 size_t cmd_size,
152 size_t resp_core_size,
153 size_t resp_siz
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_none.c58 int os_get_random(unsigned char *buf, size_t len)
99 char * os_readfile(const char *name, size_t *len)
111 void * os_zalloc(size_t size)
117 void * os_memdup(const void *src, size_t n)
124 void * os_malloc(size_t size)
130 void * os_realloc(void *ptr, size_t size)
141 void * os_memcpy(void *dest, const void *src, size_t n)
147 void * os_memmove(void *dest, const void *src, size_t n)
153 void * os_memset(void *s, int c, size_t n)
159 int os_memcmp(const void *s1, const void *s2, size_t
[all...]
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_region.h38 size_t r_size;
42 _citrus_region_init(struct _citrus_region *r, void *h, size_t sz)
56 static __inline size_t
64 _citrus_region_check(const struct _citrus_region *r, size_t ofs, size_t sz)
71 _citrus_region_offset(const struct _citrus_region *r, size_t pos)
78 _citrus_region_peek8(const struct _citrus_region *r, size_t pos)
85 _citrus_region_peek16(const struct _citrus_region *r, size_t pos)
89 memcpy(&val, _citrus_region_offset(r, pos), (size_t)2);
94 _citrus_region_peek32(const struct _citrus_region *r, size_t po
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCrossOver.cpp19 size_t MutationDispatcher::CrossOver(const uint8_t *Data1, size_t Size1,
20 const uint8_t *Data2, size_t Size2,
21 uint8_t *Out, size_t MaxOutSize) {
24 size_t OutPos = 0;
25 size_t Pos1 = 0;
26 size_t Pos2 = 0;
27 size_t *InPos = &Pos1;
28 size_t InSize = Size1;
33 size_t OutSizeLef
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dasan_interface.h34 void __asan_poison_memory_region(void const volatile *addr, size_t size);
48 void __asan_unpoison_memory_region(void const volatile *addr, size_t size);
98 void *__asan_region_is_poisoned(void *beg, size_t size);
166 size_t __asan_get_report_access_size(void);
195 const char *__asan_locate_address(void *addr, char *name, size_t name_size,
196 void **region_address, size_t *region_size);
210 size_t __asan_get_alloc_stack(void *addr, void **trace, size_t size,
225 size_t __asan_get_free_stack(void *addr, void **trace, size_t siz
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_nsec3.h118 struct ub_packed_rrset_key** list, size_t num,
152 struct ub_packed_rrset_key** list, size_t num,
174 struct ub_packed_rrset_key** list, size_t num,
198 struct ub_packed_rrset_key** list, size_t num,
219 struct ub_packed_rrset_key** list, size_t num,
238 size_t dname_len;
242 size_t hash_len;
246 size_t b32_len;
279 uint8_t* dname, size_t dname_len, struct nsec3_cached_hash** hash);
291 size_t nsec3_get_nextowner_b3
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dstrlcpy-internal.h13 size_t event_strlcpy_(char *dst, const char *src, size_t siz);
/freebsd-11-stable/contrib/libreadline/
H A Dxmalloc.h42 extern PTR_T xmalloc PARAMS((size_t));
43 extern PTR_T xrealloc PARAMS((void *, size_t));
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmemcpy.c6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, size_t @var{length})
18 void bcopy (const void*, void*, size_t);
21 memcpy (PTR out, const PTR in, size_t length)
H A Dmemmove.c6 @deftypefn Supplemental void* memmove (void *@var{from}, const void *@var{to}, size_t @var{count})
18 void bcopy (const void*, void*, size_t);
21 memmove (PTR s1, const PTR s2, size_t n)
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dmsgdsize.c11 size_t msgdsize(orig)
14 size_t sz = 0;
/freebsd-11-stable/cddl/compat/opensolaris/lib/libumem/
H A Dumem.h46 extern void *umem_alloc(size_t, int);
47 extern void *umem_alloc_align(size_t, size_t, int);
48 extern void *umem_zalloc(size_t, int);
49 extern void umem_free(void *, size_t);
50 extern void umem_free_align(void *, size_t);
73 extern umem_cache_t *umem_cache_create(char *, size_t,
74 size_t, umem_constructor_t *, umem_destructor_t *, umem_reclaim_t *,
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_string.h36 extern size_t stresc2chr(char *);
37 extern char *strchr2esc(const char *, size_t);
/freebsd-11-stable/contrib/gperf/lib/
H A Dgetline.h32 extern int get_line (char **lineptr, size_t *n, FILE *stream);
39 extern int get_delim (char **lineptr, size_t *n, int delimiter, FILE *stream);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmemcpy.c6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, size_t @var{length})
18 void bcopy (const void*, void*, size_t);
21 memcpy (PTR out, const PTR in, size_t length)
H A Dmemmove.c6 @deftypefn Supplemental void* memmove (void *@var{from}, const void *@var{to}, size_t @var{count})
18 void bcopy (const void*, void*, size_t);
21 memmove (PTR s1, const PTR s2, size_t n)

Completed in 184 milliseconds

1234567891011>>