#include <sys/_types.h>
sys/_types.h
20 typedefs · 1 macro
#define USE_CLANG_TYPES 0
typedef __int64_t __darwin_blkcnt_t
total blocks
typedef __int32_t __darwin_blksize_t
preferred block size
typedef unsigned int __darwin_fsblkcnt_t
Used by statvfs and fstatvfs
typedef unsigned int __darwin_fsfilcnt_t
Used by statvfs and fstatvfs
typedef __uint32_t __darwin_gid_t
[???] process and group IDs
typedef __uint64_t __darwin_ino64_t
[???] Used for 64 bit inodes
typedef __uint16_t __darwin_mode_t
[???] Some file attributes
typedef __int64_t __darwin_off_t
[???] Used for file sizes
typedef __int32_t __darwin_pid_t
[???] process and group IDs
typedef __uint32_t __darwin_sigset_t
[???] signal set
typedef __int32_t __darwin_suseconds_t
[???] microseconds
typedef __uint32_t __darwin_useconds_t
[???] microseconds
typedef unsigned char __darwin_uuid_t[16]
typedef char __darwin_uuid_string_t[37]