首页 列表 - 第 1 页
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
WRITE - Linux手册页
WRITE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-10-10 名称 write-写入文件描述符 语法 #include <unistd.h> ssize_t write(int fd, const void *buf, size_t count); 说明 write()写入从buf开始的缓冲区到文件描述符fd引用的文件的计数字节。 例如
Views:0 2019-08-20
WAIT - Linux手册页
WAIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 wait,waitpid,waitid-等待进程更改状态 语法 #include <sys/types.h> #include <sys/wait.h> pid_t wait(int *wstatus); pid_t waitpid(pid_t pid, int
Views:0 2019-08-20
WAIT - Linux手册页
WAIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 wait,waitpid,waitid-等待进程更改状态 语法 #include <sys/types.h> #include <sys/wait.h> pid_t wait(int *wstatus); pid_t waitpid(pid_t pid, int
Views:0 2019-08-20
WAIT4 - Linux手册页
WAIT4 - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 wait3,wait4-等待进程更改状态,BSD样式 语法 #include <sys/types.h> #include <sys/time.h> #include <sys/resource.h> #include <sys/wait.h&
Views:0 2019-08-20
WAIT4 - Linux手册页
WAIT4 - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 wait3,wait4-等待进程更改状态,BSD样式 语法 #include <sys/types.h> #include <sys/time.h> #include <sys/resource.h> #include <sys/wait.h&
Views:0 2019-08-20
WAIT - Linux手册页
WAIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 wait,waitpid,waitid-等待进程更改状态 语法 #include <sys/types.h> #include <sys/wait.h> pid_t wait(int *wstatus); pid_t waitpid(pid_t pid, int
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
VMSPLICE - Linux手册页
VMSPLICE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 vmsplice-向/从管道拼接用户页面 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <fcntl.h> #include <sys/uio.h> ss
Views:0 2019-08-20
VM86 - Linux手册页
VM86 - Linux手册页 Linux程序员手册 第2部分 更新日期: 2009-02-20 名称 vm86old,vm86-进入虚拟8086模式 语法 #包括 int vm86old(struct vm86_struct * info); int vm86(unsigned long fn,结构vm86plus_struct * v86); 说明 Linux 0.97p2中引
Views:0 2019-08-20
VM86 - Linux手册页
VM86 - Linux手册页 Linux程序员手册 第2部分 更新日期: 2009-02-20 名称 vm86old,vm86-进入虚拟8086模式 语法 #包括 int vm86old(struct vm86_struct * info); int vm86(unsigned long fn,结构vm86plus_struct * v86); 说明 Linux 0.97p2中引
Views:0 2019-08-20
VHANGUP - Linux手册页
VHANGUP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2016-03-15 名称 vhangup-实际上挂断当前终端 语法 #包括 int vhangup(无效); glibc的功能测试宏要求(请参阅feature_test_macros(7)): vhangup(): Since glibc 2.21: _DEFAULT_SOURCE
Views:0 2019-08-20
VFORK - Linux手册页
VFORK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 vfork-创建子进程并阻止父进程 语法 #包括 #包括 pid_t vfork(无效); glibc的功能测试宏要求(请参阅feature_test_macros(7)): vfork(): Since glibc 2.12: (_XOPEN_SOURCE >= 500) &
Views:0 2019-08-20
UTIME - Linux手册页
UTIME - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 utime,utimes-更改文件的上次访问和修改时间 语法 #include <sys/types.h> #include <utime.h> int utime(const char *filename, const struct utimbuf *tim
Views:0 2019-08-20
UTIMENSAT - Linux手册页
UTIMENSAT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 utimensat,futimens-以纳秒级精度更改文件时间戳 语法 #include <fcntl.h> /* Definition of AT_* constants */ #include <sys/stat.h> int
Views:0 2019-08-20
UTIME - Linux手册页
UTIME - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 utime,utimes-更改文件的上次访问和修改时间 语法 #include <sys/types.h> #include <utime.h> int utime(const char *filename, const struct utimbuf *tim
Views:0 2019-08-20