Home
last modified time | relevance | path

Searched refs:__size_t (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/sys/sys/
H A Dbitset.h43 (__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 Dshm.h81 typedef __size_t size_t;
171 typedef __size_t size_t;
H A Dselect.h91 __size_t psz = __ssp_bos0(p); in __fdset_idx()
113 __size_t _n; \
H A D_types.h91 typedef __uint64_t __size_t; /* sizeof() */ typedef
94 typedef __uint32_t __size_t; /* sizeof() */ typedef
H A D_sigaltstack.h61 __size_t ss_size; /* signal stack length */
H A Dthr.h38 typedef __size_t size_t;
/freebsd/include/
H A Dwordexp.h36 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 Dfts.h44 __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 Drunetype.h63 __rune_t (*__sgetrune)(const char *, __size_t, char const **);
64 int (*__sputrune)(__rune_t, char *, __size_t, char **);
H A Dreadpassphrase.h40 typedef __size_t size_t;
H A Dmonetary.h36 typedef __size_t size_t;
H A Duchar.h51 typedef __size_t size_t;
H A Dstrings.h36 typedef __size_t size_t;
H A Dgrp.h51 typedef __size_t size_t;
H A Dglob.h42 typedef __size_t size_t;
H A Dregex.h46 typedef __size_t size_t;
H A Dsearch.h15 typedef __size_t size_t;
/freebsd/lib/libc/gen/
H A Dfts-compat11.h40 __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 Dlibc_private.h202 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 Defilib.h143 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 Drtld_libc.h57 __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 Dtypes.h62 * 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 Dsysarch.h63 __size_t len; /* Region size */
67 __size_t mc_vfp_size;
H A Ducontext.h81 __size_t mc_vfp_size;
/freebsd/sys/arm64/include/
H A Dsysarch.h46 __size_t len;

123