#, 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/regex.h.0p:2 #, no-wrap msgid "regex.h" msgstr "" #. type: TH #: man-pages-posix/man0p/regex.h.0p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man0p/regex.h.0p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man0p/regex.h.0p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man0p/regex.h.0p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.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/regex.h.0p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:12 msgid "regex.h \\(em regular expression matching types" msgstr "" #. type: SH #: man-pages-posix/man0p/regex.h.0p:12 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:16 #, no-wrap msgid "#include Eregex.hE\n" msgstr "" #. type: SH #: man-pages-posix/man0p/regex.h.0p:17 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:27 msgid "" "The Iregex.hE> header shall define the structures and symbolic " "constants used by the I(), I(), I(), and " "I() functions." msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:33 msgid "" "The Iregex.hE> header shall define the B structure type, " "which shall include at least the following member:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:38 #, no-wrap msgid "B<\n" "size_t re_nsub >Number of parenthesized subexpressions.\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:48 msgid "" "The Iregex.hE> header shall define the B type as described " "in Isys/types.hE>." msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:59 msgid "" "The Iregex.hE> header shall define the B type as a " "signed integer type that can hold the largest value that can be stored in " "either a B type or a B type." msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:65 msgid "" "The Iregex.hE> header shall define the B structure " "type, which shall include at least the following members:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:73 #, no-wrap msgid "" "B<\n" "regoff_t rm_so >Byte offset from start of string\n" " to start of substring.\n" "regoff_t rm_eo Byte offset from start of string of the\n" " first character after the end of substring.\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:84 msgid "" "The Iregex.hE> header shall define the following symbolic " "constants for the I parameter to the I() function:" msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:84 #, no-wrap msgid "REG_EXTENDED" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:86 msgid "Use Extended Regular Expressions." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:86 #, no-wrap msgid "REG_ICASE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:88 msgid "Ignore case in match." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:88 #, no-wrap msgid "REG_NOSUB" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:91 msgid "Report only success or fail in I()." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:91 #, no-wrap msgid "REG_NEWLINE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:94 msgid "Change the handling of EnewlineE." msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:102 msgid "" "The Iregex.hE> header shall define the following symbolic " "constants for the I parameter to the I() function:" msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:102 #, no-wrap msgid "REG_NOTBOL" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:109 msgid "" "The EcircumflexE character (B<'^'>), when taken as a special " "character, does not match the beginning of I." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:109 #, no-wrap msgid "REG_NOTEOL" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:116 msgid "" "The Edollar-signE (B<'$'>), when taken as a special character, does " "not match the end of I." msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:121 msgid "" "The Iregex.hE> header shall define the following symbolic " "constants as error return values:" msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:121 #, no-wrap msgid "REG_NOMATCH" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:124 msgid "I() failed to match." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:124 #, no-wrap msgid "REG_BADPAT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:126 msgid "Invalid regular expression." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:126 #, no-wrap msgid "REG_ECOLLATE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:128 msgid "Invalid collating element referenced." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:128 #, no-wrap msgid "REG_ECTYPE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:130 msgid "Invalid character class type referenced." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:130 #, no-wrap msgid "REG_EESCAPE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:134 msgid "Trailing EbackslashE character in pattern." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:134 #, no-wrap msgid "REG_ESUBREG" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:136 msgid "Number in \\eI invalid or in error." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:136 #, no-wrap msgid "REG_EBRACK" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:139 msgid "B<\"[]\"> imbalance." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:139 #, no-wrap msgid "REG_EPAREN" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:144 msgid "B<\"\\e(\\e)\"> or B<\"()\"> imbalance." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:144 #, no-wrap msgid "REG_EBRACE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:147 msgid "B<\"\\e{\\e}\"> imbalance." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:147 #, no-wrap msgid "REG_BADBR" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:152 msgid "" "Content of B<\"\\e{\\e}\"> invalid: not a number, number too large, more " "than two numbers, first larger than second." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:152 #, no-wrap msgid "REG_ERANGE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:154 msgid "Invalid endpoint in range expression." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:154 #, no-wrap msgid "REG_ESPACE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:156 msgid "Out of memory." msgstr "" #. type: IP #: man-pages-posix/man0p/regex.h.0p:156 #, no-wrap msgid "REG_BADRPT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:162 msgid "B<'?'>, B<'*'>, or B<'+'> not preceded by valid regular expression." msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:165 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/regex.h.0p:174 #, no-wrap msgid "" "B<\n" "int regcomp(regex_t *restrict, const char *restrict, int);\n" "size_t regerror(int, const regex_t *restrict, char *restrict, size_t);\n" "int regexec(const regex_t *restrict, const char *restrict, size_t,\n" " regmatch_t [restrict], int);\n" "void regfree(regex_t *);>\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:180 msgid "" "The implementation may define additional macros or constants using names " "beginning with REG_." msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:182 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man0p/regex.h.0p:182 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:184 man-pages-posix/man0p/regex.h.0p:186 man-pages-posix/man0p/regex.h.0p:188 msgid "None." msgstr "" #. type: SH #: man-pages-posix/man0p/regex.h.0p:184 #, no-wrap msgid "RATIONALE" msgstr "" #. type: SH #: man-pages-posix/man0p/regex.h.0p:186 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: SH #: man-pages-posix/man0p/regex.h.0p:188 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:190 msgid "Bsys_types.hE>" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:193 msgid "The System Interfaces volume of POSIX.1\\(hy2008, I\\^(\\|)" msgstr "" #. type: SH #: man-pages-posix/man0p/regex.h.0p:193 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/regex.h.0p:204 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/regex.h.0p:209 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 ""