manページ検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 240 for SHORT (0.027 sec.)
Man page of BYTEORDER 4896
BYTEORDER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 hto ... l(uint32_t hostlong ); uint16_t htons(uint16_t hostshort ); uint32_t ntohl(uint32_t netlong ); uint16_t nto ... hs(uint16_t netshort ); 説明 htonl () 関数は unsigned integer hostlong ... バイトオーダーに変換する。 htons () 関数は unsigned short integer hostshort を ホストバイトオーダーからネット ... バイトオーダーに変換する。 ntohs () 関数は unsigned short integer netshort を ネットワークバイトオーダーから ...
https://man.plustar.jp/manpage/man3/ntohl.3.html - [similar]
Man page of BYTEORDER 4896
BYTEORDER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 hto ... l(uint32_t hostlong ); uint16_t htons(uint16_t hostshort ); uint32_t ntohl(uint32_t netlong ); uint16_t nto ... hs(uint16_t netshort ); 説明 htonl () 関数は unsigned integer hostlong ... バイトオーダーに変換する。 htons () 関数は unsigned short integer hostshort を ホストバイトオーダーからネット ... バイトオーダーに変換する。 ntohs () 関数は unsigned short integer netshort を ネットワークバイトオーダーから ...
https://man.plustar.jp/manpage/man3/ntohs.3.html - [similar]
Man page of SYSINFO 4866
SYSINFO Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 sysin ... reeswap; /* Swap space still available */ unsigned short procs; /* Number of current processes */ char _f[2 ... reeswap; /* Swap space still available */ unsigned short procs; /* Number of current processes */ unsigned ...
https://man.plustar.jp/manpage/man2/sysinfo.2.html - [similar]
Man page of GETDENTS 4805
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... f; /* 次の linux_dirent へのオフセット */ unsigned short d_reclen; /* この linux_dirent の長さ */ char d_na ... * 次の構造体への 64 ビットのオフセット */ unsigned short d_reclen; /* この dirent の大きさ */ unsigned char ... irent { unsigned long d_ino; off_t d_off; unsigned short d_reclen; char d_name[]; }; #define BUF_SIZE 1024 ...
https://man.plustar.jp/manpage/man2/getdents.2.html - [similar]
Man page of GETDENTS 4805
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... f; /* 次の linux_dirent へのオフセット */ unsigned short d_reclen; /* この linux_dirent の長さ */ char d_na ... * 次の構造体への 64 ビットのオフセット */ unsigned short d_reclen; /* この dirent の大きさ */ unsigned char ... irent { unsigned long d_ino; off_t d_off; unsigned short d_reclen; char d_name[]; }; #define BUF_SIZE 1024 ...
https://man.plustar.jp/manpage/man2/getdents64.2.html - [similar]
Man page of who 4774
who Section: User Commands (1) Updated: 18 June 2002 Index JM Home Page 名前 who - だれがいまログ ... ] [--message] [--mesg] [--process] [--runlevel] [--short] [--time] [--users] [--writable] [am i] [ file ] w ... --runlevel 現在のランレベルのみを表示する。 -s, --short NAME, LINE, TIME カラムのみを表示する (これがデフォ ...
https://man.plustar.jp/manpage/man1/who.1.html - [similar]
Man page of MAGIC 4774
MAGIC Section: Devices and Network Interfaces (4) Updated: Public Domain Index JM Home Page 名前 ... 。指定できる値は以下の通りである: byte 1 バイト値。 short (ほとんどのシステムでは) 2 バイト値。マシンのネイテ ... だし UTC ではなくローカルタイムとして解釈される。 beshort (ほとんどのシステムでは) 2 バイト値。バイト順はビッ ... ビッグエンディアンである。 UNIX 時刻と解釈される。 leshort (ほとんどのシステムでは) 2 バイト値。バイト順はリト ... 値として使われる。 そのオフセット位置にある byte 型、short 型、long 型の値が読み込まれるが、 どの型になるかは ...
https://man.plustar.jp/manpage/man4/magic.4.html - [similar]
Man page of REFER 4744
REFER Section: User Commands (1) Updated: 6 August 2001 Index JM Home Page 名称 refer - groff の ... す。 以下のフラグが現在認識されるものです。 # これは short-label コマンドによって指定されるラベルを label コマ ... い方の長さに切られます。 初期状態では n は 6 です。 short-label* string string はラベルのもう 1 つの (通常は ... 、ラベルでは作者を省略したいことがあります。 通常、 short-label コマンドは日付と (多分) 明確な文字のみを含む ... ある情報を集めるために使わ れます。 date-as-label と short-label コマンドで指定されるラベル式は一時的には評価 ...
https://man.plustar.jp/manpage/man1/refer.1.html - [similar]
Man page of FTS 4744
FTS Section: Linux Programmer's Manual (3) Updated: 2020-04-11 Index JM Home Page 名前 fts, fts_ ... implementation): typedef struct _ftsent { unsigned short fts_info; /* FTSENT 構造体のためのフラグ */ char * ... * アクセスパス */ char *fts_path; /* ルートパス */ short fts_pathlen; /* strlen(fts_path) + strlen(fts_name ... ) */ char *fts_name; /* ファイル名 */ short fts_namelen; /* strlen(fts_name) */ short fts_leve ...
https://man.plustar.jp/manpage/man3/fts.3.html - [similar]
Man page of FTS 4744
FTS Section: Linux Programmer's Manual (3) Updated: 2020-04-11 Index JM Home Page 名前 fts, fts_ ... implementation): typedef struct _ftsent { unsigned short fts_info; /* FTSENT 構造体のためのフラグ */ char * ... * アクセスパス */ char *fts_path; /* ルートパス */ short fts_pathlen; /* strlen(fts_path) + strlen(fts_name ... ) */ char *fts_name; /* ファイル名 */ short fts_namelen; /* strlen(fts_name) */ short fts_leve ...
https://man.plustar.jp/manpage/man3/fts_children.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022