OnITRoad - man2

_EXIT - Linux手册页

_EXIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-02-09 名称 _exit,_Exit-终止调用过程 语法 #包括 void _exit(int status); #包括 void _Exit(int status); glibc的功能测试宏要求(请参阅feature_test_macros(7)): _出口(): _ISOC99_SOURCE

Views:0  2019-08-20

CLONE - Linux手册页

CLONE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 clone,__ clone2,clone3-创建子进程 语法 /* Prototype for the glibc wrapper function */ #define _GNU_SOURCE #include <sched.h> int clone(int (*f

Views:0  2019-08-20

_EXIT - Linux手册页

_EXIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-02-09 名称 _exit,_Exit-终止调用过程 语法 #包括 void _exit(int status); #包括 void _Exit(int status); glibc的功能测试宏要求(请参阅feature_test_macros(7)): _出口(): _ISOC99_SOURCE

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

SELECT - Linux手册页

SELECT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 select,pselect,FD_CLR,FD_ISSET,FD_SET,FD_ZERO-同步I / O复用 语法 #include <sys/select.h> int select(int nfds, fd_set *readfds, fd_set *writef

Views:0  2019-08-20

_SYSCALL - Linux手册页

_SYSCALL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 _syscall-调用不带库支持的系统调用(OBSOLETE) 语法 #包括 _syscall宏 所需的系统调用 说明 有关系统调用的重要信息是其原型。您需要知道多少个参数,它们的类型以及函数的返回类型。有七个宏可以简化对系统的实际调用。它们具有以下形式: _syscallX

Views:0  2019-08-20

SYSCTL - Linux手册页

SYSCTL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 sysctl-读/写系统参数 语法 #include <unistd.h> #include <linux/sysctl.h> int _sysctl(struct __sysctl_args *args); 说明 当前内核不再存在该系统调用!请参阅注释

Views:0  2019-08-20

ACCEPT - Linux手册页

ACCEPT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 accept,accept4-接受套接字上的连接 语法 #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> int accept(int sockfd, struct

Views:0  2019-08-20

ACCEPT - Linux手册页

ACCEPT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 accept,accept4-接受套接字上的连接 语法 #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> int accept(int sockfd, struct

Views:0  2019-08-20

ACCESS - Linux手册页

ACCESS - Linux手册页 Linux程序员手册 第2部分 更新日期: 2016-03-15 名称 access,faccessat-检查文件的用户权限 语法 #include <unistd.h> int access(const char *pathname, int mode); #include <fcntl.h> /* De

Views:0  2019-08-20

ACCT - Linux手册页

ACCT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2016-03-15 名称 acct-打开或关闭过程记帐 语法 #include <unistd.h> int acct(const char *filename); glibc的功能测试宏要求(请参阅feature_test_macros(7)): acct(): Since glibc 2.21:

Views:0  2019-08-20

ADD_KEY - Linux手册页

ADD_KEY - Linux手册页 Section: Linux Key Management Calls (2) 更新日期: 2020-06-09 名称 add_key-将密钥添加到内核的密钥管理工具 语法 #include <sys/types.h> #include <keyutils.h> key_serial_t add_key(const char

Views:0  2019-08-20

ADJTIMEX - Linux手册页

ADJTIMEX - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 adjtimex,clock_adjtime,ntp_adjtime-调整内核时钟 语法 #include <sys/timex.h> int adjtimex(struct timex *buf); int clock_adjtime(clockid_t clk

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

ALARM - Linux手册页

ALARM - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-05-03 名称 alarm-设置用于传递信号的闹钟 语法 #include <unistd.h> unsigned int alarm(unsigned int seconds); 说明 alarm()安排在几秒钟内将SIGALRM信号传递到调用过程。 如果秒为零,则取消任何待处理的

Views:0  2019-08-20

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