Searched refs:size_t (Results 51 - 75 of 9388) sorted by relevance

1234567891011>>

/macosx-10.10.1/dtrace-147/test/tst/common/funcs/
H A Derr.D_PROTO_LEN.copyouttoomany.d41 copyout((void *)3, (uintptr_t)1000, (size_t)1000, "toomany");
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_converter.h51 int smb_convert_to_network(const char **inbuf, size_t *inbytesleft, char **outbuf,
52 size_t *outbytesleft, int flags, int usingUnicode);
53 int smb_convert_from_network(const char **inbuf, size_t *inbytesleft, char **outbuf,
54 size_t *outbytesleft, int flags, int usingUnicode);
55 size_t smb_strtouni(uint16_t *dst, const char *src, size_t inlen, int flags);
56 size_t smb_unitostr(char *dst, const uint16_t *src, size_t inlen, size_t maxlen, int flags);
57 size_t smb_utf16_strnsiz
[all...]
/macosx-10.10.1/text_cmds-88/sort/
H A Dxalloc.h48 void *xmalloc (size_t s);
49 void *xnmalloc (size_t n, size_t s);
50 void *xzalloc (size_t s);
51 void *xcalloc (size_t n, size_t s);
52 void *xrealloc (void *p, size_t s);
53 void *xnrealloc (void *p, size_t n, size_t s);
54 void *x2realloc (void *p, size_t *p
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A Dwind.h62 int wind_stringprep(const uint32_t *, size_t,
63 uint32_t *, size_t *,
67 int wind_punycode_label_toascii(const uint32_t *, size_t,
68 char *, size_t *);
70 int wind_utf8ucs4(const char *, uint32_t *, size_t *);
71 int wind_utf8ucs4_copy(const char *, uint32_t **, size_t *);
72 int wind_utf8ucs4_length(const char *, size_t *);
74 int wind_ucs4utf8(const uint32_t *, size_t, char *, size_t *);
75 int wind_ucs4utf8_copy(const uint32_t *, size_t, cha
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A Dpbkdf2.h42 typedef void (*PRF)(const uint8_t *keyPtr, size_t keyLen,
43 const uint8_t *textPtr, size_t textLen,
65 void pbkdf2 (PRF prf, size_t hLen,
66 const void *passwordPtr, size_t passwordLen,
67 const void *saltPtr, size_t saltLen,
68 size_t iterationCount,
69 void *dkPtr, size_t dkLen,
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DTCSystemAlloc.h51 extern void* TCMalloc_SystemAlloc(size_t bytes, size_t *actual_bytes,
52 size_t alignment = 0);
63 extern void TCMalloc_SystemRelease(void* start, size_t length);
65 extern void TCMalloc_SystemCommit(void* start, size_t length);
68 inline void TCMalloc_SystemRelease(void*, size_t) { }
72 inline void TCMalloc_SystemCommit(void*, size_t) { }
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.h44 extern size_t tlength;
53 size_t len; /* Valid characters */
54 size_t size; /* Allocated characters */
59 size_t len; /* Valid characters */
60 size_t size; /* Allocated characters */
74 size_t len; /* Valid strings */
75 size_t size; /* Allocated space for string pointers */
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dcheck-common.h45 typedef int (ASN1CALL *generic_encode)(unsigned char *, size_t, void *, size_t *);
47 typedef int (ASN1CALL *generic_decode)(unsigned char *, size_t, void *, size_t *);
54 size_t data_size,
55 int (ASN1CALL *encode)(unsigned char *, size_t, void *, size_t *),
57 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *),
65 size_t data_siz
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dhash.h30 typedef size_t (*Hash_hasher) (const void *, size_t);
60 size_t hash_get_n_buckets (const Hash_table *);
61 size_t hash_get_n_buckets_used (const Hash_table *);
62 size_t hash_get_n_entries (const Hash_table *);
63 size_t hash_get_max_bucket_length (const Hash_table *);
71 size_t hash_get_entries (const Hash_table *, void **, size_t);
72 size_t hash_do_for_each (const Hash_table *, Hash_processor, void *);
75 size_t hash_strin
[all...]
H A Dstrnlen.c26 size_t
27 strnlen (const char *string, size_t maxlen)
30 return end ? (size_t) (end - string) : maxlen;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/resize_policy/
H A Dhash_prime_size_policy_imp.hpp53 num_distinct_sizes = sizeof(std::size_t) != 8 ?
59 static const std::size_t g_a_sizes[num_distinct_sizes_64_bit] =
91 /* 30 */ (std::size_t)8589934583ull,
92 /* 31 */ (std::size_t)17179869143ull,
93 /* 32 */ (std::size_t)34359738337ull,
94 /* 33 */ (std::size_t)68719476731ull,
95 /* 34 */ (std::size_t)137438953447ull,
96 /* 35 */ (std::size_t)274877906899ull,
97 /* 36 */ (std::size_t)549755813881ull,
98 /* 37 */ (std::size_t)109951162768
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A Dfread.c26 size_t
27 fread(void* p, size_t s, size_t n, Sfio_t* f)
31 STDIO_INT(f, "fread", ssize_t, (void*, size_t, size_t, Sfio_t*), (p, s, n, f))
H A Dfwrite.c26 size_t
27 fwrite(const void* p, size_t s, size_t n, Sfio_t* f)
31 STDIO_INT(f, "fwrite", ssize_t, (const void*, size_t, size_t, Sfio_t*), (p, s, n, f))
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dstrnlen.c38 ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
39 strnlen(const char *s, size_t len)
41 size_t i;
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLInlineCacheSize.cpp46 size_t sizeOfGetById()
55 size_t sizeOfPutById()
64 size_t sizeOfCall()
/macosx-10.10.1/Libc-1044.1.2/include/xlocale/
H A D_string.h29 size_t strxfrm_l(char *, const char *, size_t, locale_t);
32 int strncasecmp_l(const char *, const char *, size_t, locale_t);
/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Dstrnlen.c32 size_t
33 strnlen(const char *s, size_t maxlen)
35 size_t len;
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_base64.h26 const char *inputbuff, size_t insize,
27 char **outptr, size_t *outlen);
30 unsigned char **outptr, size_t *outlen);
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_cb_hdr.h51 size_t tool_header_cb(void *ptr, size_t size, size_t nmemb, void *userdata);
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_string.h39 extern char *strndup(const char *, size_t);
40 extern size_t stresc2chr(char *);
41 extern char *strchr2esc(const char *, size_t);
/macosx-10.10.1/libedit-40/src/
H A Dvis.h80 char *nvis(char *, size_t, int, int, int);
83 char *snvis(char *, size_t, int, int, int, const char *);
86 int strnvis(char *, size_t, const char *, int);
89 int strsnvis(char *, size_t, const char *, int, const char *);
91 int strvisx(char *, const char *, size_t, int);
92 int strnvisx(char *, size_t, const char *, size_t, int);
94 int strsvisx(char *, const char *, size_t, int, const char *);
95 int strsnvisx(char *, size_t, const char *, size_t, in
[all...]
/macosx-10.10.1/apache-793/httpd/os/bs2000/
H A Debcdic.h29 void ebcdic2ascii(unsigned char *dest, const unsigned char *srce, size_t count);
30 void ebcdic2ascii_strictly(unsigned char *dest, const unsigned char *srce, size_t count);
31 void ascii2ebcdic(unsigned char *dest, const unsigned char *srce, size_t count);
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dxalloc.h33 extern void *xmalloc (size_t size);
36 extern void *xcalloc (size_t nmemb, size_t size);
40 extern void *xrealloc (void *ptr, size_t size);
68 sizeof (ptrdiff_t) <= sizeof (size_t), so do not bother to test for
72 ((size_t) (sizeof (ptrdiff_t) <= sizeof (size_t) ? -1 : -2) / (s) < (n))
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Desp_rijndael.h65 int esp_cbc_decrypt_aes(struct mbuf *, size_t, struct secasvar *,
68 esp_cbc_encrypt_aes(struct mbuf *, size_t, size_t, struct secasvar *,
/macosx-10.10.1/JavaScriptCore-7600.1.17/debugger/
H A DDebuggerPrimitives.h31 typedef size_t SourceID;
34 typedef size_t BreakpointID;

Completed in 187 milliseconds

1234567891011>>