Searched refs:__size_t (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-11-stable/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 Dmonetary.h36 typedef __size_t size_t;
H A Dreadpassphrase.h39 typedef __size_t size_t;
H A Drunetype.h64 __rune_t (*__sgetrune)(const char *, __size_t, char const **);
65 int (*__sputrune)(__rune_t, char *, __size_t, char **);
H A Dfts.h45 __size_t fts_pathlen; /* sizeof(path) */
46 __size_t fts_nitems; /* elements in the sort array */
77 __size_t fts_pathlen; /* strlen(fts_path) */
78 __size_t fts_namelen; /* strlen(fts_name) */
H A Dstrings.h36 typedef __size_t size_t;
H A Dstddef.h54 typedef __size_t size_t;
H A Dglob.h43 typedef __size_t size_t;
H A Dgrp.h52 typedef __size_t size_t;
H A Dregex.h47 typedef __size_t size_t;
H A Duchar.h51 typedef __size_t size_t;
/freebsd-11-stable/sys/sys/
H A D_iovec.h39 typedef __size_t size_t;
H A Dbitset.h37 (__size_t)(n) : ((n) % _BITSET_BITS)))
54 __size_t __i; \
60 __size_t __i; \
72 __size_t __i; \
81 __size_t __i; \
90 __size_t __i; \
101 __size_t __i; \
111 __size_t __i; \
120 __size_t __i; \
126 __size_t __
[all...]
H A Dthr.h38 typedef __size_t size_t;
H A Dshm.h80 typedef __size_t size_t;
160 typedef __size_t size_t;
H A Dselect.h87 __size_t _n; \
/freebsd-11-stable/sys/arm/include/
H A Dsysarch.h83 __size_t len; /* Region size */
87 __size_t mc_vfp_size;
H A Ducontext.h81 __size_t mc_vfp_size;
H A D_types.h89 typedef __uint32_t __size_t; /* sizeof() */ typedef
/freebsd-11-stable/lib/libc/include/
H A Dlibc_private.h188 void *(calloc_cb)(__size_t, __size_t));
340 void *__sys_mmap(void *, __size_t, int, int, int, __off_t);
341 int __sys_msync(void *, __size_t, int);
352 __ssize_t __sys_pread(int, void *, __size_t, __off_t);
353 __ssize_t __sys_pwrite(int, const void *, __size_t, __off_t);
354 __ssize_t __sys_read(int, void *, __size_t);
356 __ssize_t __sys_recv(int, void *, __size_t, int);
357 __ssize_t __sys_recvfrom(int, void *, __size_t, int, struct sockaddr *,
363 __ssize_t __sys_sendto(int, const void *, __size_t, in
[all...]
/freebsd-11-stable/stand/efi/include/
H A Defilib.h125 EFI_STATUS efi_freebsd_getenv(const char *v, void *data, __size_t *len);
126 EFI_STATUS efi_getenv(EFI_GUID *g, const char *v, void *data, __size_t *len);
127 EFI_STATUS efi_global_getenv(const char *v, void *data, __size_t *len);
/freebsd-11-stable/sys/mips/include/
H A D_types.h108 typedef __uint64_t __size_t; typedef
115 typedef __uint32_t __size_t; /* sizeof() */ typedef
/freebsd-11-stable/sys/x86/include/
H A D_types.h110 typedef __uint64_t __size_t; /* sizeof() */ typedef
119 typedef __uint32_t __size_t; typedef
/freebsd-11-stable/sys/powerpc/include/
H A D_types.h101 typedef __uint64_t __size_t; /* sizeof() */ typedef
110 typedef __uint32_t __size_t; /* sizeof() */ typedef
/freebsd-11-stable/sys/arm64/include/
H A D_types.h77 typedef __uint64_t __size_t; /* sizeof() */ typedef

Completed in 115 milliseconds

123