types.h File Reference
#include
<stdapis/sys/types.h>
Typedef u_char
typedef unsigned char | u_char |
Typedef u_short
typedef unsigned short | u_short |
Typedef u_int
typedef unsigned int | u_int |
Typedef u_long
typedef unsigned long | u_long |
Typedef ushort
typedef unsigned short | ushort |
Typedef uint
Typedef int8_t
denotes a signed integer type with a width of exactly 8 bits.
Typedef int16_t
denotes a signed integer type with a width of exactly 16 bits.
Typedef int32_t
denotes a signed integer type with a width of exactly 32 bits.
Typedef int64_t
denotes a signed integer type with a width of exactly 64 bits.
Typedef uint8_t
denotes a unsigned integer type with a width of exactly 8 bits.
Typedef uint16_t
denotes a unsigned integer type with a width of exactly 16 bits.
Typedef uint32_t
denotes a unsigned integer type with a width of exactly 32 bits.
Unsigned long int
Typedef uint64_t
typedef __uint64_t | uint64_t |
denotes a unsigned integer type with a width of exactly 64 bits.
Typedef intptr_t
designates a signed integer type with the property that any valid pointer to void can be converted to this type, then converted back to a pointer to void, and the result will compare equal to the original pointer.
Typedef uintptr_t
designates an unsigned integer type with the property that any valid pointer to void can be converted to this type, then converted back to a pointer to void, and the result will compare equal to the original pointer
Typedef u_int8_t
Typedef u_int16_t
Typedef u_int32_t
Typedef u_int64_t
typedef __uint64_t | u_int64_t |
Typedef u_quad_t
typedef __uint64_t | u_quad_t |
Typedef quad_t
Typedef qaddr_t
Typedef caddr_t
Typedef c_caddr_t
typedef __const char * | c_caddr_t |
Typedef v_caddr_t
typedef __volatile char * | v_caddr_t |
Typedef blkcnt_t
Used for file block counts.
Typedef clock_t
Used for system times in clock ticks or CLOCKS_PER_SEC
Typedef clockid_t
Used for clock ID type in the clock and timer functions.
Typedef dev_t
device number or struct cdev
Typedef fsblkcnt_t
Used for file system block counts.
Typedef fsfilcnt_t
Used for file system file counts.
Typedef in_addr_t
32 bit unsigned int address
Internet address manipulation
Typedef in_port_t
16bit unsigned int
Internet port manipulation
Typedef id_t
Used as a general identifier; can be used to contain at least a pid_t, uid_t, or gid_t.
Typedef ino_t
Used for file serial numbers.
Typedef key_t
Used for XSI interprocess communication.
Typedef mode_t
Used for some file attributes.
Typedef pid_t
Used for process IDs and process group IDs.
Typedef rlim_t
Unsigned integer type used for limit values.
Typedef ssize_t
Used for a count of bytes or an error indication.
Typedef suseconds_t
Used for time in microseconds.
Typedef time_t
Used for time in seconds.
Typedef useconds_t
Used for time in microseconds.
Used for time in microseconds