OnITRoad - man2

ARCH_PRCTL - Linux手册页

ARCH_PRCTL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 arch_prctl-设置特定于体系结构的线程状态 语法 #include <asm/prctl.h> #include <sys/prctl.h> int arch_prctl(int code, unsigned long addr); int

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

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

SYNC_FILE_RANGE - Linux手册页

SYNC_FILE_RANGE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 sync_file_range-将文件段与磁盘同步 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <fcntl.h> int sync_file_ran

Views:0  2019-08-20

BDFLUSH - Linux手册页

BDFLUSH - Linux手册页 Linux程序员手册 第2部分 更新日期: 2016-10-08 名称 bdflush-启动,刷新或调整buffer-dirty-flush守护程序 语法 #include <sys/kdaemon.h> int bdflush(int func, long *address); int bdflush(int func, long da

Views:0  2019-08-20

BIND - Linux手册页

BIND - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 bind-将名称绑定到套接字 语法 #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> int bind(int sockfd, const struct sockadd

Views:0  2019-08-20

BPF - Linux手册页

BPF - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 bpf-在扩展的BPF映射或程序上执行命令 语法 #include <linux/bpf.h> int bpf(int cmd, union bpf_attr *attr, unsigned int size); 说明 bpf()系统调用执行与扩展的Berkeley数据包

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

BRK - Linux手册页

BRK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2016-03-15 名称 brk,sbrk-更改数据段大小 语法 #包括 int brk(void * addr); 无效* sbrk(intptr_t增量); glibc的功能测试宏要求(请参阅feature_test_macros(7)): brk(),sbrk(): Since glibc 2.19: _D

Views:0  2019-08-20

CACHEFLUSH - Linux手册页

CACHEFLUSH - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 cacheflush-刷新指令和/或数据缓存的内容 语法 #include <asm/cachectl.h> int cacheflush(char *addr, int nbytes, int cache); 说明 cacheflush()将范围为addr

Views:0  2019-08-20

CAPGET - Linux手册页

CAPGET - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-02-09 名称 capget,capset-设置/获取线程的功能 语法 #包括 int capget(cap_user_header_t hdrp,cap_user_data_t datap); int capset(cap_user_header_t hdrp,const cap_user_dat

Views:0  2019-08-20

CAPGET - Linux手册页

CAPGET - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-02-09 名称 capget,capset-设置/获取线程的功能 语法 #包括 int capget(cap_user_header_t hdrp,cap_user_data_t datap); int capset(cap_user_header_t hdrp,const cap_user_dat

Views:0  2019-08-20

CHDIR - Linux手册页

CHDIR - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-08-02 名称 chdir,fchdir-更改工作目录 语法 #包括 int chdir(const char * path); int fchdir(int fd); glibc的功能测试宏要求(请参阅feature_test_macros(7)): fchdir(): _XOPEN_SOURC

Views:0  2019-08-20

CHMOD - Linux手册页

CHMOD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 chmod,fchmod,fchmodat-更改文件的权限 语法 #include <sys/stat.h> int chmod(const char *pathname, mode_t mode); int fchmod(int fd, mode_t mode);

Views:0  2019-08-20

CHOWN - Linux手册页

CHOWN - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 chown,fchown,lchown,fchownat-更改文件的所有权 语法 #include <unistd.h> int chown(const char *pathname, uid_t owner, gid_t group); int fchown(int f

Views:0  2019-08-20

CHOWN - Linux手册页

CHOWN - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 chown,fchown,lchown,fchownat-更改文件的所有权 语法 #include <unistd.h> int chown(const char *pathname, uid_t owner, gid_t group); int fchown(int f

Views:0  2019-08-20