#, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2014-06-26 13:17+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages-posix/man3p/aio_cancel.3p:2 #, no-wrap msgid "AIO_CANCEL" msgstr "" #. type: TH #: man-pages-posix/man3p/aio_cancel.3p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man3p/aio_cancel.3p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man3p/aio_cancel.3p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man3p/aio_cancel.3p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:8 msgid "" "This manual page is part of the POSIX Programmer's Manual. The Linux " "implementation of this interface may differ (consult the corresponding Linux " "manual page for details of Linux behavior), or the interface may not be " "implemented on Linux." msgstr "" #. type: SH #: man-pages-posix/man3p/aio_cancel.3p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:12 msgid "aio_cancel \\(em cancel an asynchronous I/O request" msgstr "" #. type: SH #: man-pages-posix/man3p/aio_cancel.3p:12 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:16 #, no-wrap msgid "#include Eaio.hE\n" msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:18 #, no-wrap msgid "int aio_cancel(int I, struct aiocb *I);\n" msgstr "" #. type: SH #: man-pages-posix/man3p/aio_cancel.3p:19 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:34 msgid "" "The I() function shall attempt to cancel one or more " "asynchronous I/O requests currently outstanding against file descriptor " "I. The I argument points to the asynchronous I/O control " "block for a particular request to be canceled. If I is NULL, then " "all outstanding cancelable asynchronous I/O requests against I shall " "be canceled." msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:39 msgid "" "Normal asynchronous notification shall occur for asynchronous I/O operations " "that are successfully canceled. If there are requests that cannot be " "canceled, then the normal asynchronous completion process shall take place " "for those requests when they are completed." msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:48 msgid "" "For requested operations that are successfully canceled, the associated " "error status shall be set to B<[ECANCELED]> and the return status shall be " "\\(mi1. For requested operations that are not successfully canceled, the " "I shall not be modified by I()." msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:55 msgid "" "If I is not NULL, then if I does not have the same value as " "the file descriptor with which the asynchronous operation was initiated, " "unspecified results occur." msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:57 msgid "Which operations are cancelable is implementation-defined." msgstr "" #. type: SH #: man-pages-posix/man3p/aio_cancel.3p:57 #, no-wrap msgid "RETURN VALUE" msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:77 msgid "" "The I() function shall return the value AIO_CANCELED if the " "requested operation(s) were canceled. The value AIO_NOTCANCELED shall be " "returned if at least one of the requested operation(s) cannot be canceled " "because it is in progress. In this case, the state of the other operations, " "if any, referenced in the call to I() is not indicated by the " "return value of I(). The application may determine the state of " "affairs for these operations by using I(). The value AIO_ALLDONE " "is returned if all of the operations have already completed. Otherwise, the " "function shall return \\(mi1 and set I to indicate the error." msgstr "" #. type: SH #: man-pages-posix/man3p/aio_cancel.3p:77 #, no-wrap msgid "ERRORS" msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:81 msgid "The I() function shall fail if:" msgstr "" #. type: TP #: man-pages-posix/man3p/aio_cancel.3p:81 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:86 msgid "The I argument is not a valid file descriptor." msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:88 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man3p/aio_cancel.3p:88 #, no-wrap msgid "EXAMPLES" msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:90 man-pages-posix/man3p/aio_cancel.3p:92 man-pages-posix/man3p/aio_cancel.3p:94 man-pages-posix/man3p/aio_cancel.3p:96 msgid "None." msgstr "" #. type: SH #: man-pages-posix/man3p/aio_cancel.3p:90 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: SH #: man-pages-posix/man3p/aio_cancel.3p:92 #, no-wrap msgid "RATIONALE" msgstr "" #. type: SH #: man-pages-posix/man3p/aio_cancel.3p:94 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: SH #: man-pages-posix/man3p/aio_cancel.3p:96 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:99 msgid "I\\^(\\|), I\\^(\\|)" msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:102 msgid "The Base Definitions volume of POSIX.1\\(hy2008, Baio.hE>" msgstr "" #. type: SH #: man-pages-posix/man3p/aio_cancel.3p:102 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:113 msgid "" "Portions of this text are reprinted and reproduced in electronic form from " "IEEE Std 1003.1, 2013 Edition, Standard for Information Technology -- " "Portable Operating System Interface (POSIX), The Open Group Base " "Specifications Issue 7, Copyright (C) 2013 by the Institute of Electrical " "and Electronics Engineers, Inc and The Open Group. (This is POSIX.1-2008 " "with the 2013 Technical Corrigendum 1 applied.) In the event of any " "discrepancy between this version and the original IEEE and The Open Group " "Standard, the original IEEE and The Open Group Standard is the referee " "document. The original Standard can be obtained online at http://www.unix." "org/online.html ." msgstr "" #. type: Plain text #: man-pages-posix/man3p/aio_cancel.3p:118 msgid "" "Any typographical or formatting errors that appear in this page are most " "likely to have been introduced during the conversion of the source files to " "man page format. To report such errors, see https://www.kernel.org/doc/man-" "pages/reporting_bugs.html ." msgstr ""