fbpx
维基百科

C POSIX library

C POSIX library是C语言的POSIX系统下的标准库。包含了一些在C语言标准库之外的函数。

C POSIX library头文件 编辑

下表列出不在C语言标准库之内的POSIX标准的头文件:

头文件 描述 首次发布
<aio.h> 异步I/O Issue 5
<arpa/inet.h> 操纵数值IP地址的函数胡 (部分Berkeley套接字) Issue 6
<cpio.h> 用于cpio文件格式#Magic number Issue 3
<dirent.h> 打开与列出目录. Issue 2
<dlfcn.h> 动态链接 Issue 5
<fcntl.h> 文件打开、加锁等操作 Issue 1
<fmtmsg.h> Message显示结构 Issue 4
<fnmatch.h> 文件名匹配 Issue 4
<ftw.h> 文件树遍历 Issue 1
<glob.h> 路径名模式匹配Glob英语Glob Issue 4
<grp.h> 用户Group identifier (Unix)英语Group identifier (Unix)信息与控制。 Issue 1
<iconv.h> 字符编码转换 Issue 4
<langinfo.h> 语言信息常量。建于Locale.h之上。 Issue 2
<libgen.h> 路径名操作 Issue 4
<monetary.h> 货币单位的字符串格式化 Issue 4
<mqueue.h> 消息队列 Issue 5
<ndbm.h> NDBM英语NDBM数据库操作 Issue 4
<net/if.h> 本地网络接口列表 Issue 6
<netdb.h> 把本地协议与主机名翻译为数值地址。是Berkeley套接字的一部分 Issue 6
<netinet/in.h> 定义互联网协议与地址族。是Berkeley套接字的一部分 Issue 6
<netinet/tcp.h> 额外的TCP的控制选项。是Berkeley套接字的一部分 Issue 6
<nl_types.h> 本体化消息分类函数 Issue 2
<poll.h> 异步多工文件描述符英语Asynchronous I/O Issue 4
<pthread.h> POSIX线程. Issue 5
<pwd.h> passwd文件访问与控制 Issue 1
<regex.h> 正则表达式 Issue 4
<sched.h> 执行调度 Issue 5
<search.h> 搜索表 Issue 1
<semaphore.h> POSIX 信号量 Issue 5
<spawn.h> spawning英语Spawn (computing)子进程 Issue 6
<strings.h> 大小写不敏感字符串比较 Issue 4
<stropts.h> 流操作,包括ioctl Issue 4
<sys/ipc.h> 进程间通信 (IPC). Issue 2
<sys/mman.h> 内存管理,包括POSIX 共享内存 (进程间通信)内存映射文件 Issue 4
<sys/msg.h> POSIX 消息队列 Issue 2
<sys/resource.h> 资源使用,优先级与限制。 Issue 4
<sys/select.h> Select (Unix) Issue 6
<sys/sem.h> XSI (SysV风格的) 信号量 Issue 2
<sys/shm.h> XSI (SysV风格的)共享内存 (进程间通信) Issue 2
<sys/socket.h> Berkley套接字主要头文件 Issue 6
<sys/stat.h> 文件信息(stat (Unix)等) Issue 1
<sys/statvfs.h> 文件系统信息 Issue 4
<sys/time.h> 时间与日期函数与结构 Issue 4
<sys/times.h> 文件访问与修改时间 Issue 1
<sys/types.h> 不同的数据类型 Issue 1
<sys/uio.h> 向量I/O英语Vectored I/O操作 Issue 4
<sys/un.h> Unix域套接字 Issue 6
<sys/utsname.h> 操作系统信息,包括uname Issue 1
<sys/wait.h> 终止子进程的状态(见wait (Unix)) Issue 3
<syslog.h> syslog系统日志 Issue 4
<tar.h> tar文件格式的Magic number Issue 3
<termios.h> 允许串口界面 Issue 3
<trace.h> 运行时行为追踪(过时) Issue 6
<ulimit.h> 资源限制(被<sys/resource.h>代替) Issue 1
<unistd.h> 多种必要的POSIX函数与常量 Issue 1
<utime.h> inode访问与修改时间 Issue 3
<utmpx.h> 用户账号数据库函数 Issue 4
<wordexp.h> 子扩展,类似于shell被执行 Issue 4

