首页 列表 - 第 15 页

MKDIR - Linux手册页

MKDIR - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 mkdir,mkdirat-创建目录 语法 #include <sys/stat.h> #include <sys/types.h> int mkdir(const char *pathname, mode_t mode); #include <fcn

Views:0  2019-08-20

MKNOD - Linux手册页

MKNOD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 mknod,mknodat-创建特殊文件或普通文件 语法 #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> int m

Views:0  2019-08-20

MKNOD - Linux手册页

MKNOD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 mknod,mknodat-创建特殊文件或普通文件 语法 #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> int m

Views:0  2019-08-20

MLOCK - Linux手册页

MLOCK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 mlock,mlock2,munlock,mlockall,munlockall-锁定和解锁内存 语法 #include <sys/mman.h> int mlock(const void *addr, size_t len); int mlock2(const void

Views:0  2019-08-20

MLOCK - Linux手册页

MLOCK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 mlock,mlock2,munlock,mlockall,munlockall-锁定和解锁内存 语法 #include <sys/mman.h> int mlock(const void *addr, size_t len); int mlock2(const void

Views:0  2019-08-20

MLOCK - Linux手册页

MLOCK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 mlock,mlock2,munlock,mlockall,munlockall-锁定和解锁内存 语法 #include <sys/mman.h> int mlock(const void *addr, size_t len); int mlock2(const void

Views:0  2019-08-20

MMAP - Linux手册页

MMAP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 mmap,munmap-将文件或设备映射或取消映射到内存中 语法 #include <sys/mman.h> void *mmap(void *addr, size_t length, int prot, int flags, int fd, off_

Views:0  2019-08-20

MMAP2 - Linux手册页

MMAP2 - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 mmap2-将文件或设备映射到内存 语法 #include <sys/mman.h> void *mmap2(void *addr, size_t length, int prot, int flags, int fd, off_t pgoffs

Views:0  2019-08-20

MODIFY_LDT - Linux手册页

MODIFY_LDT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-02-09 名称 Modify_ldt-获取或设置每个进程的LDT条目 语法 #include <sys/types.h> int modify_ldt(int func, void *ptr, unsigned long bytecount); 注意:此系统调用没有glibc包

Views:0  2019-08-20

MOUNT - Linux手册页

MOUNT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 mount-挂载文件系统 语法 #include <sys/mount.h> int mount(const char *source, const char *target, const char *filesystemtype, unsigned

Views:0  2019-08-20

MOVE_PAGES - Linux手册页

MOVE_PAGES - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 move_pages-将流程的各个页面移至另一个节点 语法 #include <numaif.h> long move_pages(int pid, unsigned long count, void **pages, const

Views:0  2019-08-20

MPROTECT - Linux手册页

MPROTECT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 mprotect,pkey_mprotect-在内存区域设置保护 语法 #include <sys/mman.h> int mprotect(void *addr, size_t len, int prot); #define _GNU_SOURCE

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

MQ_GETSETATTR - Linux手册页

MQ_GETSETATTR - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 mq_getsetattr-获取/设置消息队列属性 语法 #include <sys/types.h> #include <mqueue.h> int mq_getsetattr(mqd_t mqdes, struct mq_attr *new

Views:0  2019-08-20

MREMAP - Linux手册页

MREMAP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 mremap-重新映射虚拟内存地址 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sys/mman.h> void *mremap(void *old_address,

Views:0  2019-08-20

MSGCTL - Linux手册页

MSGCTL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 msgctl-系统V消息控制操作 语法 #include <sys/types.h> #include <sys/ipc.h> #include <sys/msg.h> int msgctl(int msqid, int cmd, struct

Views:0  2019-08-20