OnITRoad - man2
DUP - Linux手册页
DUP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 dup,dup2,dup3-复制文件描述符 语法 #include <unistd.h> int dup(int oldfd); int dup2(int oldfd, int newfd); #define _GNU_SOURCE /* See f
Views:0 2019-08-20
DUP - Linux手册页
DUP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 dup,dup2,dup3-复制文件描述符 语法 #include <unistd.h> int dup(int oldfd); int dup2(int oldfd, int newfd); #define _GNU_SOURCE /* See f
Views:0 2019-08-20
EPOLL_CREATE - Linux手册页
EPOLL_CREATE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 epoll_create,epoll_create1-打开一个epoll文件描述符 语法 #include <sys/epoll.h> int epoll_create(int size); int epoll_create1(int flags); 说
Views:0 2019-08-20
EPOLL_CREATE - Linux手册页
EPOLL_CREATE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 epoll_create,epoll_create1-打开一个epoll文件描述符 语法 #include <sys/epoll.h> int epoll_create(int size); int epoll_create1(int flags); 说
Views:0 2019-08-20
EPOLL_CTL - Linux手册页
EPOLL_CTL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 epoll_ctl-epoll文件描述符的控制接口 语法 #包括 int epoll_ctl(int epfd,int op,int fd,struct epoll_event * event); 说明 此系统调用用于添加,修改或删除文件描述符epfd所引用的epoll(7
Views:0 2019-08-20
EPOLL_WAIT - Linux手册页
EPOLL_WAIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 epoll_wait,epoll_pwait-等待epoll文件描述符上的I / O事件 语法 #include <sys/epoll.h> int epoll_wait(int epfd, struct epoll_event *events,
Views:0 2019-08-20
EPOLL_WAIT - Linux手册页
EPOLL_WAIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 epoll_wait,epoll_pwait-等待epoll文件描述符上的I / O事件 语法 #include <sys/epoll.h> int epoll_wait(int epfd, struct epoll_event *events,
Views:0 2019-08-20
EVENTFD - Linux手册页
EVENTFD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 eventfd-为事件通知创建文件描述符 语法 #包括 int eventfd(unsigned int initval,int标志); 说明 eventfd()创建一个" eventfd对象",它可由用户空间应用程序和内核将其用作事件等待/通知机制,以将事
Views:0 2019-08-20
EVENTFD - Linux手册页
EVENTFD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 eventfd-为事件通知创建文件描述符 语法 #包括 int eventfd(unsigned int initval,int标志); 说明 eventfd()创建一个" eventfd对象",它可由用户空间应用程序和内核将其用作事件等待/通知机制,以将事
Views:0 2019-08-20
EXECVE - Linux手册页
EXECVE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 execve-执行程序 语法 #包括 int execve(const char * pathname,char * const argv [], char * const envp []); 说明 execve()执行路径名引用的程序。这将导致调用程序当前正在运行的程序被新程序
Views:0 2019-08-20
EXECVEAT - Linux手册页
EXECVEAT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 execveat-执行相对于目录文件描述符的程序 语法 #包括 int execveat(int dirfd,const char * pathname, char * const argv [],char * const envp [], int标志); 说明 execve
Views:0 2019-08-20
_EXIT - Linux手册页
_EXIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-02-09 名称 _exit,_Exit-终止调用过程 语法 #包括 void _exit(int status); #包括 void _Exit(int status); glibc的功能测试宏要求(请参阅feature_test_macros(7)): _出口(): _ISOC99_SOURCE
Views:0 2019-08-20
EXIT_GROUP - Linux手册页
EXIT_GROUP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2008-11-27 名称 exit_group-退出进程中的所有线程 语法 #include <linux/unistd.h> void exit_group(int status); 说明 该系统调用等效于_exit(2),除了它不仅终止调用线程,而且终止调用进程的线程组中的所有线
Views:0 2019-08-20
ACCESS - Linux手册页
ACCESS - Linux手册页 Linux程序员手册 第2部分 更新日期: 2016-03-15 名称 access,faccessat-检查用户对文件的权限 语法 #include <unistd.h> int access(const char *pathname, int mode); #include <fcntl.h> /* D
Views:0 2019-08-20
POSIX_FADVISE - Linux手册页
POSIX_FADVISE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 posix_fadvise-预声明文件数据的访问模式 语法 #include <fcntl.h> int posix_fadvise(int fd, off_t offset, off_t len, int advice); glibc的功能测试宏要求(请
Views:0 2019-08-20
POSIX_FADVISE - Linux手册页
POSIX_FADVISE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 posix_fadvise-预声明文件数据的访问模式 语法 #include <fcntl.h> int posix_fadvise(int fd, off_t offset, off_t len, int advice); glibc的功能测试宏要求(请
Views:0 2019-08-20