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

12

/illumos-gate/usr/src/boot/include/
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 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 Dstddef.h54 typedef __size_t size_t; typedef
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...]
/illumos-gate/usr/src/boot/sys/sys/
H A D_iovec.h39 typedef __size_t size_t; typedef
45 size_t iov_len; /* Length. */
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dstdint.h6 typedef unsigned size_t; typedef
/illumos-gate/usr/src/uts/common/sys/
H A Dun.h65 * UNIX{98,03}. And because there's strlen, we need size_t as well.
70 typedef unsigned long size_t; /* size of something in bytes */ typedef
72 typedef unsigned int size_t; /* (historical version) */ typedef
76 extern size_t strlen(const char *);
/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 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 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 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/lib/libbc/inc/include/sys/
H A Dstdtypes.h30 * define the thingy. This is used so that we don't have size_t in
58 typedef int size_t; /* ??? */ typedef
/illumos-gate/usr/src/head/
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/uts/i86pc/ml/
H A Dsyscall_asm.s361 size_t _allsyscalls_size; label
H A Dsyscall_asm_amd64.s420 size_t _allsyscalls_size; label
/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
/illumos-gate/usr/src/lib/libast/sparc/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/sparc/src/lib/libast/
H A Dast_common.h16 #define _typ_size_t 1 /* size_t is a type */
186 typedef int size_t; typedef
/illumos-gate/usr/src/lib/libast/sparcv9/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/sparcv9/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/ucbhead/
H A Dstdio.h64 typedef unsigned int size_t; typedef
66 typedef unsigned long size_t; typedef
169 extern int setvbuf(FILE *, char *, int, size_t);
196 extern size_t fread(void *, size_t, size_t, FILE *);
197 extern size_t fwrite(const void *, size_t, size_t, FILE *);

Completed in 102 milliseconds

12