[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 cdoubletype.

pcFloat

  

Pointer to cfloattype.

pcInt

  

Pointer to cInttype.

pclDouble

  

Pointer to cldoubletype.

pClock

  

Pointer to TClocktype.

pcLong

  

Pointer to cLongtype.

pcshort

  

Pointer to cShorttype.

pcuchar

  

Alias for #rtl.UnixType.pcuchar

pcUInt

  

Pointer to cUInttype.

pculong

  

Pointer to cuLongtype.

pcunsigned

  

Alias for #rtl.unixtype.pcunsigned

pcushort

  

Pointer to cuShorttype.

pDev

  

Pointer to TDevtype.

pGid

  

Pointer to TGidtype.

pid_t

  

Process ID type.

pIno

  

Pointer to TInotype.

pMode

  

Pointer to TModetype.

pnLink

  

Pointer to TnLinktype.

pOff

  

Pointer to TOfftype.

pPid

  

Pointer to TPidtype.

pSize

  

Pointer to TSizetype.

pSocklen

  

Pointer to TSockLentype.

psSize

  

Pointer to TsSizetype

pthread_cond_t

  

Thread conditional variable type.

pthread_mutex_t

  

Thread mutex type.

pthread_t

  

Posix thread type.

pTime

  

Pointer to TTimetype.

ptimespec

  

Pointer to timespectype.

ptimeval

  

Pointer to timevaltype.

ptime_t

  

Pointer to time_ttype.

pUid

  

Pointer to TUidtype.

size_t

  

Size specification type.

socklen_t

  

Socket address length type.

ssize_t

  

Small size type.

TClock

  

Alias for clock_ttype.

TDev

  

Alias for dev_ttype.

TFSearchOption

  

Describes the search strategy used by FSearch

TGid

  

Alias for gid_ttype.

timespec

  

Short time specification type.

timeval

  

Time specification type.

time_t

  

Time span type

TIno

  

Alias for ino_ttype.

TMode

  

Alias for mode_ttype.

TnLink

  

Alias for nlink_ttype.

TOff

  

Alias for off_ttype.

TPid

  

Alias for pid_ttype.

Tpipe

  

Array describing a pipe pair of filedescriptors.

TSize

  

Alias for size_ttype

TSocklen

  

Alias for socklen_ttype.

TsSize

  

Alias for ssize_ttype

tstatfs

  

Record describing a file system in the baseunix.fpstatfscall.

TTime

  

Alias for TTimetype.

Ttimespec

  

Alias for TimeSpectype.

TTimeVal

  

Alias for timevaltype.

TUid

  

Alias for uid_ttype.

uid_t

  

User ID type