[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'Unix' (#rtl)

Reference for unit 'Unix': Types

cchar

  

Alias for #rtl.UnixType.cchar

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)

cshort

  

C type: short signed integer (half sized)

cuchar

  

Alias for #rtl.UnixType.cuchar

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)

cunsigned

  

Alias for #rtl.unixtype.cunsigned

cushort

  

C type: short unsigned integer (half sized)

dev_t

  

Device descriptor type.

gid_t

  

Group ID type.

ino_t

  

Inode type.

mode_t

  

Inode mode type.

nlink_t

  

Number of links type.

off_t

  

Offset type.

pcchar

  

Alias for #rtl.UnixType.pcchar

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

  

Alias for #rtl.UnixType.pcuchar

pcUInt

  

Pointer to cUInt type.

pculong

  

Pointer to cuLong type.

pcunsigned

  

Alias for #rtl.unixtype.pcunsigned

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.

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.

pSocklen

  

Pointer to TSockLen type.

psSize

  

Pointer to TsSize type

pthread_cond_t

  

Thread conditional variable type.

pthread_mutex_t

  

Thread mutex type.

pthread_t

  

Posix thread type.

pTime

  

Pointer to TTime type.

ptimespec

  

Pointer to timespec type.

ptimeval

  

Pointer to timeval type.

ptime_t

  

Pointer to time_t type.

pUid

  

Pointer to TUid type.

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.

TFSearchOption

  

Describes the search strategy used by FSearch

TGid

  

Alias for gid_t type.

timespec

  

Short time specification type.

timeval

  

Time specification type.

time_t

  

Time span type

TIno

  

Alias for ino_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.

Tpipe

  

Array describing a pipe pair of filedescriptors.

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 type.

TUid

  

Alias for uid_t type.

uid_t

  

User ID type