manページ検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 193 for stream (0.071 sec.)
Man page of FGETGRENT 5215
FGETGRENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fge ... #include < grp.h > struct group *fgetgrent(FILE * stream ); glibc 向けの機能検査マクロの要件 ( feature_test ... 2.19 以前: _SVID_SOURCE 説明 fgetgrent () 関数は、 stream で参照されるファイルから取り出したグループ情報 を含 ... エントリーを返し、それ以降は、次のエントリーを返す。 stream で参照されるファイルは、 /etc/group と同じ形式でな ... ループ , 参照 , エラー , ポインター , 属性 , pages , stream Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man3/fgetgrent.3.html - [similar]
Man page of FGETPWENT 5193
FGETPWENT Section: Linux Programmer's Manual (3) Updated: 2018-02-02 Index JM Home Page 名前 fge ... #include < pwd.h > struct passwd *fgetpwent(FILE * stream ); glibc 向けの機能検査マクロの要件 ( feature_test ... 2.19 以前: _SVID_SOURCE 説明 fgetpwent () 関数は、 stream から得られた行を分解したフィールド を含む構造体への ... エントリーを返し、それ以降は 次のエントリーを返す。 stream で参照されるファイルは /etc/passwd と同じ形式でなけ ... , FGETPWENT , 参照 , エラー , pages , エントリー , stream , include Linux マニュアル 一覧 [ man1 ] [ man2 ] ...
https://man.plustar.jp/manpage/man3/fgetpwent.3.html - [similar]
Man page of FOPEN 5139
FOPEN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 fopen, ... const char * pathname , const char * mode , FILE * stream ); glibc 向けの機能検査マクロの要件 ( feature_test ... 行った かのように) ファイルの末尾で行われる。 fseek(stream, 0, SEEK_END); The file descriptor associated with ... the stream is opened as if by a call to open (2) with the fol ... () 関数は path で名前が指定されたファイルを開き、 stream で指定されたストリームに、そのファイルを結びつける ...
https://man.plustar.jp/manpage/man3/fdopen.3.html - [similar]
Man page of FOPEN 5139
FOPEN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 fopen, ... const char * pathname , const char * mode , FILE * stream ); glibc 向けの機能検査マクロの要件 ( feature_test ... 行った かのように) ファイルの末尾で行われる。 fseek(stream, 0, SEEK_END); The file descriptor associated with ... the stream is opened as if by a call to open (2) with the fol ... () 関数は path で名前が指定されたファイルを開き、 stream で指定されたストリームに、そのファイルを結びつける ...
https://man.plustar.jp/manpage/man3/fopen.3.html - [similar]
Man page of FOPENCOOKIE 5139
FOPENCOOKIE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 f ... ek = memfile_seek, .close = memfile_close }; FILE *stream; struct memfile_cookie mycookie; size_t nread; cha ... UF_SIZE; mycookie.offset = 0; mycookie.endpos = 0; stream = fopencookie(&mycookie,"w+", memfile_func); if (s ... for (int j = 1; j < argc; j++) if (fputs(argv[j], stream) == EOF) { perror("fputs"); exit(EXIT_FAILURE); } ... ntil EOF */ for (long p = 0; ; p += 5) { if (fseek(stream, p, SEEK_SET) == -1) { perror("fseek"); exit(EXIT_ ...
https://man.plustar.jp/manpage/man3/fopencookie.3.html - [similar]
Man page of FOPEN 5139
FOPEN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 fopen, ... const char * pathname , const char * mode , FILE * stream ); glibc 向けの機能検査マクロの要件 ( feature_test ... 行った かのように) ファイルの末尾で行われる。 fseek(stream, 0, SEEK_END); The file descriptor associated with ... the stream is opened as if by a call to open (2) with the fol ... () 関数は path で名前が指定されたファイルを開き、 stream で指定されたストリームに、そのファイルを結びつける ...
https://man.plustar.jp/manpage/man3/freopen.3.html - [similar]
Man page of PUTGRENT 5084
PUTGRENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 putg ... h > int putgrent(const struct group * grp , FILE * stream ); 説明 putgrent () 関数は fgetgrent (3) の逆である ... 。 この関数は与えられた struct group を stream に書き込む。 グループメンバのリストは、 NULL で終端 ... , 関数 , putgrent , pages , 属性 , プロジェクト , stream Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man3/putgrent.3.html - [similar]
Man page of IP 5030
IP Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 ip - Linux ... スーパーセット */ tcp_socket = socket(AF_INET, SOCK_STREAM, 0); udp_socket = socket(AF_INET, SOCK_DGRAM, 0); ... t_type, protocol); Valid socket types include SOCK_STREAM to open a stream socket, SOCK_DGRAM to open a data ... protocol include: • 0 and IPPROTO_TCP for tcp (7) stream sockets; • 0 and IPPROTO_UDP for udp (7) datagram ... sockets; • IPPROTO_SCTP for sctp (7) stream sockets; and • IPPROTO_UDPLITE for udplite (7) dat ...
https://man.plustar.jp/manpage/man7/ip.7.html - [similar]
Man page of SOCKET 4997
SOCKET Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 socket ... を指定する。 定義されている型は現在以下の通り。 SOCK_STREAM 順序性と信頼性があり、双方向の、接続された バイトス ... トリーム (byte stream) を提供する。 帯域外 (out-of-band) データ転送メカニ ... るかについては getprotoent (3) を参照すること。 SOCK_STREAM 型のソケットは全二重バイトストリームである。 これら ... されており、 受信も recv (2) に記述されている。 SOCK_STREAM を実装した通信プロトコルはデータに損失や重複がない ...
https://man.plustar.jp/manpage/man2/socket.2.html - [similar]
Man page of TROFF 4921
TROFF Section: User Commands (1) Updated: 6 August 2001 Index JM Home Page 名称 troff - 文書をフ ... 換から最後の改行文字を除去するのに有効です。 .close stream stream という名前のストリームをクローズします; str ... f リクエストを使用することで、逆にできます。 .open stream filename filename を書き込みのためにオープンし、 s ... ます。 close , write リクエストも見て下さい。 .opena stream filename open と同様ですが、 filename が存在する場 ... 。 break , continue リクエストも見て下さい。 .write stream anything anything を stream という名前のストリーム ...
https://man.plustar.jp/manpage/man1/troff.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT

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