Searched defs:size_t (Results 1 - 25 of 38) sorted by path

12

/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h94 typedef __size_t size_t; typedef
155 char * inet_neta(in_addr_t, char *, size_t);
158 char *inet_net_ntop(int, const void *, int, char *, size_t);
159 int inet_net_pton(int, const char *, void *, size_t);
161 char *inet_cidr_ntop(int, const void *, int, char *, size_t);
/illumos-gate/usr/src/boot/include/netinet6/
H A Din6.h678 typedef __size_t size_t; typedef
700 extern size_t inet6_rthdr_space(int, int);
/illumos-gate/usr/src/boot/include/
H A Dstddef.h54 typedef __size_t size_t; typedef
H A Dstdio.h46 typedef __size_t size_t; typedef
249 size_t fread(void * __restrict, size_t, size_t, FILE * __restrict);
255 size_t fwrite(const void * __restrict, size_t, size_t, FILE * __restrict);
269 int setvbuf(FILE * __restrict, char * __restrict, int, size_t);
282 int snprintf(char * __restrict, size_t, const char * __restrict,
287 int vsnprintf(char * __restrict, size_t, cons
[all...]
H A Dstdlib.h48 typedef __size_t size_t; typedef
88 void *bsearch(const void *, const void *, size_t,
89 size_t, int (*)(const void *, const void *));
90 void *calloc(size_t, size_t) __malloc_like __result_use_check
98 void *malloc(size_t) __malloc_like __result_use_check __alloc_size(1);
99 int mblen(const char *, size_t);
100 size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
101 int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
[all...]
H A Dstring.h49 typedef __size_t size_t; typedef
55 void *memccpy(void * __restrict, const void * __restrict, int, size_t);
57 void *memchr(const void *, int, size_t) __pure;
59 void *memrchr(const void *, int, size_t) __pure;
61 int memcmp(const void *, const void *, size_t) __pure;
62 void *memcpy(void * __restrict, const void * __restrict, size_t);
64 void *memmem(const void *, size_t, const void *, size_t) __pure;
66 void *memmove(void *, const void *, size_t);
67 void *memset(void *, int, size_t);
[all...]
H A Dstrings.h36 typedef __size_t size_t; typedef
42 int bcmp(const void *, const void *, size_t) __pure; /* LEGACY */
43 void bcopy(const void *, void *, size_t); /* LEGACY */
44 void bzero(void *, size_t); /* LEGACY */
47 void explicit_bzero(void *, size_t);
64 int strncasecmp(const char *, const char *, size_t) __pure;
H A Dtime.h70 typedef __size_t size_t; typedef
152 size_t strftime(char * __restrict, size_t, const char * __restrict,
H A Dunistd.h58 typedef __size_t size_t; typedef
338 char *getcwd(char *, size_t);
357 ssize_t read(int, void *, size_t);
368 int ttyname_r(int, char *, size_t);
370 ssize_t write(int, const void *, size_t);
374 size_t confstr(int, char *, size_t);
405 ssize_t readlink(const char * __restrict, char * __restrict, size_t);
408 int gethostname(char *, size_t);
419 ssize_t pread(int, void *, size_t, off_
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A D_iovec.h39 typedef __size_t size_t; typedef
45 size_t iov_len; /* Length. */
H A Dtypes.h194 typedef __size_t size_t; typedef
388 void * mmap(void *, size_t, int, int, int, off_t);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dstdint.h6 typedef unsigned size_t; typedef
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h43 typedef unsigned long size_t; typedef
45 typedef unsigned int size_t; typedef
167 typedef int zfs_decomp_func_t(void *s_start, void *d_start, size_t s_len,
168 size_t d_len);
217 extern int lzjb_decompress(void *, void *, size_t, size_t);
218 extern int lz4_decompress(void *, void *, size_t, size_t);
/illumos-gate/usr/src/head/iso/
H A Dstddef_iso.h75 typedef unsigned long size_t; /* size of something in bytes */ typedef in namespace:std
77 typedef unsigned int size_t; /* (historical version) */ typedef in namespace:std
89 #define offsetof(s, m) (std::size_t)(&(((s *)0)->m))
91 #define offsetof(s, m) (size_t)(&(((s *)0)->m))
H A Dstdio_iso.h99 typedef unsigned long size_t; /* size of something in bytes */ typedef in namespace:std
101 typedef unsigned int size_t; /* (historical version) */ typedef in namespace:std
202 size_t);
245 extern size_t fread(void *_RESTRICT_KYWD, size_t, size_t,
247 extern size_t fwrite(const void *_RESTRICT_KYWD, size_t, size_t,
H A Dstdlib_iso.h78 typedef unsigned long size_t; /* size of something in bytes */ typedef in namespace:std
80 typedef unsigned int size_t; /* (historical version) */ typedef in namespace:std
126 extern void *bsearch(const void *, const void *, size_t, size_t,
130 void *bsearch(const void *, const void *, size_t, size_t,
134 extern void *calloc(size_t, size_t);
142 extern void *malloc(size_t);
143 extern int mblen(const char *, size_t);
[all...]
H A Dstring_iso.h63 typedef unsigned long size_t; /* size of something in bytes */ typedef in namespace:std
65 typedef unsigned int size_t; /* (historical version) */
69 extern int memcmp(const void *, const void *, size_t);
70 extern void *memcpy(void *_RESTRICT_KYWD, const void *_RESTRICT_KYWD, size_t);
71 extern void *memmove(void *, const void *, size_t);
72 extern void *memset(void *, int, size_t);
77 extern size_t strcspn(const char *, const char *);
79 extern size_t strlen(const char *);
80 extern char *strncat(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t);
81 extern int strncmp(const char *, const char *, size_t);
[all...]
H A Dtime_iso.h62 typedef unsigned long size_t; /* size of something in bytes */ typedef in namespace:std
64 typedef unsigned size_t; /* (historical version) */
101 extern size_t strftime(char *_RESTRICT_KYWD, size_t, const char *_RESTRICT_KYWD,
H A Dwchar_iso.h108 typedef unsigned long size_t; /* size of something in bytes */ typedef in namespace:std
110 typedef unsigned int size_t; /* (historical version) */ typedef in namespace:std
223 extern size_t wcscspn(const wchar_t *, const wchar_t *);
224 extern size_t wcslen(const wchar_t *);
226 size_t);
227 extern int wcsncmp(const wchar_t *, const wchar_t *, size_t);
229 size_t);
230 extern size_t wcsspn(const wchar_t *, const wchar_t *);
231 extern size_t wcsxfrm(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
232 size_t);
[all...]
/illumos-gate/usr/src/head/
H A Dlimits.h313 typedef unsigned long size_t; /* size of something in bytes */ typedef
315 typedef unsigned int size_t; /* (historical version) */ typedef
321 #define PTHREAD_STACK_MIN ((size_t)_sysconf(_SC_THREAD_STACK_MIN))
H A Dmon.h44 * the size_t type is defined in this header.
49 typedef unsigned long size_t; /* size of something in bytes */ typedef
51 typedef unsigned int size_t; /* (historical version) */ typedef
58 size_t nfns;
72 extern void monitor(int (*)(void), int (*)(void), WORD *, size_t, size_t);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_common.h37 #define _typ_size_t 1 /* size_t is a type */
208 typedef int size_t; typedef
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_common.h16 #define _typ_size_t 1 /* size_t is a type */
187 typedef int size_t; typedef
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_common.h37 #define _typ_size_t 1 /* size_t is a type */
207 typedef int size_t; typedef
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_common.h16 #define _typ_size_t 1 /* size_t is a type */
186 typedef int size_t; typedef

Completed in 651 milliseconds

12