| /src/include/ |
| strings.h | 39 typedef _BSD_SIZE_T_ size_t; typedef 54 int bcmp(const void *, const void *, size_t); 55 void bcopy(const void *, void *, size_t); 56 void bzero(void *, size_t); 78 int strncasecmp(const char *, const char *, size_t);
|
| iconv.h | 37 typedef _BSD_SIZE_T_ size_t; typedef 46 size_t iconv(iconv_t, char ** __restrict, 47 size_t * __restrict, char ** __restrict, 48 size_t * __restrict); 53 int __iconv_get_list(char ***, size_t *); 54 void __iconv_free_list(char **, size_t); 55 size_t __iconv(iconv_t, char **, size_t *, char **, 56 size_t *, __uint32_t, size_t *); [all...] |
| monetary.h | 39 typedef _BSD_SIZE_T_ size_t; typedef 54 ssize_t strfmon_l(char * __restrict, size_t, locale_t, const char * __restrict, ...) 60 ssize_t strfmon(char * __restrict, size_t, const char * __restrict, ...)
|
| string.h | 39 typedef _BSD_SIZE_T_ size_t; typedef 58 void *memccpy(void *, const void *, int, size_t); 60 void *memchr(const void *, int, size_t); 61 int memcmp(const void *, const void *, size_t); 62 void *memcpy(void * __restrict, const void * __restrict, size_t); 64 void *memmem(const void *, size_t, const void *, size_t); 66 void *memmove(void *, const void *, size_t); 67 void *memset(void *, int, size_t); 70 void *memset_explicit(void *, int, size_t); [all...] |
| uchar.h | 57 * size_t (described in 7.19); 78 typedef _BSD_SIZE_T_ size_t; typedef 102 size_t mbrtoc8(char8_t *__restrict, const char *__restrict, size_t, 104 size_t c8rtomb(char *__restrict, char8_t, mbstate_t *__restrict); 106 size_t mbrtoc16(char16_t *__restrict, const char *__restrict, size_t, 108 size_t c16rtomb(char *__restrict, char16_t, mbstate_t *__restrict); 109 size_t mbrtoc32(char32_t *__restrict, const char *__restrict, size_t, [all...] |
| wchar.h | 85 typedef _BSD_SIZE_T_ size_t; typedef 100 size_t mbrlen(const char * __restrict, size_t, mbstate_t * __restrict); 101 size_t mbrtowc(wchar_t * __restrict, const char * __restrict, size_t, 104 size_t mbsrtowcs(wchar_t * __restrict, const char ** __restrict, size_t, 106 size_t wcrtomb(char * __restrict, wchar_t, mbstate_t * __restrict); 112 size_t wcscspn(const wchar_t *, const wchar_t *); 113 size_t wcsftime(wchar_t * __restrict, size_t, const wchar_t * __restrict [all...] |
| search.h | 16 typedef _BSD_SIZE_T_ size_t; typedef 29 size_t size; 30 size_t filled; 56 void *bsearch(const void *, const void *, size_t, size_t, 60 int hcreate(size_t); 66 int hcreate_r(size_t, struct hsearch_data *); 72 void *lfind(const void *, const void *, size_t *, size_t, 74 void *lsearch(const void *, void *, size_t *, size_t [all...] |
| util.h | 46 typedef _BSD_SIZE_T_ size_t; typedef 92 const char *getdiskrawname(char *, size_t, const char *); 93 const char *getdiskcookedname(char *, size_t, const char *); 95 const char *getfsspecname(char *, size_t, const char *); 96 struct kinfo_vmentry *kinfo_getvmmap(pid_t, size_t *); 106 int opendisk(const char *, int, char *, size_t, int); 107 int opendisk1(const char *, int, char *, size_t, int, 125 char *, size_t) __RENAME(__pw_copyx50); 129 void pw_getconf(char *, size_t, const char *, const char *); 131 void pw_getpwconf(char *, size_t, const struct passwd * [all...] |
| wordexp.h | 39 typedef _BSD_SIZE_T_ size_t; typedef 45 size_t we_wordc; /* count of words matched */ 47 size_t we_offs; /* slots to reserve in we_wordv */ 50 size_t we_nbytes; /* size of we_strings */
|
| stdlib.h | 47 typedef _BSD_SIZE_T_ size_t; typedef 91 extern size_t __mb_cur_max; 105 void *bsearch(const void *, const void *, size_t, size_t, 108 void *calloc(size_t, size_t); 116 void *malloc(size_t); 117 void qsort(void *, size_t, size_t, int (*)(const void *, const void *)); 119 void *realloc(void *, size_t); [all...] |
| time.h | 59 typedef _BSD_SIZE_T_ size_t; typedef 100 size_t strftime(char * __restrict, size_t, const char * __restrict, 197 size_t strftime_l(char * __restrict, size_t, const char * __restrict, 237 size_t strftime_lz(timezone_t __restrict, char * __restrict, size_t, 240 size_t strftime_z(timezone_t __restrict, char * __restrict, size_t,
|
| netdb.h | 107 typedef _BSD_SIZE_T_ size_t; typedef 188 * Note: ai_addrlen used to be a size_t, per RFC 2553.
|
| stdio.h | 52 typedef _BSD_SIZE_T_ size_t; typedef 125 ssize_t (*_read) (void *, void *, size_t); 127 ssize_t (*_write)(void *, const void *, size_t); 236 size_t fread(void * __restrict, size_t, size_t, FILE * __restrict); 243 size_t fwrite(const void * __restrict, size_t, size_t, FILE * __restrict); 257 int setvbuf(FILE * __restrict, char * __restrict, int, size_t); [all...] |
| /src/lib/libexecinfo/ |
| execinfo.h | 39 typedef _BSD_SIZE_T_ size_t; typedef 46 size_t backtrace(void **, size_t); 47 char **backtrace_symbols(void *const *, size_t); 48 int backtrace_symbols_fd(void *const *, size_t, int); 49 char **backtrace_symbols_fmt(void *const *, size_t, const char *); 50 int backtrace_symbols_fd_fmt(void *const *, size_t, int, const char *);
|
| /src/sys/sys/ |
| random.h | 55 typedef _BSD_SIZE_T_ size_t; typedef 64 ssize_t getrandom(void *, size_t, unsigned int);
|
| stddef.h | 68 * size_t 96 typedef _BSD_SIZE_T_ size_t; typedef 133 * type size_t, the value of which is the offset in bytes, to 147 #define offsetof(type, member) ((size_t)(unsigned long)(&((type *)0)->member)) 152 #define offsetof(type, member) __offsetof__((reinterpret_cast<size_t> \
|
| sigtypes.h | 53 typedef _BSD_SIZE_T_ size_t; typedef 115 size_t ss_size; /* signal stack length */
|
| uio.h | 47 typedef _BSD_SIZE_T_ size_t; typedef 58 size_t iov_len; /* Length. */ 85 size_t uio_resid; /* residual i/o count */
|
| mman.h | 42 typedef _BSD_SIZE_T_ size_t; typedef 229 void * mmap(void *, size_t, int, int, int, off_t); 230 int munmap(void *, size_t); 231 int mprotect(void *, size_t, int); 233 int msync(void *, size_t, int) __RENAME(__msync13); 235 int mlock(const void *, size_t); 236 int munlock(const void *, size_t); 240 int madvise(void *, size_t, int); 241 int mincore(void *, size_t, char *); 242 int minherit(void *, size_t, int) [all...] |
| statvfs.h | 61 typedef _BSD_SIZE_T_ size_t; typedef 167 int getvfsstat(struct statvfs *, size_t, int) 171 int fhstatvfs(const void *, size_t, struct statvfs *) 177 int fhstatvfs1(const void *, size_t, struct statvfs *, int)
|
| types.h | 300 typedef _BSD_SIZE_T_ size_t; typedef
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_346.c | 8 typedef unsigned long size_t; typedef 10 void *memchr(const void *, int, size_t); /* C99 7.21.5.1 */ 70 void *bsearch(const void *key, const void *base, size_t nmemb, size_t size,
|
| /src/sys/arch/arm/include/ |
| sysarch.h | 41 * Pickup definition of size_t and uintptr_t 50 typedef _BSD_SIZE_T_ size_t; typedef 65 size_t len; /* Region size */ 79 int arm_sync_icache(uintptr_t, size_t);
|
| /src/sys/arch/hpc/stand/include/machine/ |
| types.h | 45 typedef unsigned int size_t; typedef
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_new_delete.cc | 54 // FreeBSD prior v9.2 have wrong definition of 'size_t'. 59 #define size_t unsigned macro 69 enum class align_val_t: size_t {}; 105 void *operator new(size_t size) 108 void *operator new[](size_t size) 111 void *operator new(size_t size, std::nothrow_t const&) 114 void *operator new[](size_t size, std::nothrow_t const&) 117 void *operator new(size_t size, std::align_val_t align) 120 void *operator new[](size_t size, std::align_val_t align) 123 void *operator new(size_t size, std::align_val_t align, std::nothrow_t const& [all...] |