Searched refs:size_t (Results 276 - 300 of 7910) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/lib/libelf/
H A D_libelf.h87 size_t e_rawsize; /* size of uninterpreted bytes */
95 size_t e_rawstrtabsz;
97 size_t e_rawsymtabsz;
99 size_t e_symtabsz;
111 size_t e_nphdr; /* number of Phdr entries */
112 size_t e_nscn; /* number of sections */
113 size_t e_strndx; /* string table section index */
128 size_t s_ndx; /* index# for this section */
164 Elf_Scn *_libelf_allocate_scn(Elf *_e, size_t _ndx);
168 int _libelf_ar_get_member(char *_s, size_t _s
[all...]
H A Dgelf_fsize.c35 size_t
36 elf32_fsize(Elf_Type t, size_t c, unsigned int v)
41 size_t
42 elf64_fsize(Elf_Type t, size_t c, unsigned int v)
47 size_t
48 gelf_fsize(Elf *e, Elf_Type t, size_t c, unsigned int v)
/freebsd-10.2-release/lib/libc/iconv/
H A Dcitrus_stdenc_local.h39 int n(struct _citrus_stdenc_ops *, size_t)
48 const void * __restrict, size_t, \
58 char ** __restrict, size_t, \
59 void * __restrict, size_t * __restrict, \
63 char * __restrict, size_t, _citrus_csid_t, \
65 size_t * __restrict, struct iconv_hooks *); \
69 char ** __restrict, size_t, \
70 void * __restrict, size_t * __restrict, \
74 char * __restrict, size_t, _citrus_wc_t, \
75 void * __restrict, size_t * __restric
[all...]
/freebsd-10.2-release/sys/sys/
H A Dttyqueue.h72 void ttyinq_setsize(struct ttyinq *ti, struct tty *tp, size_t len);
75 size_t readlen, size_t flushlen);
76 size_t ttyinq_write(struct ttyinq *ti, const void *buf, size_t len,
78 int ttyinq_write_nofrag(struct ttyinq *ti, const void *buf, size_t len,
81 size_t ttyinq_findchar(struct ttyinq *ti, const char *breakc, size_t maxlen,
89 static __inline size_t
95 static __inline size_t
[all...]
/freebsd-10.2-release/contrib/unbound/validator/
H A Dval_sigcrypt.h69 size_t num;
121 size_t algo_needs_num_missing(struct algo_needs* n);
152 struct ub_packed_rrset_key* dnskey_rrset, size_t dnskey_idx,
153 struct ub_packed_rrset_key* ds_rrset, size_t ds_idx);
162 size_t dnskey_idx);
170 uint16_t ds_get_keytag(struct ub_packed_rrset_key* ds_rrset, size_t ds_idx);
179 size_t dnskey_idx);
188 size_t ds_idx);
196 int ds_get_digest_algo(struct ub_packed_rrset_key* ds_rrset, size_t ds_idx);
205 size_t ds_id
[all...]
/freebsd-10.2-release/contrib/jemalloc/include/jemalloc/internal/
H A Darena.h146 size_t bits;
148 #define BININD_INVALID ((size_t)0xffU)
150 #define CHUNK_MAP_BININD_MASK ((size_t)0xff0U)
152 #define CHUNK_MAP_FLAGS_MASK ((size_t)0xcU)
153 #define CHUNK_MAP_DIRTY ((size_t)0x8U)
154 #define CHUNK_MAP_UNZEROED ((size_t)0x4U)
155 #define CHUNK_MAP_LARGE ((size_t)0x2U)
156 #define CHUNK_MAP_ALLOCATED ((size_t)0x1U)
171 size_t ndirty;
174 size_t nruns_avai
[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;
32 quarantine_t *quarantine_init(size_t lg_maxobjs);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Dmm_malloc.h33 extern int posix_memalign(void **__memptr, size_t __alignment, size_t __size);
39 extern "C" int posix_memalign(void **__memptr, size_t __alignment, size_t __size);
46 _mm_malloc(size_t __size, size_t __align)
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A Dregex_impl.h50 size_t re_nsub; /* number of parenthesized subexpressions */
98 size_t llvm_regerror(int, const llvm_regex_t *, char *, size_t);
99 int llvm_regexec(const llvm_regex_t *, const char *, size_t,
102 size_t llvm_strlcpy(char *dst, const char *src, size_t siz);
/freebsd-10.2-release/contrib/ntp/lib/isc/include/isc/
H A Dstdio.h55 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f,
56 size_t *nret);
60 isc_stdio_write(const void *ptr, size_t size, size_t nmemb, FILE *f,
61 size_t *nret);
/freebsd-10.2-release/contrib/wpa/src/crypto/
H A Dsha1-prf.c30 int sha1_prf(const u8 *key, size_t key_len, const char *label,
31 const u8 *data, size_t data_len, u8 *buf, size_t buf_len)
34 size_t pos, plen;
36 size_t label_len = os_strlen(label) + 1;
38 size_t len[3];
H A Dsha256-tlsprf.c29 void tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label,
30 const u8 *seed, size_t seed_len, u8 *out, size_t outlen)
32 size_t clen;
35 size_t pos;
37 size_t len[3];
/freebsd-10.2-release/contrib/xz/src/liblzma/api/lzma/
H A Dvli.h115 extern LZMA_API(lzma_ret) lzma_vli_encode(lzma_vli vli, size_t *vli_pos,
116 uint8_t *out, size_t *out_pos, size_t out_size) lzma_nothrow;
154 extern LZMA_API(lzma_ret) lzma_vli_decode(lzma_vli *vli, size_t *vli_pos,
155 const uint8_t *in, size_t *in_pos, size_t in_size)
/freebsd-10.2-release/lib/libc/include/
H A Dnscachedcli.h89 size_t, const char *, size_t);
91 size_t, char *, size_t *);
96 extern int __cached_mp_write(cached_mp_write_session, const char *, size_t);
102 extern int __cached_mp_read(cached_mp_read_session, char *, size_t *);
/freebsd-10.2-release/sbin/hastd/
H A Dproto_impl.h38 #include <stdlib.h> /* size_t */
48 typedef int prt_send_t(void *, const unsigned char *, size_t, int);
49 typedef int prt_recv_t(void *, unsigned char *, size_t, int *);
52 typedef void prt_local_address_t(const void *, char *, size_t);
53 typedef void prt_remote_address_t(const void *, char *, size_t);
76 int proto_common_send(int sock, const unsigned char *data, size_t size, int fd);
77 int proto_common_recv(int sock, unsigned char *data, size_t size, int *fdp);
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Dhost-cygwin.c30 static void * cygwin_gt_pch_get_address (size_t, int fd);
31 static size_t cygwin_gt_pch_alloc_granularity (void);
39 static const size_t va_granularity = 0x10000;
42 static size_t
52 cygwin_gt_pch_get_address (size_t sz, int fd)
62 if ((size_t) p < sz)
/freebsd-10.2-release/include/
H A Dsearch.h16 typedef __size_t size_t; typedef
49 int hcreate(size_t);
53 void *lfind(const void *, const void *, size_t *, size_t,
55 void *lsearch(const void *, void *, size_t *, size_t,
/freebsd-10.2-release/contrib/gcclibs/libgomp/
H A Dalloc.c37 gomp_malloc (size_t size)
46 gomp_malloc_cleared (size_t size)
55 gomp_realloc (void *old, size_t size)
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dsnprintf.c28 @deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, const char *@var{format}, ...)
47 int vsnprintf (char *, size_t, const char *, va_list);
50 snprintf (char *s, size_t n, const char *format, ...)
55 VA_FIXEDARG (ap, size_t, n);
/freebsd-10.2-release/contrib/ntp/sntp/libevent/include/event2/
H A Dbuffer_compat.h73 typedef void (*evbuffer_cb)(struct evbuffer *buffer, size_t old_len, size_t new_len, void *arg);
107 unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len);
/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Dstrlcpy.c47 size_t
51 size_t siz;
55 register size_t n = siz;
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_raw.c37 void poke(int *, size_t);
40 poke(int *b, size_t index)
42 size_t i;
/freebsd-10.2-release/contrib/tcpdump/missing/
H A Dstrlcpy.c49 size_t
50 strlcpy(char *dst, const char *src, size_t siz)
54 register size_t n = siz;
/freebsd-10.2-release/crypto/heimdal/lib/roken/
H A Dstrlcat.c39 ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
40 strlcat (char *dst, const char *src, size_t dst_sz)
42 size_t len;
/freebsd-10.2-release/contrib/wpa/src/eap_common/
H A Deap_common.h14 int eap_hdr_len_valid(const struct wpabuf *msg, size_t min_payload);
16 const struct wpabuf *msg, size_t *plen);
17 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,

Completed in 383 milliseconds

<<11121314151617181920>>