endgrent() (opens new window) | 关闭文件(关闭组文件) |
endpwent() (opens new window) | 关闭文件(关闭密码文件) |
endutent() (opens new window) | 关闭文件(关闭utmp文件) |
fgetgrent() (opens new window) | 读取组格式函数 |
fgetpwent() (opens new window) | 读取密码格式 |
getegid() (opens new window) | 获得组识别码 |
geteuid() (opens new window) | 获取用户识别码函数 |
getgid() (opens new window) | 取得组识别码函数 |
getgrent() (opens new window) | 从组文件中取得账号的数据 |
getgrgid() (opens new window) | 从组文件中取得指定gid的数据 |
getgrnam() (opens new window) | 从组文件中取得指定组的数据 |
getgroups() (opens new window) | 获取组代码函数 |
getpw() (opens new window) | 取得指定用户的密码文件数据 |
getpwent() (opens new window) | 从密码文件中取得账号的数据 |
getpwnam() (opens new window) | 从密码文件中取得指定账号的数据 |
getpwuid() (opens new window) | 从密码文件中取得指定uid的数据 |
getuid() (opens new window) | 取得真实的用户识别码 |
getutent() (opens new window) | 从utmp文件中取得账号登录数据 |
getutid() (opens new window) | 从utmp文件中查找特定的记录 |
getutline() (opens new window) | 文件查找函数(从utmp文件中查找特定的 |
initgroups() (opens new window) | 初始化组清单 |
pututline() (opens new window) | 将utmp记录写入文件 |
seteuid() (opens new window) | 设置有效的用户识别码 |
setfsgid() (opens new window) | 设置文件系统的组识别码 |
setfsuid() (opens new window) | 设置文件系统的用户识别码 |
setgid() (opens new window) | 设置真实的组识别码 |
setgrent() (opens new window) | 从头读取组文件中的组数据 |
setgroups() (opens new window) | 设置组代码函数 |
setpwent() (opens new window) | 从头读取密码文件中的账号数据 |
setregid() (opens new window) | 设置真实及有效的组识别码 |
setreuid() (opens new window) | 设置真实及有效的用户识别码 |
setuid() (opens new window) | 设置真实的用户识别码 |
setutent() (opens new window) | 从头读取utmp文件中的登录数据 |
utmpname() (opens new window) | 设置文件路径 |
close() (opens new window) | 关闭文件 |
creat() (opens new window) | 创建文件函数 |
dup() (opens new window) | 复制文件描述词 |
dup2() (opens new window) | 复制文件描述词 |
fcntl() (opens new window) | 文件描述词操作函数 |
flock() (opens new window) | 解除锁定文件 |
fsync() (opens new window) | 将缓冲区数据写回磁盘 |
lseek() (opens new window) | 移动文件的读写位置 |
mkstemp() (opens new window) | 建立临时文件 |
open() (opens new window) | 打开文件函数 |
read() (opens new window) | 读文件函数(由已打开的文件读取数据) |
sync() (opens new window) | 写文件函数(将缓冲区数据写回磁盘) |
write() (opens new window) | 写文件函数 |
clearerr() (opens new window) | 清除文件流的错误旗标 |
fclose() (opens new window) | 关闭打开的文件 |
fdopen() (opens new window) | 将文件描述词转为文件指针 |
feof() (opens new window) | 检查文件流是否读到了文件尾 |
fflush() (opens new window) | 更新缓冲区 |
fgetc() (opens new window) | 读文件函数(由文件中读取一个字符) |
fgets() (opens new window) | 读取文件字符串 |
fileno() (opens new window) | 获取文件流所使用的文件描述词 |
fputc() (opens new window) | 写文件函数(将一指定字符写入文件流中) |
fputs() (opens new window) | 写文件函数(将一指定的字符串写入文件 |
fread() (opens new window) | 读文件函数(从文件流读取数据) |
freopen() (opens new window) | 打开文件函数,并获得文件句柄 |
fseek() (opens new window) | 移动文件流的读写位置 |
ftell() (opens new window) | 取得文件流的读取位置 |
fwrite() (opens new window) | 写文件函数(将数据流写入文件中) |
mktemp() (opens new window) | 产生唯一临时文件名 |
setbuffer() (opens new window) | 设置文件流的缓冲区 |
setlinebuf() (opens new window) | 设置文件流为线性缓冲区 |