manページ検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 591 for error (0.113 sec.)
Man page of GETDENTS 3602
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... stat.h > #include < sys/syscall.h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } whi ... ".", O_RDONLY | O_DIRECTORY); if (fd == -1) handle_error("open"); for (;;) { nread = syscall(SYS_getdents, ... fd, buf, BUF_SIZE); if (nread == -1) handle_error("getdents"); if (nread == 0) break; printf("------ ...
https://man.plustar.jp/manpage/man2/getdents64.2.html - [similar]
Man page of MMAP 3602
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... < stdlib.h > #include < unistd.h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } whi ... fd = open(argv[1], O_RDONLY); if (fd == -1) handle_error("open"); if (fstat(fd, &sb) == -1) /* To obtain fi ... le size */ handle_error("fstat"); offset = atoi(argv[2]); pa_offset = offs ... TE, fd, pa_offset); if (addr == MAP_FAILED) handle_error("mmap"); s = write(STDOUT_FILENO, addr + offset - ...
https://man.plustar.jp/manpage/man2/mmap.2.html - [similar]
Man page of MMAP 3602
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... < stdlib.h > #include < unistd.h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } whi ... fd = open(argv[1], O_RDONLY); if (fd == -1) handle_error("open"); if (fstat(fd, &sb) == -1) /* To obtain fi ... le size */ handle_error("fstat"); offset = atoi(argv[2]); pa_offset = offs ... TE, fd, pa_offset); if (addr == MAP_FAILED) handle_error("mmap"); s = write(STDOUT_FILENO, addr + offset - ...
https://man.plustar.jp/manpage/man2/munmap.2.html - [similar]
Man page of RECV 3602
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... the operation would block, the call fails with the error EAGAIN or EWOULDBLOCK . This provides similar beha ... 3 struct sock_extended_err { uint32_t ee_errno; /* Error number */ uint8_t ee_origin; /* Where the error or ... less data than requested if a signal is caught, an error or disconnect occurs, or the next data to be recei ... ses this ancillary data mechanism to pass extended errors, IP options, or file descriptors over UNIX domain ...
https://man.plustar.jp/manpage/man2/recv.2.html - [similar]
Man page of RECV 3602
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... the operation would block, the call fails with the error EAGAIN or EWOULDBLOCK . This provides similar beha ... 3 struct sock_extended_err { uint32_t ee_errno; /* Error number */ uint8_t ee_origin; /* Where the error or ... less data than requested if a signal is caught, an error or disconnect occurs, or the next data to be recei ... ses this ancillary data mechanism to pass extended errors, IP options, or file descriptors over UNIX domain ...
https://man.plustar.jp/manpage/man2/recvfrom.2.html - [similar]
Man page of RECV 3602
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... the operation would block, the call fails with the error EAGAIN or EWOULDBLOCK . This provides similar beha ... 3 struct sock_extended_err { uint32_t ee_errno; /* Error number */ uint8_t ee_origin; /* Where the error or ... less data than requested if a signal is caught, an error or disconnect occurs, or the next data to be recei ... ses this ancillary data mechanism to pass extended errors, IP options, or file descriptors over UNIX domain ...
https://man.plustar.jp/manpage/man2/recvmsg.2.html - [similar]
Man page of ERFC 3602
ERFC Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 erfc, er ... ) となる場合は、 その値が返され、範囲エラー (range error) が発生する。 エラー これらの関数を呼び出した際にエ ... ラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ...
https://man.plustar.jp/manpage/man3/erfc.3.html - [similar]
Man page of ERFC 3602
ERFC Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 erfc, er ... ) となる場合は、 その値が返され、範囲エラー (range error) が発生する。 エラー これらの関数を呼び出した際にエ ... ラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ...
https://man.plustar.jp/manpage/man3/erfcf.3.html - [similar]
Man page of ERFC 3602
ERFC Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 erfc, er ... ) となる場合は、 その値が返され、範囲エラー (range error) が発生する。 エラー これらの関数を呼び出した際にエ ... ラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ...
https://man.plustar.jp/manpage/man3/erfcl.3.html - [similar]
Man page of J0 3602
J0 Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 j0, j0f, j ... 合や結果がアンダーフローする場合、 範囲エラー (range error) が発生し、返り値が 0 となる。 エラー これらの関数 ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ...
https://man.plustar.jp/manpage/man3/j0.3.html - [similar]
PREV 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 NEXT

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