Chinaunix首页 | 论坛 | 博客
  • 博客访问: 536443
  • 博文数量: 119
  • 博客积分: 3391
  • 博客等级: 中校
  • 技术积分: 981
  • 用 户 组: 普通用户
  • 注册时间: 2009-03-12 11:49
文章分类

全部博文(119)

文章存档

2014年(3)

2013年(1)

2011年(18)

2010年(27)

2009年(70)

我的朋友

分类: LINUX

2009-03-26 19:56:33

这是查看结果,在深入就没在看.

[root@gnu123 include]# cat features.h | grep __dirstream
[root@gnu123 include]# cat bits/types.h | grep __dirstream
[root@gnu123 include]# cat bits/dirent.h | grep __dirstream
[root@gnu123 include]# cat bits/types.h | grep __dirstream
[root@gnu123 include]# cat bits/posix1_lim.h | grep __dirstream
[root@gnu123 include]# cat stddef.h
cat: stddef.h: 没有那个文件或目录
[root@gnu123 include]# locate stddef.,h
[root@gnu123 include]# locate stddef.h

struct __dirstream
  {
    void *__fd;                        /* `struct hurd_fd' pointer for descriptor.  */
    char *__data;                /* Directory block.  */
    int __entry_data;                /* Entry number `__data' corresponds to.  */
    char *__ptr;                /* Current pointer into the block.  */
    int __entry_ptr;                /* Entry number `__ptr' corresponds to.  */
    size_t __allocation;        /* Space allocated for the block.  */
    size_t __size;                /* Total valid data in the block.  */
    __libc_lock_define (, __lock) /* Mutex lock for this structure.  */
  };

typedef struct __dirstream DIR;

阅读(2135) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~