HomeSort by: relevance | last modified time | path
    Searched defs:size_t (Results 1 - 25 of 148) sorted by relevancy

1 2 3 4 5 6

  /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 */
  /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/external/gpl3/gcc/dist/fixincludes/tests/base/types/
vxTypesBase.h 16 typedef unsigned int size_t; typedef
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/types/
vxTypesBase.h 16 typedef unsigned int size_t; typedef
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/
types.h 25 typedef __SIZE_TYPE__ size_t; typedef
  /src/external/gpl3/gcc/dist/libgcc/config/gcn/
crt0.c 22 typedef long long size_t; typedef
58 size_t count;
59 size_t i;
73 size_t count;
74 size_t i;
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/
types.h 25 typedef __SIZE_TYPE__ size_t; typedef
  /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/
crt0.c 22 typedef long long size_t; typedef
58 size_t count;
59 size_t i;
73 size_t count;
74 size_t i;
  /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> \
  /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/external/apache2/llvm/dist/clang/docs/analyzer/checkers/
mismatched_deallocator_example.cpp 8 void __attribute((ownership_returns(malloc))) *user_malloc(size_t); variable
  /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/external/gpl3/gcc/dist/gcc/text-art/
canvas.h 41 typedef size<class canvas> size_t; typedef in class:text_art::canvas
46 canvas (size_t size, const style_manager &style_mgr);
48 size_t get_size () const { return m_cells.get_size (); }
68 array2<cell_t, size_t, coord_t> m_cells;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
stdio_filebuf.h 61 typedef std::size_t size_t; typedef in class:stdio_filebuf
80 size_t __size = static_cast<size_t>(_GLIBCXX_BUFSIZ));
93 size_t __size = static_cast<size_t>(_GLIBCXX_BUFSIZ));
139 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size)
156 size_t __size)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
stdio_filebuf.h 59 typedef std::size_t size_t; typedef in class:stdio_filebuf
78 size_t __size = static_cast<size_t>(_GLIBCXX_BUFSIZ));
91 size_t __size = static_cast<size_t>(_GLIBCXX_BUFSIZ));
137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size)
154 size_t __size)
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_hip_runtime_wrapper.h 26 typedef __SIZE_TYPE__ size_t; typedef
55 extern "C" __device__ void *__hip_malloc(size_t __size);
57 static inline __device__ void *malloc(size_t __size) {
62 static inline __device__ void *malloc(size_t __size) {

Completed in 98 milliseconds

1 2 3 4 5 6