参考文献 编辑

  • Official List of headers in the POSIX library on opengroup.org(页面存档备份,存于互联网档案馆
  • . [2015-07-27]. (原始内容存档于2010-07-24). 
  • Description of the posix library from the Flux OSKit(页面存档备份,存于互联网档案馆

延伸阅读 编辑

  • Gallmeister, Bill, POSIX.4 Programmers Guide: Programming for the Real World 1st, O'Reilly Media: 564, January 1, 1995 [2015-07-27], ISBN 1-56592-074-0, (原始内容于2011-08-14) 

posix, library, 是c语言的posix系统下的标准库, 包含了一些在c语言标准库之外的函数, 头文件, 编辑下表列出不在c语言标准库之内的posix标准的头文件, 头文件, 描述, 首次发布, 异步i, issue, arpa, inet, 操纵数值ip地址的函数胡, 部分berkeley套接字, issue, cpio, 用于cpio的文件格式, magic, number, issue, dirent, 打开与列出目录, issue, dlfcn, 动态链接, issue, fcntl, 文件打开. C POSIX library是C语言的POSIX系统下的标准库 包含了一些在C语言标准库之外的函数 C POSIX library头文件 编辑下表列出不在C语言标准库之内的POSIX标准的头文件 头文件 描述 首次发布 lt aio h gt 异步I O Issue 5 lt arpa inet h gt 操纵数值IP地址的函数胡 部分Berkeley套接字 Issue 6 lt cpio h gt 用于cpio的文件格式 Magic number Issue 3 lt dirent h gt 打开与列出目录 Issue 2 lt dlfcn h gt 动态链接 Issue 5 lt fcntl h gt 文件打开 加锁等操作 Issue 1 lt fmtmsg h gt Message显示结构 Issue 4 lt fnmatch h gt 文件名匹配 Issue 4 lt ftw h gt 文件树遍历 Issue 1 lt glob h gt 路径名模式匹配Glob 英语 Glob Issue 4 lt grp h gt 用户Group identifier Unix 英语 Group identifier Unix 信息与控制 Issue 1 lt iconv h gt 字符编码转换 Issue 4 lt langinfo h gt 语言信息常量 建于Locale h之上 Issue 2 lt libgen h gt 路径名操作 Issue 4 lt monetary h gt 货币单位的字符串格式化 Issue 4 lt mqueue h gt 消息队列 Issue 5 lt ndbm h gt NDBM 英语 NDBM 数据库操作 Issue 4 lt net if h gt 本地网络接口列表 Issue 6 lt netdb h gt 把本地协议与主机名翻译为数值地址 是Berkeley套接字的一部分 Issue 6 lt netinet in h gt 定义互联网协议与地址族 是Berkeley套接字的一部分 Issue 6 lt netinet tcp h gt 额外的TCP的控制选项 是Berkeley套接字的一部分 Issue 6 lt nl types h gt 本体化消息分类函数 Issue 2 lt poll h gt 异步多工文件描述符 英语 Asynchronous I O Issue 4 lt pthread h gt POSIX线程 Issue 5 lt pwd h gt passwd文件访问与控制 Issue 1 lt regex h gt 正则表达式 Issue 4 lt sched h gt 执行调度 Issue 5 lt search h gt 搜索表 Issue 1 lt semaphore h gt POSIX 信号量 Issue 5 lt spawn h gt spawning 英语 Spawn computing 子进程 Issue 6 lt strings h gt 大小写不敏感字符串比较 Issue 4 lt stropts h gt 流操作 包括ioctl Issue 4 lt sys ipc h gt 进程间通信 IPC Issue 2 lt sys mman h gt 内存管理 包括POSIX 共享内存 进程间通信 与内存映射文件 Issue 4 lt sys msg h gt POSIX 消息队列 Issue 2 lt sys resource h gt 资源使用 优先级与限制 Issue 4 lt sys select h gt Select Unix Issue 6 lt sys sem h gt XSI SysV风格的 信号量 Issue 2 lt sys shm h gt XSI SysV风格的 共享内存 进程间通信 Issue 2 lt sys socket h gt Berkley套接字主要头文件 Issue 6 lt sys stat h gt 文件信息 stat Unix 等 Issue 1 lt sys statvfs h gt 文件系统信息 Issue 4 lt sys time h gt 时间与日期函数与结构 Issue 4 lt sys times h gt 文件访问与修改时间 Issue 1 lt sys types h gt 不同的数据类型 Issue 1 lt sys uio h gt 向量I O 英语 Vectored I O 操作 Issue 4 lt sys un h gt Unix域套接字 Issue 6 lt sys utsname h gt 操作系统信息 包括uname Issue 1 lt sys wait h gt 终止子进程的状态 见wait Unix Issue 3 lt syslog h gt syslog系统日志 Issue 4 lt tar h gt tar文件格式的Magic number Issue 3 lt termios h gt 允许串口界面 Issue 3 lt trace h gt 运行时行为追踪 过时 Issue 6 lt ulimit h gt 资源限制 被 lt sys resource h gt 代替 Issue 1 lt unistd h gt 多种必要的POSIX函数与常量 Issue 1 lt utime h gt inode访问与修改时间 Issue 3 lt utmpx h gt 用户账号数据库函数 Issue 4 lt wordexp h gt 子扩展 类似于shell被执行 Issue 4参考文献 编辑Official List of headers in the POSIX library on opengroup org 页面存档备份 存于互联网档案馆 Lists headers in the POSIX library 2015 07 27 原始内容存档于2010 07 24 Description of the posix library from the Flux OSKit 页面存档备份 存于互联网档案馆 延伸阅读 编辑Gallmeister Bill POSIX 4 Programmers Guide Programming for the Real World 1st O Reilly Media 564 January 1 1995 2015 07 27 ISBN 1 56592 074 0 原始内容存档于2011 08 14 取自 https zh wikipedia org w index php title C POSIX library amp oldid 73059734, 维基百科,wiki,书籍,书籍,图书馆,

文章

,阅读,下载,免费,免费下载,mp3,视频,mp4,3gp, jpg,jpeg,gif,png,图片,音乐,歌曲,电影,书籍,游戏,游戏。