manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 715 for IF (0.007 sec.)
Man page of GETADDRINFO_A 5194
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... 説明については sigevent (7) を参照。 sevp->sigev_notify フィールドには以下の値を指定できる。 SIGEV_NONE 通 ... される。 SIGEV_THREAD 検索が完了した際に、 sigev_notify_function を新しいスレッドの開始関数であるかのよう ... - 1]; char host[NI_MAXHOST]; struct addrinfo *res; if (argc < 2) { fprintf(stderr, "Usage: %s HOST...\n" ... gc - 1; i++) { reqs[i] = malloc(sizeof(*reqs[0])); if (reqs[i] == NULL) { perror("malloc"); exit(EXIT_FA ...
https://man.plustar.jp/manpage/man3/gai_suspend.3.html - [similar]
Man page of GETADDRINFO_A 5194
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... 説明については sigevent (7) を参照。 sevp->sigev_notify フィールドには以下の値を指定できる。 SIGEV_NONE 通 ... される。 SIGEV_THREAD 検索が完了した際に、 sigev_notify_function を新しいスレッドの開始関数であるかのよう ... - 1]; char host[NI_MAXHOST]; struct addrinfo *res; if (argc < 2) { fprintf(stderr, "Usage: %s HOST...\n" ... gc - 1; i++) { reqs[i] = malloc(sizeof(*reqs[0])); if (reqs[i] == NULL) { perror("malloc"); exit(EXIT_FA ...
https://man.plustar.jp/manpage/man3/getaddrinfo_a.3.html - [similar]
Man page of MBSTOWCS 5194
MBSTOWCS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 mbst ... har_t * dest , const char * src , size_t n ); 説明 If dest is not NULL, the mbstowcs () function convert ... ers in the string src shall begin in the initial shift state. The conversion can stop for three reasons: ... ; /* Pointer to converted wide character string */ if (argc < 3) { fprintf(stderr, "Usage: %s <locale> < ... , argv[0]); exit(EXIT_FAILURE); } /* Apply the specified locale */ if (setlocale(LC_ALL, argv[1]) == NUL ...
https://man.plustar.jp/manpage/man3/mbstowcs.3.html - [similar]
Man page of SHM_OPEN 5194
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... ither the calling process's effective group ID or, if the object is visible in the filesystem, the group ... y by the "send" program. Once the data has been modified, the "send" program then prints the contents of ... the modified shared memory. An example execution of the two ... "pshm_ucase.h" int main(int argc, char *argv[]) { if (argc != 2) { fprintf(stderr, "Usage: %s /shm-path ...
https://man.plustar.jp/manpage/man3/shm_open.3.html - [similar]
Man page of SHM_OPEN 5194
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... ither the calling process's effective group ID or, if the object is visible in the filesystem, the group ... y by the "send" program. Once the data has been modified, the "send" program then prints the contents of ... the modified shared memory. An example execution of the two ... "pshm_ucase.h" int main(int argc, char *argv[]) { if (argc != 2) { fprintf(stderr, "Usage: %s /shm-path ...
https://man.plustar.jp/manpage/man3/shm_unlink.3.html - [similar]
Man page of FOPENCOOKIE 5117
FOPENCOOKIE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 f ... uff = realloc(cookie->buf, cookie->allocated * 2); if (new_buff == NULL) { return -1; } else { cookie->a ... ookie->offset, buf, size); cookie->offset += size; if (cookie->offset > cookie->endpos) cookie->endpos = ... es requested and bytes available */ xbytes = size; if (cookie->offset + size > cookie->endpos) xbytes = ... cookie->endpos - cookie->offset; if (xbytes < 0) /* offset may be past endpos */ xbyte ...
https://man.plustar.jp/manpage/man3/fopencookie.3.html - [similar]
Man page of GETADDRINFO 4999
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... peer_addr_len; ssize_t nread; char buf[BUF_SIZE]; if (argc != 2) { fprintf(stderr, "Usage: %s port\n", ... ; s = getaddrinfo(NULL, argv[1], &hints, &result); if (s != 0) { fprintf(stderr, "getaddrinfo: %s\n", ga ... . Try each address until we successfully bind (2). If socket (2) (or bind (2)) fails, we (close the sock ... (rp->ai_family, rp->ai_socktype, rp->ai_protocol); if (sfd == -1) continue; if (bind(sfd, rp->ai_addr, r ...
https://man.plustar.jp/manpage/man3/freeaddrinfo.3.html - [similar]
Man page of GETADDRINFO 4999
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... peer_addr_len; ssize_t nread; char buf[BUF_SIZE]; if (argc != 2) { fprintf(stderr, "Usage: %s port\n", ... ; s = getaddrinfo(NULL, argv[1], &hints, &result); if (s != 0) { fprintf(stderr, "getaddrinfo: %s\n", ga ... . Try each address until we successfully bind (2). If socket (2) (or bind (2)) fails, we (close the sock ... (rp->ai_family, rp->ai_socktype, rp->ai_protocol); if (sfd == -1) continue; if (bind(sfd, rp->ai_addr, r ...
https://man.plustar.jp/manpage/man3/gai_strerror.3.html - [similar]
Man page of GETADDRINFO 4999
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... peer_addr_len; ssize_t nread; char buf[BUF_SIZE]; if (argc != 2) { fprintf(stderr, "Usage: %s port\n", ... ; s = getaddrinfo(NULL, argv[1], &hints, &result); if (s != 0) { fprintf(stderr, "getaddrinfo: %s\n", ga ... . Try each address until we successfully bind (2). If socket (2) (or bind (2)) fails, we (close the sock ... (rp->ai_family, rp->ai_socktype, rp->ai_protocol); if (sfd == -1) continue; if (bind(sfd, rp->ai_addr, r ...
https://man.plustar.jp/manpage/man3/getaddrinfo.3.html - [similar]
Man page of OPEN_BY_HANDLE_AT 4845
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... e [out] */ unsigned char f_handle[0]; /* File identifier (sized by caller) [out] */ }; It is the caller' ... stant MAX_HANDLE_SZ , defined in < fcntl.h > , specifies the maximum expected size for a file handle. It ... ルが返される。 The mount_id argument returns an identifier for the filesystem mount that corresponds to pa ... proc/self/mountinfo . Opening the pathname in the fifth field of that record yields a file descriptor fo ...
https://man.plustar.jp/manpage/man2/name_to_handle_at.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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