Linux 列表 - 第 53 页

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

GETPAGESIZE - Linux手册页

GETPAGESIZE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getpagesize-获取内存页面大小 语法 #包括 int getpagesize(void); glibc的功能测试宏要求(请参阅feature_test_macros(7)): getpagesize(): Since glibc 2.19: _DEFAULT_S

Views:0  2019-08-20

GETPEERNAME - Linux手册页

GETPEERNAME - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getpeername-获取连接的对等套接字的名称 语法 #包括 int getpeername(int sockfd,struct sockaddr * addr,socklen_t * addrlen); 说明 getpeername()在addr指向的缓冲区中返回

Views:0  2019-08-20

SETPGID - Linux手册页

SETPGID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setpgid,getpgid,setpgrp,getpgrp-设置/获取进程组 语法 #包括 #包括 int setpgid(pid_t pid,pid_t pgid); pid_t getpgid(pid_t pid); pid_t getpgrp(void); / * POS

Views:0  2019-08-20

SETPGID - Linux手册页

SETPGID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setpgid,getpgid,setpgrp,getpgrp-设置/获取进程组 语法 #包括 #包括 int setpgid(pid_t pid,pid_t pgid); pid_t getpgid(pid_t pid); pid_t getpgrp(void); / * POS

Views:0  2019-08-20

GETPID - Linux手册页

GETPID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 getpid,getppid-获取进程标识 语法 #包括 #包括 pid_t getpid(void); pid_t getppid(void); 说明 getpid()返回调用进程的进程ID(PID)。 (通常由生成唯一临时文件名的例程使用。) getppid()返回调用进程的

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

GETPID - Linux手册页

GETPID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 getpid,getppid-获取进程标识 语法 #包括 #包括 pid_t getpid(void); pid_t getppid(void); 说明 getpid()返回调用进程的进程ID(PID)。 (通常由生成唯一临时文件名的例程使用。) getppid()返回调用进程的

Views:0  2019-08-20

GETPRIORITY - Linux手册页

GETPRIORITY - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getpriority,setpriority-获取/设置程序调度优先级 语法 #包括 #包括 int getpriority(int which,id_t who); int setpriority(int which,id_t who,int prio); 说明 流

Views:0  2019-08-20

GETRANDOM - Linux手册页

GETRANDOM - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getrandom-获取一系列随机字节 语法 #包括 ssize_t getrandom(void * buf,size_t buflen,unsigned int标志); 说明 系统调用getrandom()最多将buflen个随机字节填充到buf指向的缓冲区中。这些字节

Views:0  2019-08-20

GETRESUID - Linux手册页

GETRESUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getresuid,getresgid-获取真实,有效和已保存的用户/组ID 语法 #定义_GNU_SOURCE / 参见feature_test_macros(7) / #包括 int getresuid(uid_t * ruid,uid_t * euid,uid_t * s

Views:0  2019-08-20

GETRESUID - Linux手册页

GETRESUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getresuid,getresgid-获取真实,有效和已保存的用户/组ID 语法 #定义_GNU_SOURCE / 参见feature_test_macros(7) / #包括 int getresuid(uid_t * ruid,uid_t * euid,uid_t * s

Views:0  2019-08-20

GETRESUID - Linux手册页

GETRESUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getresuid,getresgid-获取真实,有效和已保存的用户/组ID 语法 #定义_GNU_SOURCE / 参见feature_test_macros(7) / #包括 int getresuid(uid_t * ruid,uid_t * euid,uid_t * s

Views:0  2019-08-20

GETRESUID - Linux手册页

GETRESUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getresuid,getresgid-获取真实,有效和已保存的用户/组ID 语法 #定义_GNU_SOURCE / 参见feature_test_macros(7) / #包括 int getresuid(uid_t * ruid,uid_t * euid,uid_t * s

Views:0  2019-08-20

GETRLIMIT - Linux手册页

GETRLIMIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 getrlimit,setrlimit,prlimit-获取/设置资源限制 语法 #包括 #包括 int getrlimit(int resource,struct rlimit * rlim); int setrlimit(int resource,const struct

Views:0  2019-08-20

GETRUSAGE - Linux手册页

GETRUSAGE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getrusage-获取资源使用情况 语法 #包括 #包括 int getrusage(int who,struct rusage * usage); 说明 getrusage()返回谁的资源使用量度,可以是以下之一: RUSAGE_SELF 返回调用进程的资源使用情况

Views:0  2019-08-20