
System Programming
typicalzoe
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Sysconf-get configurable system variables
The sysconf() function provides a method for an application to determine the current value of a configurable system limit or option (variable).The name argument represents the system variable to b原创 2008-04-24 15:31:00 · 449 阅读 · 0 评论 -
psinfo_t -> proccfs.h (opensolaris)
275 typedef struct psinfo { 276 int pr_flag; /* process flags (DEPRECATED; do not use) */ 277 int pr_nlwp; /* number of active lwps in the process */ 278 pid_t pr_pid; /* unique process id */ 279 pid_原创 2008-04-24 17:56:00 · 1752 阅读 · 2 评论 -
pathconf
fpathconf, pathconf - get configuration values for files fpathconf() gets a value for the configuration option name for the open file descriptor filedes. pathconf() gets a value for原创 2008-04-25 14:56:00 · 488 阅读 · 0 评论