OnITRoad - man2
LISTXATTR - Linux手册页
LISTXATTR - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 listxattr,llistxattr,flistxattr-列出扩展属性名称 语法 #include <sys/types.h> #include <sys/xattr.h> ssize_t listxattr(const char *path,
Views:0 2019-08-20
LLSEEK - Linux手册页
LLSEEK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 _llseek-重新定位读取/写入文件的偏移量 语法 #include <sys/types.h> #include <unistd.h> int _llseek(unsigned int fd, unsigned long offset_high,
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
LOOKUP_DCOOKIE - Linux手册页
LOOKUP_DCOOKIE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 lookup_dcookie-返回目录条目的路径 语法 int lookup_dcookie(u64 cookie,char * buffer,size_t len); 说明 查找值cookie指定的目录条目的完整路径。 cookie是唯一标识特定目录条目的不透明
Views:0 2019-08-20
REMOVEXATTR - Linux手册页
REMOVEXATTR - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 removexattr,lremovexattr,fremovexattr-删除扩展属性 语法 #include <sys/types.h> #include <sys/xattr.h> int removexattr(const char *pa
Views:0 2019-08-20
LSEEK - Linux手册页
LSEEK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 lseek-重新定位读取/写入文件的偏移量 语法 #包括 #包括 off_t lseek(int fd,off_t offset,int whence); 说明 lseek()根据wherece指令将与文件描述符fd关联的打开文件描述的文件偏移重新定位为参数偏移,如下所示: SEE
Views:0 2019-08-20
SETXATTR - Linux手册页
SETXATTR - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-08-02 名称 setxattr,lsetxattr,fsetxattr-设置扩展属性值 语法 #include <sys/types.h> #include <sys/xattr.h> int setxattr(const char *path, const char
Views:0 2019-08-20
STAT - Linux手册页
STAT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 stat,fstat,lstat,fstatat-获取文件状态 语法 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *path
Views:0 2019-08-20
STAT - Linux手册页
STAT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 stat,fstat,lstat,fstatat-获取文件状态 语法 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *path
Views:0 2019-08-20
MADVISE - Linux手册页
MADVISE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 madvise-提供有关内存使用的建议 语法 #包括 int madvise(无效* addr,size_t长度,int通知); glibc的功能测试宏要求(请参阅feature_test_macros(7)): madvise(): Since glibc 2.19: _DE
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
MBIND - Linux手册页
MBIND - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 mbind-为内存范围设置内存策略 语法 #include <numaif.h> long mbind(void *addr, unsigned long len, int mode, const unsigned long *nodemask, u
Views:0 2019-08-20
MEMBARRIER - Linux手册页
MEMBARRIER - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 membarrier-在一组线程上发出内存障碍 语法 #include <linux/membarrier.h> int membarrier(int cmd, int flags); 说明 membarrier()系统调用有助于减少订购多核系统上的内存访问所
Views:0 2019-08-20
MEMFD_CREATE - Linux手册页
MEMFD_CREATE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 memfd_create-创建一个匿名文件 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sys/mman.h> int memfd_create(cons
Views:0 2019-08-20
MIGRATE_PAGES - Linux手册页
MIGRATE_PAGES - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 migrate_pages-将流程中的所有页面移至另一组节点 语法 #include <numaif.h> long migrate_pages(int pid, unsigned long maxnode, cons
Views:0 2019-08-20
MINCORE - Linux手册页
MINCORE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 mincore-确定页面是否驻留在内存中 语法 #包括 #包括 int mincore(void * addr,size_t length,unsigned char * vec); glibc的功能测试宏要求(请参阅feature_test_macros(7)): mincore
Views:0 2019-08-20