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

12

/freebsd-11.0-release/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 Dstddef.h54 typedef __size_t size_t;
H A Dstrings.h36 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 Dsearch.h16 typedef __size_t size_t;
H A Duchar.h51 typedef __size_t size_t;
H A Ddlfcn.h68 typedef __size_t size_t;
/freebsd-11.0-release/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.h76 typedef __size_t size_t;
155 typedef __size_t size_t;
H A Dmsg.h46 typedef __size_t size_t;
/freebsd-11.0-release/lib/libc/include/
H A Dlibc_private.h184 void *(calloc_cb)(__size_t, __size_t));
328 void *__sys_mmap(void *, __size_t, int, int, int, __off_t);
329 int __sys_msync(void *, __size_t, int);
339 __ssize_t __sys_pread(int, void *, __size_t, __off_t);
340 __ssize_t __sys_pwrite(int, const void *, __size_t, __off_t);
341 __ssize_t __sys_read(int, void *, __size_t);
343 __ssize_t __sys_recv(int, void *, __size_t, int);
344 __ssize_t __sys_recvfrom(int, void *, __size_t, int, struct sockaddr *,
350 __ssize_t __sys_sendto(int, const void *, __size_t, in
[all...]
/freebsd-11.0-release/sys/mips/include/
H A D_types.h106 typedef __uint64_t __size_t; typedef
113 typedef __uint32_t __size_t; /* sizeof() */ typedef
/freebsd-11.0-release/sys/powerpc/include/
H A D_types.h99 typedef __uint64_t __size_t; /* sizeof() */ typedef
108 typedef __uint32_t __size_t; /* sizeof() */ typedef
/freebsd-11.0-release/sys/x86/include/
H A D_types.h106 typedef __uint64_t __size_t; /* sizeof() */ typedef
115 typedef __uint32_t __size_t; typedef
/freebsd-11.0-release/lib/libkvm/
H A Dkvm.h45 typedef __size_t size_t;
/freebsd-11.0-release/sys/arm64/include/
H A D_types.h75 typedef __uint64_t __size_t; /* sizeof() */ typedef
/freebsd-11.0-release/sys/arm/include/
H A D_types.h87 typedef __uint32_t __size_t; /* sizeof() */ typedef

Completed in 110 milliseconds

12