#, 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/stdlib.h.0p:2 #, no-wrap msgid "stdlib.h" msgstr "" #. type: TH #: man-pages-posix/man0p/stdlib.h.0p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man0p/stdlib.h.0p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man0p/stdlib.h.0p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man0p/stdlib.h.0p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.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/stdlib.h.0p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:12 msgid "stdlib.h \\(em standard library definitions" msgstr "" #. type: SH #: man-pages-posix/man0p/stdlib.h.0p:12 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:16 #, no-wrap msgid "#include Estdlib.hE\n" msgstr "" #. type: SH #: man-pages-posix/man0p/stdlib.h.0p:17 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:23 msgid "" "Some of the functionality described on this reference page extends the ISO\\ " "C standard. Applications shall define the appropriate feature test macro " "(see the System Interfaces volume of POSIX.1\\(hy2008, I
, I) to enable the visibility of these symbols in this " "header." msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:28 msgid "" "The Istdlib.hE> header shall define the following macros which " "shall expand to integer constant expressions:" msgstr "" #. type: IP #: man-pages-posix/man0p/stdlib.h.0p:28 #, no-wrap msgid "EXIT_FAILURE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:32 msgid "Unsuccessful termination for I(); evaluates to a non-zero value." msgstr "" #. type: IP #: man-pages-posix/man0p/stdlib.h.0p:32 #, no-wrap msgid "EXIT_SUCCESS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:36 msgid "Successful termination for I(); evaluates to 0." msgstr "" #. type: IP #: man-pages-posix/man0p/stdlib.h.0p:36 #, no-wrap msgid "{RAND_MAX}" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:40 msgid "Maximum value returned by I(); at least 32\\|767." msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:46 msgid "" "The Istdlib.hE> header shall define the following macro which " "shall expand to a positive integer expression with type B:" msgstr "" #. type: IP #: man-pages-posix/man0p/stdlib.h.0p:46 #, no-wrap msgid "{MB_CUR_MAX}" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:50 msgid "" "Maximum number of bytes in a character specified by the current locale " "(category I)." msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:55 msgid "" "The Istdlib.hE> header shall define NULL as described in " "Istddef.hE>." msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:60 msgid "" "The Istdlib.hE> header shall define the following data types " "through B:" msgstr "" #. type: IP #: man-pages-posix/man0p/stdlib.h.0p:60 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:64 msgid "Structure type returned by the I
() function." msgstr "" #. type: IP #: man-pages-posix/man0p/stdlib.h.0p:64 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:68 msgid "Structure type returned by the I() function." msgstr "" #. type: IP #: man-pages-posix/man0p/stdlib.h.0p:68 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:72 msgid "Structure type returned by the I() function." msgstr "" #. type: IP #: man-pages-posix/man0p/stdlib.h.0p:72 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:75 man-pages-posix/man0p/stdlib.h.0p:78 msgid "As described in Istddef.hE>." msgstr "" #. type: IP #: man-pages-posix/man0p/stdlib.h.0p:75 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:84 msgid "" "In addition, the Istdlib.hE> header shall define the following " "symbolic constants and macros as described in Isys/wait.hE>:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:94 #, no-wrap msgid "" "WEXITSTATUS\n" "WIFEXITED\n" "WIFSIGNALED\n" "WIFSTOPPED\n" "WNOHANG\n" "WSTOPSIG\n" "WTERMSIG\n" "WUNTRACED\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:98 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/stdlib.h.0p:170 #, no-wrap msgid "" "B<\n" "void _Exit(int);\n" "long a64l(const char *);\n" "void abort(void);\n" "int abs(int);\n" "int atexit(void (*)(void));\n" "double atof(const char *);\n" "int atoi(const char *);\n" "long atol(const char *);\n" "long long atoll(const char *);\n" "void *bsearch(const void *, const void *, size_t, size_t,\n" " int (*)(const void *, const void *));\n" "void *calloc(size_t, size_t);\n" "div_t div(int, int);\n" "double drand48(void);\n" "double erand48(unsigned short [3]);\n" "void exit(int);\n" "void free(void *);\n" "char *getenv(const char *);\n" "int getsubopt(char **, char *const *, char **);\n" "int grantpt(int);\n" "char *initstate(unsigned, char *, size_t);\n" "long jrand48(unsigned short [3]);\n" "char *l64a(long);\n" "long labs(long);\n" "void lcong48(unsigned short [7]);\n" "ldiv_t ldiv(long, long);\n" "long long llabs(long long);\n" "lldiv_t lldiv(long long, long long);\n" "long lrand48(void);\n" "void *malloc(size_t);\n" "int mblen(const char *, size_t);\n" "size_t mbstowcs(wchar_t *restrict, const char *restrict, size_t);\n" "int mbtowc(wchar_t *restrict, const char *restrict, size_t);\n" "char *mkdtemp(char *);\n" "int mkstemp(char *);\n" "long mrand48(void);\n" "long nrand48(unsigned short [3]);\n" "int posix_memalign(void **, size_t, size_t);\n" "int posix_openpt(int);\n" "char *ptsname(int);\n" "int putenv(char *);\n" "void qsort(void *, size_t, size_t, int (*)(const void *,\n" " const void *));\n" "int rand(void);\n" "int rand_r(unsigned *);\n" "long random(void);\n" "void *realloc(void *, size_t);\n" "char *realpath(const char *restrict, char *restrict);\n" "unsigned short *seed48(unsigned short [3]);\n" "int setenv(const char *, const char *, int);\n" "void setkey(const char *);\n" "char *setstate(char *);\n" "void srand(unsigned);\n" "void srand48(long);\n" "void srandom(unsigned);\n" "double strtod(const char *restrict, char **restrict);\n" "float strtof(const char *restrict, char **restrict);\n" "long strtol(const char *restrict, char **restrict, int);\n" "long double strtold(const char *restrict, char **restrict);\n" "long long strtoll(const char *restrict, char **restrict, int);\n" "unsigned long strtoul(const char *restrict, char **restrict, int);\n" "unsigned long long\n" " strtoull(const char *restrict, char **restrict, int);\n" "int system(const char *);\n" "int unlockpt(int);\n" "int unsetenv(const char *);\n" "size_t wcstombs(char *restrict, const wchar_t *restrict, size_t);\n" "int wctomb(char *, wchar_t);>\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:182 msgid "" "Inclusion of the Istdlib.hE> header may also make visible all " "symbols from Istddef.hE>, Ilimits.hE>, Imath." "hE>, and Isys/wait.hE>." msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:184 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man0p/stdlib.h.0p:184 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:186 man-pages-posix/man0p/stdlib.h.0p:188 man-pages-posix/man0p/stdlib.h.0p:190 msgid "None." msgstr "" #. type: SH #: man-pages-posix/man0p/stdlib.h.0p:186 #, no-wrap msgid "RATIONALE" msgstr "" #. type: SH #: man-pages-posix/man0p/stdlib.h.0p:188 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: SH #: man-pages-posix/man0p/stdlib.h.0p:190 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:196 msgid "" "Blimits.hE>, Bmath.hE>, Bstddef.hE>, " "Bsys_types.hE>, Bsys_wait.hE>" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:243 msgid "" "The System Interfaces volume of POSIX.1\\(hy2008, I
, I, I<_Exit>\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I
\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|)" msgstr "" #. type: SH #: man-pages-posix/man0p/stdlib.h.0p:244 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/stdlib.h.0p:255 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/stdlib.h.0p:260 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 ""