#include <sys/_types.h>

sys/_types.h

includes: sys/cdefs.h, machine/_types.h, sys/_pthread/_pthread_types.h
20 typedefs · 1 macro

macroUSE_CLANG_TYPES

#define USE_CLANG_TYPES 0

typedef__darwin_blkcnt_t

typedef __int64_t __darwin_blkcnt_t
total blocks

typedef__darwin_blksize_t

typedef __int32_t __darwin_blksize_t
preferred block size

typedef__darwin_dev_t

typedef __int32_t __darwin_dev_t

typedef__darwin_fsblkcnt_t

typedef unsigned int __darwin_fsblkcnt_t
Used by statvfs and fstatvfs

typedef__darwin_fsfilcnt_t

typedef unsigned int __darwin_fsfilcnt_t
Used by statvfs and fstatvfs

typedef__darwin_gid_t

typedef __uint32_t __darwin_gid_t
[???] process and group IDs

typedef__darwin_id_t

typedef __uint32_t __darwin_id_t
[XSI] pid_t, uid_t, or gid_t

typedef__darwin_ino64_t

typedef __uint64_t __darwin_ino64_t
[???] Used for 64 bit inodes

typedef__darwin_ino_t

typedef __darwin_ino64_t __darwin_ino_t
[???] Used for inodes

typedef__darwin_mach_port_name_t

typedef __darwin_natural_t __darwin_mach_port_name_t
Used by mach

typedef__darwin_mach_port_t

typedef __darwin_mach_port_name_t __darwin_mach_port_t
Used by mach

typedef__darwin_mode_t

typedef __uint16_t __darwin_mode_t
[???] Some file attributes

typedef__darwin_off_t

typedef __int64_t __darwin_off_t
[???] Used for file sizes

typedef__darwin_pid_t

typedef __int32_t __darwin_pid_t
[???] process and group IDs

typedef__darwin_sigset_t

typedef __uint32_t __darwin_sigset_t
[???] signal set

typedef__darwin_suseconds_t

typedef __int32_t __darwin_suseconds_t
[???] microseconds

typedef__darwin_uid_t

typedef __uint32_t __darwin_uid_t
[???] user IDs

typedef__darwin_useconds_t

typedef __uint32_t __darwin_useconds_t
[???] microseconds

typedef__darwin_uuid_t

typedef unsigned char __darwin_uuid_t[16]

typedef__darwin_uuid_string_t

typedef char __darwin_uuid_string_t[37]