• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            Prayer

            在一般中尋求卓越
            posts - 1256, comments - 190, trackbacks - 0, articles - 0
              C++博客 :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理

            linux系統調用之ftok()

            Posted on 2008-08-18 20:17 Prayer 閱讀(2694) 評論(0)  編輯 收藏 引用 所屬分類: LINUX/UNIX/AIX

            ftok原型如下:
            key_t ftok( char * fname, int id )
            fname就時你指定的文件名,id是子序號。

            失敗返回值為-1

            ftok應用范圍:在IPC通信及消息記者中使用

            解析:

            系統建立IPC通訊(如消息隊列、共享內存時)必須指定一個ID值。通常情況下,該id值通過ftok函數得到。

            在一般的UNIX實現中,是將文件的索引節點號取出,前面加上子序號得到key_t的返回值。

            如指定文件的索引節點號為65538,換算成16進制為0x010002,而你指定的ID值為38,換算成16進制為0x26,則最后的key_t返回值為0x26010002。
            查詢文件索引節點號可通過命令: ls -i來查看

            nux Programmer's Manual                   FTOK(3)
                                                                                                                                                  
            NAME
                   ftok - convert a pathname and a project identifier to a System V IPC
                   key
                                                                                                                                                  
            SYNOPSIS
                   # include <sys/types.h>
                   # include <sys/ipc.h>
                                                                                                                                                  
                   key_t ftok(const char *pathname, int proj_id);
                                                                                                                                                  
            DESCRIPTION
                   The ftok function uses the identity of the file named by the given
                   pathname (which must refer to an existing, accessible file) and the
                   least significant 8 bits of proj_id (which must be nonzero) to generate
                   a key_t type System V IPC key, suitable for use with msgget(2),
                   semget(2), or shmget(2).
                                                                                                                                                  
                   The resulting value is the same for all pathnames that name the same
                   file, when the same value of proj_id is used. The value returned should
                   be different when the (simultaneously existing) files or the project
                   IDs differ.
                                                                                                                                                  
            RETURN VALUE
                   On success the generated key_t value is returned. On failure -1 is
                   returned, with errno indicating the error as for the stat(2) system
                   call.
                                                                                                                                                  
            CONFORMING TO
                   XPG4
                                                                                                                                                  
            NOTES
                   Under libc4 and libc5 (and under SunOS 4.x) the prototype was
                          key_t ftok(char *pathname, char proj_id);
                   Today proj_id is an int, but still only 8 bits are used. Typical usage
                   has an ASCII character proj_id, that is why the behaviour is said to be
                   undefined when proj_id is zero.

            99久久成人18免费网站| 久久精品国产亚洲av日韩| 久久99精品久久只有精品| 九九精品99久久久香蕉| 久久精品国产黑森林| 香蕉久久夜色精品升级完成| 久久青青草原精品影院| 久久永久免费人妻精品下载| 99久久超碰中文字幕伊人| 亚洲国产成人精品91久久久 | 日本精品久久久久影院日本| 国产香蕉久久精品综合网| 99久久777色| 无码久久精品国产亚洲Av影片 | 久久五月精品中文字幕| 精品久久久久香蕉网| 大香伊人久久精品一区二区| 久久国产精品久久精品国产| 久久人妻无码中文字幕| 久久久国产精品| 一本大道加勒比久久综合| 日韩精品久久无码中文字幕| 亚洲日本va午夜中文字幕久久| 大蕉久久伊人中文字幕| 久久青青草原国产精品免费| 久久亚洲精品无码AV红樱桃| 99久久国产亚洲综合精品| 久久男人中文字幕资源站| 四虎国产精品免费久久久| 久久综合综合久久综合| 久久久精品国产sm调教网站 | 九九久久99综合一区二区| 久久久久久午夜成人影院| 国产成人无码精品久久久性色 | 久久综合国产乱子伦精品免费| 久久综合视频网站| 香蕉久久夜色精品国产尤物| 久久99九九国产免费看小说| 一本色道久久综合亚洲精品| 久久精品国产AV一区二区三区| 综合久久国产九一剧情麻豆|