#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:57+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/man0p/glob.h.0p:2 #, no-wrap msgid "glob.h" msgstr "" #. type: TH #: man-pages-posix/man0p/glob.h.0p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man0p/glob.h.0p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man0p/glob.h.0p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man0p/glob.h.0p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p: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/man0p/glob.h.0p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:12 msgid "glob.h \\(em pathname pattern-matching types" msgstr "" #. type: SH #: man-pages-posix/man0p/glob.h.0p:12 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:16 #, no-wrap msgid "#include Eglob.hE\n" msgstr "" #. type: SH #: man-pages-posix/man0p/glob.h.0p:17 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:23 msgid "" "The Iglob.hE> header shall define the structures and symbolic " "constants used by the I() function." msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:29 msgid "" "The Iglob.hE> header shall define the B structure type, " "which shall include at least the following members:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:36 #, no-wrap msgid "" "B<\n" "size_t gl_pathc >Count of paths matched by I\n" "char **gl_pathv Pointer to a list of matched pathnames.\n" "size_t gl_offs Slots to reserve at the beginning of I\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:46 msgid "" "The Iglob.hE> header shall define the B type as described " "in Isys/types.hE>." msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:52 msgid "" "The Iglob.hE> header shall define the following symbolic constants " "as values for the I argument:" msgstr "" #. type: IP #: man-pages-posix/man0p/glob.h.0p:52 #, no-wrap msgid "GLOB_APPEND" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:54 msgid "Append generated pathnames to those previously obtained." msgstr "" #. type: IP #: man-pages-posix/man0p/glob.h.0p:54 #, no-wrap msgid "GLOB_DOOFFS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:57 msgid "Specify how many null pointers to add to the beginning of I." msgstr "" #. type: IP #: man-pages-posix/man0p/glob.h.0p:57 #, no-wrap msgid "GLOB_ERR" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:61 msgid "Cause I() to return on error." msgstr "" #. type: IP #: man-pages-posix/man0p/glob.h.0p:61 #, no-wrap msgid "GLOB_MARK" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:67 msgid "" "Each pathname that is a directory that matches I has a " "EslashE appended." msgstr "" #. type: IP #: man-pages-posix/man0p/glob.h.0p:67 #, no-wrap msgid "GLOB_NOCHECK" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:72 msgid "" "If I does not match any pathname, then return a list consisting of " "only I." msgstr "" #. type: IP #: man-pages-posix/man0p/glob.h.0p:72 #, no-wrap msgid "GLOB_NOESCAPE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:74 msgid "Disable backslash escaping." msgstr "" #. type: IP #: man-pages-posix/man0p/glob.h.0p:74 #, no-wrap msgid "GLOB_NOSORT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:76 msgid "Do not sort the pathnames returned." msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:81 msgid "" "The Iglob.hE> header shall define the following symbolic constants " "as error return values:" msgstr "" #. type: IP #: man-pages-posix/man0p/glob.h.0p:81 #, no-wrap msgid "GLOB_ABORTED" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:84 msgid "" "The scan was stopped because GLOB_ERR was set or (*I)(\\|) " "returned non-zero." msgstr "" #. type: IP #: man-pages-posix/man0p/glob.h.0p:84 #, no-wrap msgid "GLOB_NOMATCH" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:88 msgid "" "The pattern does not match any existing pathname, and GLOB_NOCHECK was not " "set in I." msgstr "" #. type: IP #: man-pages-posix/man0p/glob.h.0p:88 #, no-wrap msgid "GLOB_NOSPACE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:90 msgid "An attempt to allocate memory failed." msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:93 msgid "" "The following shall be declared as functions and may also be defined as " "macros. Function prototypes shall be provided." msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:100 #, no-wrap msgid "" "B<\n" "int glob(const char *restrict, int, int(*)(const char *, int),\n" " glob_t *restrict);\n" "void globfree(glob_t *);>\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:105 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man0p/glob.h.0p:105 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:107 man-pages-posix/man0p/glob.h.0p:109 man-pages-posix/man0p/glob.h.0p:111 msgid "None." msgstr "" #. type: SH #: man-pages-posix/man0p/glob.h.0p:107 #, no-wrap msgid "RATIONALE" msgstr "" #. type: SH #: man-pages-posix/man0p/glob.h.0p:109 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: SH #: man-pages-posix/man0p/glob.h.0p:111 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:113 msgid "Bsys_types.hE>" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:116 msgid "The System Interfaces volume of POSIX.1\\(hy2008, I\\^(\\|)" msgstr "" #. type: SH #: man-pages-posix/man0p/glob.h.0p:116 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/glob.h.0p:127 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/man0p/glob.h.0p:132 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 ""