免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1631 | 回复: 3
打印 上一主题 下一主题

[Linux] stat_t结构体里面各种系统类型实际都是32位整型吗 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2013-07-11 01:05 |只看该作者 |倒序浏览
        mode_t                st_mode;
        ino_t                st_ino;
        dev_t                st_dev;
        dev_t                st_rdev;
        nlink_t                st_nlink;
        uid_t                st_uid;
        gid_t                st_gid;
        off_t                st_size;
        time_t                st_atime;
        time_t                st_mtime;
        time_t                st_ctime;
        long                st_blksize;
        long                st_blocks;

论坛徽章:
4
水瓶座
日期:2013-09-06 12:27:30摩羯座
日期:2013-09-28 14:07:46处女座
日期:2013-10-24 14:25:01酉鸡
日期:2014-04-07 11:54:15
2 [报告]
发表于 2013-07-11 12:41 |只看该作者
  1.        * mode_t shall be an integer type.

  2.         * nlink_t, uid_t, gid_t, and id_t shall be integer types.

  3.         * blkcnt_t and off_t shall be signed integer types.

  4.         * fsblkcnt_t, fsfilcnt_t, and ino_t shall be defined as unsigned integer types.

  5.         * size_t shall be an unsigned integer type.

  6.         * blksize_t, pid_t, and ssize_t shall be signed integer types.

  7.         * time_t and clock_t shall be integer or real-floating types.

  8.        The  type ssize_t shall be capable of storing values at least in the range [-1, {SSIZE_MAX}].  The type useconds_t shall be an unsigned inte-
  9.        ger type capable of storing values at least in the range [0, 1000000]. The type suseconds_t shall be a signed integer type capable of storing
  10.        values at least in the range [-1, 1000000].

  11.        The  implementation shall support one or more programming environments in which the widths of blksize_t, pid_t, size_t, ssize_t, suseconds_t,
  12.        and useconds_t are no greater than the width of type long. The names of these programming environments can be obtained  using  the  confstr()
  13.        function or the getconf utility.
复制代码
man types.h

论坛徽章:
7
天蝎座
日期:2013-09-28 10:45:42双子座
日期:2013-10-16 16:27:09射手座
日期:2013-10-23 10:21:32处女座
日期:2014-09-17 16:44:332015年亚洲杯之巴林
日期:2015-04-09 17:28:01冥斗士
日期:2015-11-26 16:19:0015-16赛季CBA联赛之山东
日期:2018-03-02 23:59:31
3 [报告]
发表于 2013-07-12 14:27 |只看该作者
mark:wink::wink::wink:

论坛徽章:
0
4 [报告]
发表于 2013-07-13 18:09 |只看该作者
学习了
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP