Searched refs:size_t (Results 251 - 275 of 8842) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/contrib/dma/
H A Ddfcompat.h13 size_t strlcpy(char *, const char *, size_t);
17 void *reallocf(void *, size_t);
/freebsd-11.0-release/contrib/ldns/compat/
H A Drealloc.c11 void *realloc (void*, size_t);
12 void *malloc (size_t);
21 rpl_realloc (void* ptr, size_t n)
/freebsd-11.0-release/bin/csh/
H A Diconv_stub.h33 typedef size_t dl_iconv_t(iconv_t, char **, size_t *, char **, size_t *);
/freebsd-11.0-release/sys/libkern/
H A Dexplicit_bzero.c16 __attribute__((weak)) void __explicit_bzero_hook(void *, size_t);
19 __explicit_bzero_hook(void *buf, size_t len)
24 explicit_bzero(void *buf, size_t len)
H A Dstrnlen.c32 size_t
33 strnlen(const char *s, size_t maxlen)
35 size_t len;
/freebsd-11.0-release/lib/libc/string/
H A Dstrlcpy.c30 size_t
31 strlcpy(char * __restrict dst, const char * __restrict src, size_t dsize)
34 size_t nleft = dsize;
H A Dwcsnlen.c32 size_t
33 wcsnlen(const wchar_t *s, size_t maxlen)
35 size_t len;
/freebsd-11.0-release/crypto/openssl/crypto/dsa/
H A Ddsa_locl.h57 int dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits,
59 size_t seed_len, unsigned char *seed_out,
63 int dsa_builtin_paramgen2(DSA *ret, size_t L, size_t N,
65 size_t seed_len, int idx, unsigned char *seed_out,
/freebsd-11.0-release/crypto/openssl/crypto/ecdh/
H A Dech_key.c72 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key,
74 void *(*KDF) (const void *in, size_t inlen, void *out,
75 size_t *outlen))
/freebsd-11.0-release/contrib/nvi/common/
H A Dcut.h21 size_t len; /* Total length of cut text. */
31 size_t lb_len; /* Line buffer length. */
32 size_t len; /* Line length. */
37 #define ENTIRE_LINE ((size_t)-1) /* cno: end of the line. */
38 size_t cno; /* 0-N: file character in line. */
39 size_t ai; /* 0-N: autoindent bytes. */
40 size_t insert; /* 0-N: bytes to insert (push). */
41 size_t offset; /* 0-N: initial, unerasable chars. */
42 size_t owrite; /* 0-N: chars to overwrite. */
43 size_t R_eras
[all...]
H A Dseq.h33 size_t nlen; /* Name length. */
35 size_t ilen; /* Input keys length. */
37 size_t olen; /* Output keys length. */
/freebsd-11.0-release/usr.bin/mkuzip/
H A Dmkuz_blk.h33 size_t len;
43 size_t alen;
48 struct mkuz_blk *mkuz_blk_ctor(size_t);
/freebsd-11.0-release/sys/kgssapi/krb5/
H A Dkcrypto.h66 struct mbuf *inout, size_t skip, size_t len, void *ivec, size_t ivlen);
68 struct mbuf *inout, size_t skip, size_t inlen, size_t outlen);
75 size_t ec_blocklen;
76 size_t ec_msgblocklen;
77 size_t ec_checksumlen;
78 size_t ec_keybit
[all...]
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dms_funcs.h13 const u8 *username, size_t username_len,
14 const u8 *password, size_t password_len,
18 const u8 *username, size_t username_len,
21 int generate_authenticator_response(const u8 *password, size_t password_len,
24 const u8 *username, size_t username_len,
29 const u8 *username, size_t username_len,
32 size_t password_len, u8 *response);
37 const u8 *username, size_t username_len, u8 *challenge);
38 int nt_password_hash(const u8 *password, size_t password_len,
44 size_t session_key_le
[all...]
/freebsd-11.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dchunk.h16 ((size_t)((uintptr_t)(a) & chunksize_mask))
40 extern size_t opt_lg_chunk;
45 extern size_t chunksize;
46 extern size_t chunksize_mask; /* (chunksize - 1). */
47 extern size_t chunk_npages;
58 void *chunk_alloc_base(size_t size);
60 chunk_hooks_t *chunk_hooks, void *new_addr, size_t size, size_t alignment,
63 chunk_hooks_t *chunk_hooks, void *new_addr, size_t size, size_t alignmen
[all...]
H A Dquarantine.h16 size_t usize;
20 size_t curbytes;
21 size_t curobjs;
22 size_t first;
24 size_t lg_maxobjs;
/freebsd-11.0-release/lib/libopenbsd/
H A Dimsg.h33 size_t size;
34 size_t max;
35 size_t wpos;
36 size_t rpos;
49 size_t wpos;
83 struct ibuf *ibuf_open(size_t);
84 struct ibuf *ibuf_dynamic(size_t, size_t);
85 int ibuf_add(struct ibuf *, const void *, size_t);
86 void *ibuf_reserve(struct ibuf *, size_t);
[all...]
/freebsd-11.0-release/sys/sys/
H A Dsglist.h46 size_t ss_len;
86 int sglist_append(struct sglist *sg, void *buf, size_t len);
90 size_t len);
92 int sglist_append_user(struct sglist *sg, void *buf, size_t len,
94 int sglist_append_vmpages(struct sglist *sg, vm_page_t *m, size_t pgoff,
95 size_t len);
96 struct sglist *sglist_build(void *buf, size_t len, int mflags);
98 int sglist_consume_uio(struct sglist *sg, struct uio *uio, size_t resid);
99 int sglist_count(void *buf, size_t len);
100 int sglist_count_vmpages(vm_page_t *m, size_t pgof
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStream.h94 virtual size_t
95 Write (const void *src, size_t src_len) = 0;
100 size_t
132 size_t
149 size_t
152 size_t
153 PutNHex8 (size_t n, uint8_t uvalue);
155 size_t
159 size_t
163 size_t
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dstrlcpy.c41 ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
42 strlcpy (char *dst, const char *src, size_t dst_cch)
54 ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
55 strlcpy (char *dst, const char *src, size_t dst_sz)
57 size_t n;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandHistory.h33 size_t
43 GetStringAtIndex (size_t idx) const;
46 operator [] (size_t idx) const;
60 size_t start_idx = 0,
61 size_t stop_idx = SIZE_MAX) const;
/freebsd-11.0-release/crypto/openssl/crypto/whrlpool/
H A Dwhrlpool.h23 size_t bitlen[WHIRLPOOL_COUNTER / sizeof(size_t)];
31 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *inp, size_t bytes);
32 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *inp, size_t bits);
34 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md);
/freebsd-11.0-release/lib/libc/locale/
H A Dmblen.c40 mblen_l(const char *s, size_t n, locale_t locale)
43 size_t rval;
52 if (rval == (size_t)-1 || rval == (size_t)-2)
58 mblen(const char *s, size_t n)
/freebsd-11.0-release/contrib/ntp/ntpdc/
H A Dntpdc.h46 size_t nargs;
66 extern int doquery (int, int, int, size_t, size_t, const char *, size_t *, size_t *, const char **, int, int);
/freebsd-11.0-release/contrib/nvi/cl/
H A Dextern.h1 int cl_waddstr(SCR *, const CHAR_T *, size_t);
2 int cl_addstr(SCR *, const char *, size_t);
7 int cl_cursor(SCR *, size_t *, size_t *);
13 int cl_move(SCR *, size_t, size_t);
27 int cl_fmap(SCR *, seq_t, CHAR_T *, size_t, CHAR_T *, size_t);
30 int cl_ssize(SCR *, int, size_t *, size_t *, in
[all...]

Completed in 215 milliseconds

<<11121314151617181920>>