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

Reference for unit 'BaseUnix': Types

Blkcnt_t

  

Block count type.

Blksize_t

  

Block size type.

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.

Dir

  

Record used in fpOpenDir and fpReadDir calls

Dirent

  

Record used in the fpReadDir function to return files in a directory.

FLock

  

Lock description type for fpFCntl lock call.

gid_t

  

Group ID type.

Ino64_t

  

64-bit inode type.

ino_t

  

Inode type.

mode_t

  

Inode mode type.

nlink_t

  

Number of links type.

Off64_t

  

64-bit offset type.

off_t

  

Offset type.

PBlkCnt

  

pointer to TBlkCnt type.

PBlkSize

  

Pointer to TBlkSize 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.

pDir

  

Pointer to TDir record

pDirent

  

Pointer to TDirent record.

pFDSet

  

Pointer to TFDSet type.

pFilDes

  

Pointer to TFilDes type.

pfpstate

  

Pointer to tfpstate record.

pGid

  

Pointer to TGid type.

pGrpArr

  

Pointer to TGrpArr array.

pid_t

  

Process ID type.

pIno

  

Pointer to TIno type.

PIno64

  

Pointer to TIno64 type.

pMode

  

Pointer to TMode type.

pnLink

  

Pointer to TnLink type.

pOff

  

Pointer to TOff type.

POff64

  

Pointer to TOff64 type.

pPid

  

Pointer to TPid type.

PRLimit

PSigActionRec

  

Pointer to SigActionRec record type.

PSigContext

  

Pointer to #rtl.baseunix.TSigContext record type.

psiginfo

  

Pointer to #rtl.baseunix.TSigInfo record type.

PSignalHandler

  

Pointer to SignalHandler type.

PSignalRestorer

  

Pointer to SignalRestorer type

PSigSet

  

Pointer to SigSet type.

psigset_t

  

Pointer to sigset_t type.

pSize

  

Pointer to TSize type.

pSocklen

  

Pointer to TSockLen type.

psSize

  

Pointer to TsSize type

PStat

  

Pointer to TStat 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.

ptimezone

  

Pointer to TimeZone record.

ptime_t

  

Pointer to time_t type.

PTms

  

Pointer to TTms type.

Pucontext

pUid

  

Pointer to TUid type.

pUtimBuf

  

Pointer to TUTimBuf type.

PUtsName

  

Pointer to TUtsName type.

rlim_t

SigActionHandler

  

Callback prototype for a #rtl.baseunix.SigActionRec record.

SigActionRec

  

Record used in fpSigAction call.

SignalHandler

  

Simple signal handler prototype

SignalRestorer

  

Signal restorer function prototype

SigSet

  

Signal set type

sigset_t

  

Signal set type

size_t

  

Size specification type.

socklen_t

  

Socket address length type.

ssize_t

  

Small size type.

Stat

  

Record describing an inode (file) in the FPFstat call.

TBlkCnt

  

Alias for Blkcnt_t type.

TBlkSize

  

Alias for blksize_t type.

TClock

  

Alias for clock_t type.

TDev

  

Alias for dev_t type.

TDir

  

Alias for Dir type.

TDirent

  

Alias for Dirent type.

TFDSet

  

File descriptor set for fpSelect call.

TFilDes

  

Array of file descriptors as used in fpPipe call.

tfpreg

  

Record describing floating point register in signal handler.

tfpstate

  

Record describing floating point unit in signal handler.

TGid

  

Alias for gid_t type.

TGrpArr

  

Array of gid_t IDs

timespec

  

Short time specification type.

timeval

  

Time specification type.

timezone

  

Record describing a timezone

time_t

  

Time span type

TIno

  

Alias for ino_t type.

TIno64

  

Alias for Ino64_t type.

TMode

  

Alias for mode_t type.

tms

  

Record containing timings for fpTimes call.

TnLink

  

Alias for nlink_t type.

TOff

  

Alias for off_t type.

TOff64

  

Alias for Ino64_t type.

TPid

  

Alias for pid_t type.

TRLimit

TSigActionRec

  

Alias for SigActionRec record type.

tsigaltstack

TSigContext

  

Record describing the CPU context when a signal occurs.

tsiginfo

  

Record describing the signal when a signal occurs.

TSigSet

  

Alias for SigSet type.

TSize

  

Alias for size_t type

TSocklen

  

Alias for socklen_t type.

TsSize

  

Alias for ssize_t type

TStat

  

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

TTimeZone

  

Alias for TimeZone record.

TTms

  

Alias for Tms record type.

TUcontext

TUid

  

Alias for uid_t type.

TUtimBuf

  

Alias for UtimBuf type.

TUtsName

  

Alias for UtsName type.

uid_t

  

User ID type

UTimBuf

  

Record used in fpUtime to set file access and modificaton times.

UtsName

  

Record used to return kernel information in fpUName function.