首页 列表 - 第 19 页

POLL - Linux手册页

POLL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 poll,ppoll-等待文件描述符上的某些事件 语法 #include <poll.h> int poll(struct pollfd *fds, nfds_t nfds, int timeout); #define _GNU_SOURCE /* See

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

POLL - Linux手册页

POLL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 poll,ppoll-等待文件描述符上的某些事件 语法 #include <poll.h> int poll(struct pollfd *fds, nfds_t nfds, int timeout); #define _GNU_SOURCE /* See

Views:0  2019-08-20

PRCTL - Linux手册页

PRCTL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 prctl-对进程或线程的操作 语法 #include <sys/prctl.h> int prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, un

Views:0  2019-08-20

PREAD - Linux手册页

PREAD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 pread,pwrite-以给定的偏移量读取或写入文件描述符 语法 #包括 ssize_t pread(int fd,void * buf,size_t count,off_t偏移量); ssize_t pwrite(int fd,const void * buf,size_t cou

Views:0  2019-08-20

PREAD - Linux手册页

PREAD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 pread,pwrite-以给定的偏移量读取或写入文件描述符 语法 #包括 ssize_t pread(int fd,void * buf,size_t count,off_t偏移量); ssize_t pwrite(int fd,const void * buf,size_t cou

Views:0  2019-08-20

READV - Linux手册页

READV - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 readv,writev,preadv,pwritev,preadv2,pwritev2-将数据读取或写入多个缓冲区 语法 #include <sys/uio.h> ssize_t readv(int fd, const struct iovec *iov, int io

Views:0  2019-08-20

READV - Linux手册页

READV - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 readv,writev,preadv,pwritev,preadv2,pwritev2-将数据读取或写入多个缓冲区 语法 #include <sys/uio.h> ssize_t readv(int fd, const struct iovec *iov, int io

Views:0  2019-08-20

GETRLIMIT - Linux手册页

GETRLIMIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 getrlimit,setrlimit,prlimit-获取/设置资源限制 语法 #包括 #包括 int getrlimit(int resource,struct rlimit * rlim); int setrlimit(int resource,const struct

Views:0  2019-08-20

GETRLIMIT - Linux手册页

GETRLIMIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 getrlimit,setrlimit,prlimit-获取/设置资源限制 语法 #包括 #包括 int getrlimit(int resource,struct rlimit * rlim); int setrlimit(int resource,const struct

Views:0  2019-08-20

PROCESS_VM_READV - Linux手册页

PROCESS_VM_READV - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 process_vm_readv,process_vm_writev-在进程地址空间之间传输数据 语法 #include <sys/uio.h> ssize_t process_vm_readv(pid_t pid,

Views:0  2019-08-20

PROCESS_VM_READV - Linux手册页

PROCESS_VM_READV - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 process_vm_readv,process_vm_writev-在进程地址空间之间传输数据 语法 #include <sys/uio.h> ssize_t process_vm_readv(pid_t pid,

Views:0  2019-08-20

UNIMPLEMENTED - Linux手册页

UNIMPLEMENTED - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 afs_syscall,break,fattach,fdetach,ftime,getmsg,getpmsg,gtty,isastream,锁,madvise1,mpx,prof,profil,putmsg,putpmsg,安全性,stty,tuxcall,ulimit,v

Views:0  2019-08-20

SELECT - Linux手册页

SELECT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 select,pselect,FD_CLR,FD_ISSET,FD_SET,FD_ZERO-同步I / O复用 语法 #include <sys/select.h> int select(int nfds, fd_set *readfds, fd_set *writef

Views:0  2019-08-20

SELECT - Linux手册页

SELECT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 select,pselect,FD_CLR,FD_ISSET,FD_SET,FD_ZERO-同步I / O复用 语法 #include <sys/select.h> int select(int nfds, fd_set *readfds, fd_set *writef

Views:0  2019-08-20

PTRACE - Linux手册页

PTRACE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 ptrace-进程跟踪 语法 #include <sys/ptrace.h> long ptrace(enum __ptrace_request request, pid_t pid, void *addr, void *data); 说明

Views:0  2019-08-20