/freebsd/sys/sys/ |
H A D | bitset.h | 43 (__size_t)(n) : ((n) % _BITSET_BITS))) 61 __size_t __i; \ 67 __size_t __i; \ 79 __size_t __i; \ 88 __size_t __i; \ 97 __size_t __i; \ 108 __size_t __i; \ 118 __size_t __i; \ 127 __size_t __i; \ 133 __size_t __i; \ [all …]
|
H A D | shm.h | 81 typedef __size_t size_t; 171 typedef __size_t size_t;
|
H A D | select.h | 91 __size_t psz = __ssp_bos0(p); in __fdset_idx() 113 __size_t _n; \
|
H A D | _types.h | 91 typedef __uint64_t __size_t; /* sizeof() */ typedef 94 typedef __uint32_t __size_t; /* sizeof() */ typedef
|
H A D | _sigaltstack.h | 61 __size_t ss_size; /* signal stack length */
|
H A D | thr.h | 38 typedef __size_t size_t;
|
/freebsd/include/ |
H A D | wordexp.h | 36 typedef __size_t size_t; 41 __size_t we_wordc; /* count of words matched */ 43 __size_t we_offs; /* slots to reserve in we_wordv */ 45 __size_t we_nbytes; /* size of we_strings */
|
H A D | fts.h | 44 __size_t fts_pathlen; /* sizeof(path) */ 45 __size_t fts_nitems; /* elements in the sort array */ 76 __size_t fts_pathlen; /* strlen(fts_path) */ 77 __size_t fts_namelen; /* strlen(fts_name) */
|
H A D | runetype.h | 63 __rune_t (*__sgetrune)(const char *, __size_t, char const **); 64 int (*__sputrune)(__rune_t, char *, __size_t, char **);
|
H A D | readpassphrase.h | 40 typedef __size_t size_t;
|
H A D | monetary.h | 36 typedef __size_t size_t;
|
H A D | uchar.h | 51 typedef __size_t size_t;
|
H A D | strings.h | 36 typedef __size_t size_t;
|
H A D | grp.h | 51 typedef __size_t size_t;
|
H A D | glob.h | 42 typedef __size_t size_t;
|
H A D | regex.h | 46 typedef __size_t size_t;
|
H A D | search.h | 15 typedef __size_t size_t;
|
/freebsd/lib/libc/gen/ |
H A D | fts-compat11.h | 40 __size_t fts_pathlen; /* sizeof(path) */ 41 __size_t fts_nitems; /* elements in the sort array */ 59 __size_t fts_pathlen; /* strlen(fts_path) */ 60 __size_t fts_namelen; /* strlen(fts_name) */
|
/freebsd/lib/libc/include/ |
H A D | libc_private.h | 202 void *(calloc_cb)(__size_t, __size_t)); 362 void __libc_distribute_static_tls(__size_t, void *, __size_t, __size_t); 363 __uintptr_t __libc_static_tls_base(__size_t);
|
/freebsd/stand/efi/include/ |
H A D | efilib.h | 143 EFI_STATUS efi_freebsd_getenv(const char *v, void *data, __size_t *len); 144 EFI_STATUS efi_getenv(EFI_GUID *g, const char *v, void *data, __size_t *len); 145 EFI_STATUS efi_global_getenv(const char *v, void *data, __size_t *len); 146 EFI_STATUS efi_setenv(EFI_GUID *guid, const char *varname, UINT32 attr, void *data, __size_t len);
|
/freebsd/libexec/rtld-elf/rtld-libc/ |
H A D | rtld_libc.h | 57 __ssize_t __sys_pread(int, void *, __size_t, __off_t); 58 __ssize_t __sys_read(int, void *, __size_t); 59 __ssize_t __sys_write(int, const void *, __size_t);
|
/freebsd/tools/build/cross-build/include/linux/sys/ |
H A D | types.h | 62 * stddef.h for both gcc and clang will define __size_t when size_t has 63 * been defined (except on *BSD where it doesn't touch __size_t). So if 65 * to typedef __size_t for FreeBSD's use of __size_t in places to work 68 #ifndef __size_t 69 typedef __SIZE_TYPE__ __size_t; 41 typedef __SIZE_TYPE__ __size_t; global() typedef
|
/freebsd/sys/arm/include/ |
H A D | sysarch.h | 63 __size_t len; /* Region size */ 67 __size_t mc_vfp_size;
|
H A D | ucontext.h | 81 __size_t mc_vfp_size;
|
/freebsd/sys/arm64/include/ |
H A D | sysarch.h | 46 __size_t len;
|