系统和IO相关
更多...
系统和IO相关
在文件 BuiltinObjects.x 第 164 行定义.
◆ arrayCopy() [1/2]
◆ arrayCopy() [2/2]
static void arrayCopy |
( |
Object [] |
src, |
|
|
long |
srcpos, |
|
|
Object [] |
dst, |
|
|
long |
dstpos, |
|
|
long |
length |
|
) |
| |
|
static |
复制数组对象内容,要求类型匹配
- 参数
-
src | 源对象 |
srcpos | 源对象起始位置 |
dst | 目标对象 |
srcpos | 目标对象起始位置 |
length | 复制长度 |
- 异常
-
◆ arrayFill()
◆ chbaudrate()
static final int chbaudrate |
( |
long |
, |
|
|
int |
|
|
) |
| |
|
static |
◆ chbufsize()
static final int chbufsize |
( |
long |
, |
|
|
int |
|
|
) |
| |
|
static |
◆ chdir() [1/2]
static bool chdir |
( |
String |
path | ) |
|
|
static |
◆ chdir() [2/2]
static final bool chdir |
( |
String |
| ) |
|
|
static |
◆ chmod() [1/2]
static bool chmod |
( |
String |
path, |
|
|
int |
mode |
|
) |
| |
|
static |
◆ chmod() [2/2]
◆ chparity()
static final int chparity |
( |
long |
, |
|
|
int |
|
|
) |
| |
|
static |
◆ chstopbit()
static final int chstopbit |
( |
long |
, |
|
|
int |
|
|
) |
| |
|
static |
◆ close()
static final bool close |
( |
long |
| ) |
|
|
static |
◆ closeFile()
static bool closeFile |
( |
long |
handle | ) |
|
|
static |
关闭一个已打开的文件
- 参数
-
handle | 一个由openFile打开的文件句柄对象 |
- 参见
- openFile
- 返回
- 成功或者失败
◆ closePipe() [1/2]
static bool closePipe |
( |
long |
pipe | ) |
|
|
static |
◆ closePipe() [2/2]
static final bool closePipe |
( |
long |
| ) |
|
|
static |
◆ consoleRead() [1/2]
static long consoleRead |
( |
byte [] |
buffer, |
|
|
long |
offset, |
|
|
long |
length |
|
) |
| |
|
static |
从控制台环境中读取数据
- 参数
-
buffer | 数据缓冲区 |
offset | 指针在数据缓冲区中的位置 |
length | 待读取的长度 |
- 异常
-
- 返回
- 成功读取的长度
◆ consoleRead() [2/2]
◆ consoleReadMask() [1/2]
static long consoleReadMask |
( |
byte [] |
buffer, |
|
|
long |
offset, |
|
|
long |
length, |
|
|
char |
cMask |
|
) |
| |
|
static |
从控制台环境中读取数据并设置掩码
- 参数
-
buffer | 数据缓冲区 |
offset | 指针在数据缓冲区中的位置 |
length | 待读取的长度 |
cMask | 掩码 |
- 异常
-
- 返回
- 成功读取的长度
◆ consoleReadMask() [2/2]
◆ consoleWrite() [1/2]
static long consoleWrite |
( |
String |
text | ) |
|
|
static |
◆ consoleWrite() [2/2]
static final long consoleWrite |
( |
String |
| ) |
|
|
static |
◆ consoleWriteError() [1/2]
static long consoleWriteError |
( |
String |
text | ) |
|
|
static |
向控制台STDERR流中写入文本
- 参数
-
- 返回
- 成功写入的长度
◆ consoleWriteError() [2/2]
static final long consoleWriteError |
( |
String |
| ) |
|
|
static |
◆ createConsole() [1/2]
static final void createConsole |
( |
| ) |
|
|
static |
◆ createConsole() [2/2]
static void createConsole |
( |
| ) |
|
|
static |
◆ createPipe() [1/2]
static long createPipe |
( |
String |
name, |
|
|
bool |
forOpen |
|
) |
| |
|
static |
◆ createPipe() [2/2]
static final long createPipe |
( |
String |
, |
|
|
bool |
|
|
) |
| |
|
static |
◆ currentTimeMillis() [1/2]
static final long currentTimeMillis |
( |
| ) |
|
|
static |
◆ currentTimeMillis() [2/2]
static long currentTimeMillis |
( |
| ) |
|
|
static |
◆ deleteFile() [1/2]
static bool deleteFile |
( |
String |
filepath | ) |
|
|
static |
◆ deleteFile() [2/2]
static final bool deleteFile |
( |
String |
| ) |
|
|
static |
◆ disableIncrementalGC() [1/2]
static bool disableIncrementalGC |
( |
bool |
disable | ) |
|
|
static |
禁用增量GC[注意此功能暂未开放]
- 参数
-
- 返回
- 成功/失败
◆ disableIncrementalGC() [2/2]
static final bool disableIncrementalGC |
( |
bool |
| ) |
|
|
static |
◆ exit() [1/2]
◆ exit() [2/2]
static final void exit |
( |
int |
| ) |
|
|
static |
◆ fileExists() [1/2]
static bool fileExists |
( |
String |
filepath | ) |
|
|
static |
测试一个本地文件是否存在
- 参数
-
- 返回
- 存在或者不存在
◆ fileExists() [2/2]
static final bool fileExists |
( |
String |
| ) |
|
|
static |
◆ fileLength()
static long fileLength |
( |
long |
handle | ) |
|
|
static |
获取一个已打开的文件的长度
- 参数
-
handle | 一个由openFile打开的文件句柄对象 |
- 参见
- openFile
- 返回
- 文件长度
◆ gc() [1/2]
◆ gc() [2/2]
◆ getAllModules() [1/2]
◆ getAllModules() [2/2]
static int [] getAllModules |
( |
| ) |
|
|
static |
获取所有已加载的slx动态库的id
- 返回
- id [] slx动态库id
◆ getAppDirector()
static String getAppDirector |
( |
| ) |
|
|
static |
◆ getAppDirectory()
static final String getAppDirectory |
( |
| ) |
|
|
static |
◆ getApplicationLanguage()
static final int getApplicationLanguage |
( |
| ) |
|
|
static |
◆ getAppPath() [1/2]
static final String getAppPath |
( |
| ) |
|
|
static |
◆ getAppPath() [2/2]
◆ getAppTimestamp() [1/2]
static final long getAppTimestamp |
( |
| ) |
|
|
static |
◆ getAppTimestamp() [2/2]
static long getAppTimestamp |
( |
| ) |
|
|
static |
◆ getAppVersion() [1/2]
static final long getAppVersion |
( |
| ) |
|
|
static |
◆ getAppVersion() [2/2]
static long getAppVersion |
( |
| ) |
|
|
static |
◆ getArchId() [1/2]
static final int getArchId |
( |
| ) |
|
|
static |
◆ getArchId() [2/2]
获取平台架构 1 X86 2 X86_64 3 ARM 4 ARM64 5 MIPS 6 MIPS64 7 UNKNOW
◆ getchar() [1/2]
static final int getchar |
( |
| ) |
|
|
static |
◆ getchar() [2/2]
◆ getDefaultEncoding() [1/2]
static final String getDefaultEncoding |
( |
| ) |
|
|
static |
◆ getDefaultEncoding() [2/2]
static String getDefaultEncoding |
( |
| ) |
|
|
static |
◆ getEnvironmentVariable() [1/2]
◆ getEnvironmentVariable() [2/2]
◆ getFileMode() [1/2]
static int getFileMode |
( |
String |
filepath | ) |
|
|
static |
◆ getFileMode() [2/2]
◆ getFileSize() [1/2]
static long getFileSize |
( |
String |
filepath | ) |
|
|
static |
◆ getFileSize() [2/2]
◆ getHostName() [1/2]
static final String getHostName |
( |
| ) |
|
|
static |
◆ getHostName() [2/2]
◆ getLanguage()
static final String getLanguage |
( |
int |
| ) |
|
|
static |
◆ getLanguageCode()
static final String getLanguageCode |
( |
int |
| ) |
|
|
static |
◆ getLanguageId()
static final int getLanguageId |
( |
String |
| ) |
|
|
static |
◆ getLength()
◆ getModuleId() [1/2]
static int getModuleId |
( |
String |
path | ) |
|
|
static |
获取已加载的slx动态库的id
- 参数
-
- 返回
- id slx动态库id
◆ getModuleId() [2/2]
static final int getModuleId |
( |
String |
| ) |
|
|
static |
◆ getModulePath() [1/2]
static String getModulePath |
( |
int |
id | ) |
|
|
static |
◆ getModulePath() [2/2]
static final String getModulePath |
( |
int |
| ) |
|
|
static |
◆ getOSBit() [1/2]
static final int getOSBit |
( |
| ) |
|
|
static |
◆ getOSBit() [2/2]
◆ getPlatformId() [1/2]
static final int getPlatformId |
( |
| ) |
|
|
static |
◆ getPlatformId() [2/2]
static int getPlatformId |
( |
| ) |
|
|
static |
获取平台操作系统ID 0 WINDOWS 1 LINUX 2 MAC OSX 3 iPhone 模拟器 4 iPhone 5 unix 6 其他poxis环境
◆ getSeek()
static final long getSeek |
( |
long |
| ) |
|
|
static |
◆ getSubLanguage()
static final String getSubLanguage |
( |
int |
| ) |
|
|
static |
◆ getSystemLanguage()
static final int getSystemLanguage |
( |
| ) |
|
|
static |
◆ getTimestamp()
static final long getTimestamp |
( |
int |
| ) |
|
|
static |
◆ getVersion()
static final long getVersion |
( |
int |
| ) |
|
|
static |
◆ getWorkDirector() [1/2]
static final String getWorkDirector |
( |
| ) |
|
|
static |
◆ getWorkDirector() [2/2]
static String getWorkDirector |
( |
| ) |
|
|
static |
◆ installService() [1/2]
检查服务是否已安装
- 参数
-
apppath | 可执行文件路径 |
serviceName | 服务名称 |
displayName | 服务显示名 |
description | 描述 |
- 返回
- 是否成功
◆ installService() [2/2]
static final bool installService |
( |
String |
, |
|
|
|
String, |
|
|
|
String, |
|
|
|
String |
|
) |
| |
|
static |
◆ isServiceInstalled() [1/2]
static bool isServiceInstalled |
( |
String |
serviceName | ) |
|
|
static |
◆ isServiceInstalled() [2/2]
static final bool isServiceInstalled |
( |
String |
| ) |
|
|
static |
◆ listAllLanguage()
static final int [] listAllLanguage |
( |
| ) |
|
|
static |
◆ listSubLanguage()
static final int [] listSubLanguage |
( |
String |
| ) |
|
|
static |
◆ loadLibrary() [1/2]
static int loadLibrary |
( |
String |
path | ) |
|
|
static |
◆ loadLibrary() [2/2]
◆ log()
static final void log |
( |
String |
, |
|
|
int |
, |
|
|
|
String, |
|
|
bool |
|
|
) |
| |
|
static |
◆ makeArrayObject()
static final bool makeArrayObject |
( |
Object |
, |
|
|
long |
, |
|
|
long |
|
|
) |
| |
|
static |
◆ mkdir() [1/2]
static bool mkdir |
( |
String |
path | ) |
|
|
static |
◆ mkdir() [2/2]
static final bool mkdir |
( |
String |
| ) |
|
|
static |
◆ open()
◆ openFile()
打开文件
- 参数
-
filepath | (本地)文件路径 |
mode | 打开模式字串 r 读 w写 a追加 |
- 返回
- 返回文件句柄对象
◆ openPipe() [1/2]
static bool openPipe |
( |
long |
pipe, |
|
|
bool |
forRead |
|
) |
| |
|
static |
打开一个管道
- 参数
-
pipe | 填入createPipe返回的句柄 |
forRead | 读方式打开, 反之写方式 |
◆ openPipe() [2/2]
◆ output()
static final void output |
( |
String |
| ) |
|
|
static |
◆ read()
◆ readFile()
static long readFile |
( |
long |
handle, |
|
|
byte [] |
buffer, |
|
|
long |
offset, |
|
|
long |
length |
|
) |
| |
|
static |
读取文件数据
- 参数
-
handle | 一个由openFile打开的文件句柄对象 |
- 参见
- openFile
- 参数
-
buffer | 数据缓冲区 |
offset | 指针在数据缓冲区中的位置 |
length | 待读取的长度 |
- 异常
-
- 返回
- 成功读取的长度
◆ readPipe() [1/2]
static long readPipe |
( |
long |
pipe, |
|
|
byte [] |
buffer, |
|
|
long |
offset, |
|
|
long |
length |
|
) |
| |
|
static |
从管道中读取数据
- 参数
-
buffer | 数据缓冲区 |
offset | 指针在数据缓冲区中的位置 |
length | 待读取的长度 |
- 异常
-
- 返回
- 成功读取的长度
◆ readPipe() [2/2]
◆ registryCrashHandler() [1/2]
添加一个程序crash的回调接口, 当程序发生异常或者没有catch的Exception时 将调用此接口
- 参见
- ICrashHandler
◆ registryCrashHandler() [2/2]
◆ registrySystemSignalHandler() [1/2]
◆ registrySystemSignalHandler() [2/2]
◆ rename() [1/2]
◆ rename() [2/2]
static final bool rename |
( |
String |
, |
|
|
|
String |
|
) |
| |
|
static |
◆ rmdir() [1/2]
static bool rmdir |
( |
String |
path | ) |
|
|
static |
◆ rmdir() [2/2]
static final bool rmdir |
( |
String |
| ) |
|
|
static |
◆ seek()
static final long seek |
( |
long |
, |
|
|
int |
, |
|
|
long |
|
|
) |
| |
|
static |
◆ serviceRun() [1/2]
static int serviceRun |
( |
| ) |
|
|
static |
◆ serviceRun() [2/2]
static final int serviceRun |
( |
String |
| ) |
|
|
static |
◆ setApplicationLanguage()
static final void setApplicationLanguage |
( |
int |
| ) |
|
|
static |
◆ setEnvironmentVariable() [1/2]
static bool setEnvironmentVariable |
( |
String |
name, |
|
|
String |
value, |
|
|
bool |
append, |
|
|
bool |
atFront |
|
) |
| |
|
static |
设置环境变量
- 参数
-
name | 名称 |
value | 变量值 |
append | 是否追加在以后的变量后 或者替换 |
atFront | 是否追加在前面 |
- 返回
- 成功/失败
◆ setEnvironmentVariable() [2/2]
◆ setMinorGCThreshold() [1/2]
static bool setMinorGCThreshold |
( |
double |
fThreshold | ) |
|
|
static |
◆ setMinorGCThreshold() [2/2]
static final bool setMinorGCThreshold |
( |
double |
| ) |
|
|
static |
◆ setObjectNonFinalize() [1/2]
static void setObjectNonFinalize |
( |
Object |
object | ) |
|
|
static |
设置对象Finalize开关, 调用此函数以后 对象的finalize将被禁止
- 参数
-
- 异常
-
- 返回
- 无
◆ setObjectNonFinalize() [2/2]
static final void setObjectNonFinalize |
( |
Object |
| ) |
|
|
static |
◆ setupLogSource() [1/2]
static bool setupLogSource |
( |
String |
eventName | ) |
|
|
static |
◆ setupLogSource() [2/2]
static final bool setupLogSource |
( |
String |
| ) |
|
|
static |
◆ sleep() [1/2]
static void sleep |
( |
long |
milliSecond | ) |
|
|
static |
◆ sleep() [2/2]
◆ stdflush() [1/2]
static void stdflush |
( |
int |
stdno | ) |
|
|
static |
◆ stdflush() [2/2]
◆ uninstallService() [1/2]
static bool uninstallService |
( |
String |
serviceName | ) |
|
|
static |
◆ uninstallService() [2/2]
static final bool uninstallService |
( |
String |
| ) |
|
|
static |
◆ write()
◆ writeFile()
static long writeFile |
( |
long |
handle, |
|
|
byte [] |
buffer, |
|
|
long |
offset, |
|
|
long |
length |
|
) |
| |
|
static |
向文件中写入数据
- 参数
-
handle | 一个由openFile打开的文件句柄对象 |
- 参见
- openFile
- 参数
-
buffer | 数据缓冲区 |
offset | 指针在数据缓冲区中的位置 |
length | 待写入的长度 |
- 异常
-
- 返回
- 成功写入的长度
◆ writePipe() [1/2]
static long writePipe |
( |
long |
pipe, |
|
|
byte [] |
buffer, |
|
|
long |
offset, |
|
|
long |
length |
|
) |
| |
|
static |
向管道中写入数据
- 参数
-
buffer | 数据缓冲区 |
offset | 指针在数据缓冲区中的位置 |
length | 待写入取的长度 |
- 异常
-
- 返回
- 成功写入的长度
◆ writePipe() [2/2]
◆ ACCMODE
◆ APPEND
◆ ARCH_ARM
static const int ARCH_ARM = 3 |
|
staticpackage |
◆ ARCH_ARM64
static const int ARCH_ARM64 = 4 |
|
staticpackage |
◆ ARCH_MIPS
static const int ARCH_MIPS = 5 |
|
staticpackage |
◆ ARCH_MIPS64
static const int ARCH_MIPS64 = 6 |
|
staticpackage |
◆ ARCH_UNKNOW
static const int ARCH_UNKNOW = -1 |
|
staticpackage |
◆ ARCH_X64
static const int ARCH_X64 = 2 |
|
staticpackage |
◆ ARCH_X86
static const int ARCH_X86 = 1 |
|
staticpackage |
◆ ASYNC
◆ CLOEXEC
◆ CREATE
◆ DIRECT
◆ DIRECTORY
◆ DSYNC
◆ EXCL
◆ LARGEFILE
◆ LCID_AFK
◆ LCID_ARA
◆ LCID_ARB
◆ LCID_ARE
◆ LCID_ARG
◆ LCID_ARH
◆ LCID_ARI
◆ LCID_ARJ
◆ LCID_ARK
◆ LCID_ARL
◆ LCID_ARM
◆ LCID_ARO
◆ LCID_ARQ
◆ LCID_ARS
◆ LCID_ART
◆ LCID_ARU
◆ LCID_ARY
◆ LCID_ASM
◆ LCID_AZE
◆ LCID_AZE1
◆ LCID_BEL
◆ LCID_BEN
◆ LCID_BGR
◆ LCID_CAT
◆ LCID_CHS
◆ LCID_CHT
◆ LCID_CSY
◆ LCID_DAN
◆ LCID_DEA
◆ LCID_DEC
◆ LCID_DEFAULT
◆ LCID_DEL
◆ LCID_DES
◆ LCID_DEU
◆ LCID_DIV
◆ LCID_ELL
◆ LCID_ENA
◆ LCID_ENB
◆ LCID_ENC
◆ LCID_ENG
◆ LCID_ENI
◆ LCID_ENJ
◆ LCID_ENL
◆ LCID_ENP
◆ LCID_ENS
◆ LCID_ENT
◆ LCID_ENW
◆ LCID_ENZ
◆ LCID_ESA
◆ LCID_ESB
◆ LCID_ESC
◆ LCID_ESD
◆ LCID_ESE
◆ LCID_ESF
◆ LCID_ESG
◆ LCID_ESH
◆ LCID_ESI
◆ LCID_ESL
◆ LCID_ESM
◆ LCID_ESN
◆ LCID_ESO
◆ LCID_ESP
◆ LCID_ESR
◆ LCID_ESS
◆ LCID_ESU
◆ LCID_ESV
◆ LCID_ESY
◆ LCID_ESZ
◆ LCID_ETI
◆ LCID_EUQ
◆ LCID_FAR
◆ LCID_FIN
◆ LCID_FOS
◆ LCID_FRA
◆ LCID_FRB
◆ LCID_FRC
◆ LCID_FRL
◆ LCID_FRM
◆ LCID_FRS
◆ LCID_GLC
◆ LCID_GUJ
◆ LCID_HEB
◆ LCID_HIN
◆ LCID_HRV
◆ LCID_HUN
◆ LCID_HYE
◆ LCID_IND
◆ LCID_ISL
◆ LCID_ITA
◆ LCID_ITS
◆ LCID_JPN
◆ LCID_KAN
◆ LCID_KAT
◆ LCID_KKZ
◆ LCID_KNK
◆ LCID_KOR
◆ LCID_KYR
◆ LCID_LTC
◆ LCID_LTH
◆ LCID_LVI
◆ LCID_MAL
◆ LCID_MAR
◆ LCID_MKI
◆ LCID_MON
◆ LCID_MSB
◆ LCID_MSL
◆ LCID_NLB
◆ LCID_NLD
◆ LCID_NON
◆ LCID_NOR
◆ LCID_ORI
◆ LCID_PAN
◆ LCID_PLK
◆ LCID_PTB
◆ LCID_PTG
◆ LCID_ROM
◆ LCID_RUS
◆ LCID_SAN
◆ LCID_SKY
◆ LCID_SLV
◆ LCID_SQI
◆ LCID_SRB
◆ LCID_SRL
◆ LCID_SVE
◆ LCID_SVF
◆ LCID_SWK
◆ LCID_SYR
◆ LCID_TAM
◆ LCID_TEL
◆ LCID_THA
◆ LCID_TRK
◆ LCID_TTT
◆ LCID_UKR
◆ LCID_URI
◆ LCID_URP
◆ LCID_USA
◆ LCID_UZB
◆ LCID_UZB1
◆ LCID_VIT
◆ LCID_ZHH
◆ LCID_ZHI
◆ LCID_ZHM
◆ LOG_LEV_ALERT
static const int LOG_LEV_ALERT = 1 |
|
staticpackage |
◆ LOG_LEV_CRIT
static const int LOG_LEV_CRIT = 2 |
|
staticpackage |
◆ LOG_LEV_DEBUG
static const int LOG_LEV_DEBUG = 6 |
|
staticpackage |
◆ LOG_LEV_EMERG
static const int LOG_LEV_EMERG = 0 |
|
staticpackage |
◆ LOG_LEV_ERR
static const int LOG_LEV_ERR = 3 |
|
staticpackage |
◆ LOG_LEV_INFO
◆ LOG_LEV_NOTICE
static const int LOG_LEV_NOTICE = 5 |
|
staticpackage |
◆ LOG_LEV_WARNING
static const int LOG_LEV_WARNING = 4 |
|
staticpackage |
◆ NDELAY
◆ NOATIME
◆ NOCTTY
◆ NOFOLLOW
◆ PARITY_EVEN
◆ PARITY_NONE
◆ PARITY_ODD
◆ PATH
◆ PLATFORM_ANDROID
const int PLATFORM_ANDROID |
|
staticpackage |
◆ PLATFORM_IOS
static const int PLATFORM_IOS = 3 |
|
staticpackage |
◆ PLATFORM_IOS_SIMULATOR
static const int PLATFORM_IOS_SIMULATOR = 4 |
|
staticpackage |
◆ PLATFORM_LINUX
static const int PLATFORM_LINUX = 1 |
|
staticpackage |
◆ PLATFORM_MACOSX
static const int PLATFORM_MACOSX = 2 |
|
staticpackage |
◆ PLATFORM_POSIX
static const int PLATFORM_POSIX = 6 |
|
staticpackage |
◆ PLATFORM_UNIX
static const int PLATFORM_UNIX = 5 |
|
staticpackage |
◆ PLATFORM_UNKNOW
static const int PLATFORM_UNKNOW = -1 |
|
staticpackage |
◆ PLATFORM_WINDOWS
static const int PLATFORM_WINDOWS = 0 |
|
staticpackage |
◆ READ
◆ READWRITE
◆ S_IFBLK
static const int S_IFBLK = 0060000 |
|
staticpackage |
◆ S_IFCHR
static const int S_IFCHR = 0020000 |
|
staticpackage |
◆ S_IFDIR
static const int S_IFDIR = 0040000 |
|
staticpackage |
◆ S_IFIFO
static const int S_IFIFO = 0010000 |
|
staticpackage |
◆ S_IFLNK
static const int S_IFLNK = 0120000 |
|
staticpackage |
◆ S_IFMT
static const int S_IFMT = 00170000 |
|
staticpackage |
◆ S_IFREG
static const int S_IFREG = 0100000 |
|
staticpackage |
◆ S_IFSOCK
static const int S_IFSOCK = 0140000 |
|
staticpackage |
◆ S_IRGRP
static const int S_IRGRP = 00040 |
|
staticpackage |
◆ S_IROTH
static const int S_IROTH = 00004 |
|
staticpackage |
◆ S_IRUSR
static const int S_IRUSR = 00400 |
|
staticpackage |
◆ S_IRWXG
static const int S_IRWXG = 00070 |
|
staticpackage |
◆ S_IRWXO
static const int S_IRWXO = 00007 |
|
staticpackage |
◆ S_IRWXU
static const int S_IRWXU = 00700 |
|
staticpackage |
◆ S_ISGID
static const int S_ISGID = 0002000 |
|
staticpackage |
◆ S_ISUID
static const int S_ISUID = 0004000 |
|
staticpackage |
◆ S_ISVTX
static const int S_ISVTX = 0001000 |
|
staticpackage |
◆ S_IWGRP
static const int S_IWGRP = 00020 |
|
staticpackage |
◆ S_IWOTH
static const int S_IWOTH = 00002 |
|
staticpackage |
◆ S_IWUSR
static const int S_IWUSR = 00200 |
|
staticpackage |
◆ S_IXGRP
static const int S_IXGRP = 00010 |
|
staticpackage |
◆ S_IXOTH
static const int S_IXOTH = 00001 |
|
staticpackage |
◆ S_IXUSR
static const int S_IXUSR = 00100 |
|
staticpackage |
◆ SIGCONT
static const int SIGCONT = 3 |
|
staticpackage |
◆ SIGINT
static const int SIGINT = 1 |
|
staticpackage |
◆ SIGNAL_ABORT
static const int SIGNAL_ABORT = 1 |
|
staticpackage |
◆ SIGNAL_DISCARD
static const int SIGNAL_DISCARD = 2 |
|
staticpackage |
◆ SIGNAL_SPREAD
static const int SIGNAL_SPREAD = 0 |
|
staticpackage |
◆ SIGNAL_UNINTERESTED
static const int SIGNAL_UNINTERESTED = 0 |
|
staticpackage |
◆ SIGPWR
static const int SIGPWR = 5 |
|
staticpackage |
◆ SIGTERM
static const int SIGTERM = 4 |
|
staticpackage |
◆ SIGTSTP
static const int SIGTSTP = 2 |
|
staticpackage |
◆ STDERR_NO
static const int STDERR_NO = 2 |
|
staticpackage |
◆ STDIN_NO
static const int STDIN_NO = 0 |
|
staticpackage |
◆ STDOUT_NO
static const int STDOUT_NO = 1 |
|
staticpackage |
◆ SYNC
◆ TMPFILE
◆ TRUNC
◆ WRITE