manページ検索

phrase: max: clip:
target: order:
Results of 1 - 3 of about 3 for SHUT (0.004 sec.)
Man page of SHUTDOWN 10677
SHUTDOWN Section: Linux Programmer's Manual (2) Updated: 2018-04-30 Index JM Home Page 名前 shut ... 続の一部を閉じる 書式 #include < sys/socket.h > int shutdown(int sockfd , int how ); 説明 shutdown () は、 ... plex connection) の一部または全てを閉じる。 how が SHUT_RD ならば、それ以降の受信を禁止する。 how が SHUT_ ... WR ならば、それ以降の送信を禁止する。 how が SHUT_RDWR ならば、それ以降の送受信を禁止する。 返り値 成 ... ていない。 準拠 POSIX.1-2001, POSIX.1-2008, 4.4BSD ( shutdown () は 4.2BSD で初めて登場した)。 注意 SHUT_RD ...
https://man.plustar.jp/manpage/man2/shutdown.2.html - [similar]
Man page of SELECT_TUT 10528
SELECT_TUT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 se ... &addr, sizeof(addr)) == -1) { perror("connect()"); shutdown(cfd, SHUT_RDWR); close(cfd); return -1; } retu ... rn cfd; } #define SHUT_FD1 do { \ if (fd1 >= 0) { \ shutdown(fd1, SHUT_RD ... close(fd1); \ fd1 = -1; \ } \ } while (0) #define SHUT_FD2 do { \ if (fd2 >= 0) { \ shutdown(fd2, SHUT_RD ... len); if (fd == -1) { perror("accept()"); } else { SHUT_FD1; SHUT_FD2; buf1_avail = buf1_written = 0; buf2 ...
https://man.plustar.jp/manpage/man2/select_tut.2.html - [similar]
Man page of MILLE 6659
MILLE Section: Games and Demos (6) Updated: December 30, 1993 Index JM Home Page 名称 mille - Mi ... 1000 マイルの旅を完了した場合に、ボーナス 200 点。 Shut-Out : 相手がマイルカードを使用する前に旅を完了した ...
https://man.plustar.jp/manpage/man6/mille.6.html - [similar]
PREV 1 NEXT

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