Searched refs:size_t (Results 1 - 25 of 432) sorted by relevance

1234567891011>>

/xnu-2422.115.4/osfmk/libsa/
H A Dstring.h59 extern void *memcpy(void *, const void *, size_t);
60 extern int memcmp(const void *, const void *, size_t);
61 extern void *memmove(void *, const void *, size_t);
62 extern void *memset(void *, int, size_t);
64 extern size_t strlen(const char *);
65 extern size_t strnlen(const char *, size_t);
69 extern char *strncpy(char *, const char *, size_t);
71 extern size_t strlcat(char *, const char *, size_t);
[all...]
H A Dstdlib.h42 * Removed "size_t" definition, include "types.h" instead.
74 extern void *malloc(size_t);
75 extern void *realloc(void *, size_t);
/xnu-2422.115.4/libsyscall/wrappers/string/
H A Dstrings.h64 void *memmove(void *, const void *, size_t);
65 void *memset(void *, int, size_t);
68 size_t strlen(const char *);
69 size_t strlcpy(char *, const char *, size_t);
72 void bcopy(const void *, void *, size_t);
73 void bzero(void *, size_t);
H A Dstrlcpy.c27 size_t
28 strlcpy(char * restrict dst, const char * restrict src, size_t maxlen) {
29 const size_t srclen = strlen(src);
H A Dstrcpy.c29 const size_t length = strlen(src);
/xnu-2422.115.4/bsd/sys/_types/
H A D_size_t.h30 typedef __darwin_size_t size_t; typedef
H A D___offsetof.h29 #define __offsetof(type, field) ((size_t)(&((type *)0)->field))
H A D_iovec_t.h32 size_t iov_len; /* [XSI] Size of region iov_base points to */
/xnu-2422.115.4/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 *,
H A Desp.h102 size_t padbound; /* pad boundary, in byte */
110 int (*decrypt)(struct mbuf *, size_t,
112 int (*encrypt)(struct mbuf *, size_t, size_t,
128 extern size_t esp_hdrsiz(struct ipsecrequest *);
131 extern int esp_auth(struct mbuf *, size_t, size_t,
H A Dipcomp.h58 int (*compress)(struct mbuf *, struct mbuf *, size_t *);
59 int (*decompress)(struct mbuf *, struct mbuf *, size_t *);
60 size_t minplen; /* minimum required length for compression */
/xnu-2422.115.4/libkern/libkern/
H A Dsysctl.h110 int sysctlbyname(const char *, void *, size_t *, void *, size_t);
/xnu-2422.115.4/bsd/sys/
H A Dutfconv.h94 size_t
95 utf8_encodelen(const u_int16_t * ucsp, size_t ucslen, u_int16_t altslash,
128 utf8_encodestr(const u_int16_t * ucsp, size_t ucslen, u_int8_t * utf8p,
129 size_t * utf8len, size_t buflen, u_int16_t altslash, int flags);
163 utf8_decodestr(const u_int8_t* utf8p, size_t utf8len, u_int16_t* ucsp,
164 size_t *ucslen, size_t buflen, u_int16_t altslash, int flags);
192 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr,
193 size_t *outle
[all...]
/xnu-2422.115.4/osfmk/profiling/
H A Dprofile-internal.h195 size_t bytes_free; /* # bytes available */
196 size_t bytes_allocated; /* # bytes allocates so far */
197 size_t num_allocations; /* # of allocations */
221 size_t (*callback)(struct profile_vars *, struct callback *);
224 size_t sec_recsize; /* record size */
225 size_t sec_length; /* total length */
236 size_t text_len; /* highpc-lowpc */
237 size_t profil_len; /* length of the profil buffer */
238 size_t counter_size; /* size of indivual counters (HISTCOUNTER) */
250 size_t vars_siz
[all...]
/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dmsync.c32 int __msync_nocancel(void *, size_t, int);
38 msync(void *addr, size_t len, int flags)
40 size_t offset;
H A Dgetattrlist.c40 extern int __getattrlist(const char *, void *, void *, size_t, unsigned int);
42 extern int __getattrlist(const char *, void *, void *, size_t, unsigned long);
51 size_t attrBufSize, unsigned int options)
54 size_t attrBufSize, unsigned long options)
H A Dsetattrlist.c40 extern int __setattrlist(const char *, void *, void *, size_t, unsigned int);
42 extern int __setattrlist(const char *, void *, void *, size_t, unsigned long);
51 size_t attrBufSize, unsigned int options)
54 size_t attrBufSize, unsigned long options)
H A Dmprotect.c40 extern int __mprotect(void *, size_t, int);
43 mprotect(void *addr, size_t len, int prot)
46 size_t offset;
H A Dmunmap.c41 extern int __munmap(void *, size_t);
44 munmap(void *addr, size_t len)
46 size_t offset;
/xnu-2422.115.4/libkern/kxld/
H A Dkxld_demangle.h49 const char * kxld_demangle(const char *str, char **buffer, size_t *length)
/xnu-2422.115.4/bsd/libkern/
H A Dmemchr.c33 memchr(const void *bigptr, int ch, size_t length)
36 size_t n;
H A Dlibkern.h150 extern void *memchr(const void *, int, size_t);
152 int snprintf(char *, size_t, const char *, ...) __printflike(3,4);
171 uint32_t crc32(uint32_t crc, const void *bufp, size_t len);
173 int copystr(const void *kfaddr, void *kdaddr, size_t len, size_t *done);
174 int copyinstr(const user_addr_t uaddr, void *kaddr, size_t len, size_t *done);
175 int copyoutstr(const void *kaddr, user_addr_t udaddr, size_t len, size_t *done);
176 int copyin(const user_addr_t uaddr, void *kaddr, size_t le
[all...]
/xnu-2422.115.4/libsyscall/wrappers/
H A D_libkernel_init.h38 void* (*malloc)(size_t);
40 void* (*realloc)(void*, size_t);
H A D_libc_funcptr.c34 malloc(size_t size)
48 realloc(void *ptr, size_t size)
55 reallocf(void *ptr, size_t size)
/xnu-2422.115.4/libsyscall/wrappers/unix03/
H A Dmunmap.c37 extern int __munmap(void *, size_t);
40 munmap(void *addr, size_t len)

Completed in 165 milliseconds

1234567891011>>