Linux 列表 - 第 51 页
ALLOC_HUGEPAGES - Linux手册页
ALLOC_HUGEPAGES - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 alloc_hugepages,free_hugepages-分配或释放大页面 语法 void *alloc_hugepages(int key, void *addr, size_t len, int prot, int
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
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
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
STATFS - Linux手册页
STATFS - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 statfs,fstatfs-获取文件系统统计信息 语法 #include / 或 / int statfs(const char * path,struct statfs * buf); int fstatfs(int fd,struct statfs * buf); 说明 s
Views:0 2019-08-20
STATFS - Linux手册页
STATFS - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 statfs,fstatfs-获取文件系统统计信息 语法 #include / 或 / int statfs(const char * path,struct statfs * buf); int fstatfs(int fd,struct statfs * buf); 说明 s
Views:0 2019-08-20
FSYNC - Linux手册页
FSYNC - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 fsync,fdatasync-将文件的核心状态与存储设备同步 语法 #包括 int fsync(int fd); int fdatasync(int fd); glibc的功能测试宏要求(请参阅feature_test_macros(7)): fsync(): Glibc 2.16及
Views:0 2019-08-20
TRUNCATE - Linux手册页
TRUNCATE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 truncate, ftruncate-将文件截断为指定的长度 语法 #include <unistd.h> #include <sys/types.h> int truncate(const char *path, off_t length); int
Views:0 2019-08-20
TRUNCATE - Linux手册页
TRUNCATE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 truncate, ftruncate-将文件截断为指定的长度 语法 #include <unistd.h> #include <sys/types.h> int truncate(const char *path, off_t length); int
Views:0 2019-08-20
FUTEX - Linux手册页
FUTEX - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 futex-快速的用户空间锁定 语法 #include <linux/futex.h> #include <sys/time.h> int futex(int *uaddr, int futex_op, int val, const str
Views:0 2019-08-20
FUTIMESAT - Linux手册页
FUTIMESAT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 futimesat-相对于目录文件描述符更改文件的时间戳 语法 #include <fcntl.h> /* Definition of AT_* constants */ #include <sys/time.h> int futi
Views:0 2019-08-20
GET_KERNEL_SYMS - Linux手册页
GET_KERNEL_SYMS - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 get_kernel_syms-检索导出的内核和模块符号 语法 #include <linux/module.h> int get_kernel_syms(struct kernel_sym *table); 注意:glibc标头中未提供此系统调用的声
Views:0 2019-08-20
GET_MEMPOLICY - Linux手册页
GET_MEMPOLICY - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 get_mempolicy-检索线程的NUMA内存策略 语法 #包括 long get_mempolicy(int *mode, unsigned long *nodemask, unsigned long maxnode, void
Views:0 2019-08-20