[Overview][Constants][Types] Reference for unit 'unixtype' (#rtl)

Reference for unit 'unixtype': Types

cchar

  

C type: 8-bit signed integer

cDouble

  

Double precision real format.

cFloat

  

Floating-point real format

cInt

  

C type: integer (natural size)

cInt16

  

C type: 16 bits sized, signed integer.

cInt32

  

C type: 32 bits sized, signed integer.

cInt64

  

C type: 64 bits sized, signed integer.

cInt8

  

C type: 8 bits sized, signed integer.

clDouble

  

Long double precision real format (Extended)

clock_t

  

Clock ticks type

cLong

  

C type: long signed integer (double sized)

clonglong

  

C type: 64-bit (double long) signed integer.

cshort

  

C type: short signed integer (half sized)

cuchar

  

C type: 8-bit unsigned integer

cUInt

  

C type: unsigned integer (natural size)

cUInt16

  

C type: 16 bits sized, unsigned integer.

cUInt32

  

C type: 32 bits sized, unsigned integer.

cUInt64

  

C type: 64 bits sized, unsigned integer.

cUInt8

  

C type: 8 bits sized, unsigned integer.

cuLong

  

C type: long unsigned integer (double sized)

culonglong

  

C type: 64-bit (double long) unsigned integer.

cunsigned

  

Alias for #rtl.unixtype.cuint

cushort

  

C type: short unsigned integer (half sized)

dev_t

  

Device descriptor type.

gid_t

  

Group ID type.

ino_t

  

Inode type.

kDev_t

  

Kernel device type

mode_t

  

Inode mode type.

nlink_t

  

Number of links type.

off_t

  

Offset type.

pcchar

  

Pointer to #rtl.UnixType.cchar

pcDouble

  

Pointer to cdouble type.

pcFloat

  

Pointer to cfloat type.

pcInt

  

Pointer to cInt type.

pclDouble

  

Pointer to cldouble type.

pClock

  

Pointer to TClock type.

pcLong

  

Pointer to cLong type.

pcshort

  

Pointer to cShort type.

pcuchar

  

Pointer to #rtl.UnixType.cuchar

pcUInt

  

Pointer to cUInt type.

pculong

  

Pointer to cuLong type.

pcunsigned

  

Pointer to #rtl.unixtype.cunsigned

pcushort

  

Pointer to cuShort type.

pDev

  

Pointer to TDev type.

pGid

  

Pointer to TGid type.

pid_t

  

Process ID type.

pIno

  

Pointer to TIno type.

pkDev

  

Pointer to TkDev type.

pMode

  

Pointer to TMode type.

pnLink

  

Pointer to TnLink type.

pOff

  

Pointer to TOff type.

pPid

  

Pointer to TPid type.

pSize

  

Pointer to TSize type.

psize_t

  

Pointer to size_t type.

pSockLen

  

Pointer to TSockLen type.

pSSize

  

Pointer to TsSize type

PStatFS

  

Pointer to TStatFS type.

pthread_attr_t

  

Thread attributes record. Opaque.

pthread_condattr_t

  

Conditional variable attributes type (opaque).

pthread_cond_t

  

Thread conditional variable (opaque).

pthread_key_t

  

Thread local storage key (opaque)

pthread_mutexattr_t

  

Mutex attributes type (opaque).

pthread_mutex_t

  

Thread mutex type (opaque).

pthread_rwlockattr_t

  

R/W lock attributes (opaque).

pthread_rwlock_t

  

Read/Write lock type (opaque)

pthread_t

  

Thread description record

pTime

  

Pointer to TTime type.

ptimespec

  

Pointer to timespec record.

ptimeval

  

Pointer to timeval record.

ptime_t

  

Pointer to time_t type.

pUid

  

Pointer to TUid type.

pwchar_t

  

Pointer to wchar_t type.

sched_param

  

Scheduling parameter description record.

sem_t

  

Semaphore type. (opaque)

size_t

  

Size specification type.

socklen_t

  

Socket address length type.

ssize_t

  

Small size type.

TClock

  

Alias for clock_t type.

TDev

  

Alias for dev_t type.

TGid

  

Alias for gid_t type.

timespec

  

Record specifying time interval.

timeval

  

Time specification type.

time_t

  

Time span type

TIno

  

Alias for ino_t type.

TkDev

  

Alias for kDev_t type.

TMode

  

Alias for mode_t type.

TnLink

  

Alias for nlink_t type.

TOff

  

Alias for off_t type.

TPid

  

Alias for pid_t type.

TSize

  

Alias for size_t type

TSockLen

  

Alias for socklen_t type.

TSSize

  

Alias for ssize_t type

TStatfs

  

Record describing a file system in the baseunix.fpstatfs call.

TTime

  

Alias for TTime type.

TTimeSpec

  

Alias for TimeSpec type.

TTimeVal

  

Alias for TimeVal record.

TUid

  

Alias for uid_t type.

uid_t

  

User ID type

wchar_t

  

Wide character type.

wint_t

  

Wide character size type.

_pthread_fastlock

  

Fast lock (mutex) type (opaque).