diff options
Diffstat (limited to 'po/ru/man3/tmpnam.3.po')
-rw-r--r-- | po/ru/man3/tmpnam.3.po | 521 |
1 files changed, 521 insertions, 0 deletions
diff --git a/po/ru/man3/tmpnam.3.po b/po/ru/man3/tmpnam.3.po new file mode 100644 index 00000000..c09e0da0 --- /dev/null +++ b/po/ru/man3/tmpnam.3.po @@ -0,0 +1,521 @@ +# Russian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Azamat Hackimov <azamat.hackimov@gmail.com>, 2014, 2016-2017. +# Dmitry Bolkhovskikh <d20052005@yandex.ru>, 2017. +# Yuri Kozlov <yuray@komyakino.ru>, 2011-2019. +# Иван Павлов <pavia00@gmail.com>, 2017, 2019. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-03-01 17:12+0100\n" +"PO-Revision-Date: 2019-09-16 18:46+0300\n" +"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" +"Language-Team: Russian <man-pages-ru-talks@lists.sourceforge.net>\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || " +"(n%100>=11 && n%100<=14)? 2 : 3);\n" +"X-Generator: Lokalize 2.0\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<tmpnam>()" +msgid "tmpnam" +msgstr "B<tmpnam>()" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 октября 2023 г." + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "ИМЯ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "tmpnam, tmpnam_r - create a name for a temporary file" +msgstr "tmpnam, tmpnam_r - создаёт имя для временного файла" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIBRARY" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Standard C library (I<libc>, I<-lc>)" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "СИНТАКСИС" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>stdio.hE<gt>>\n" +msgstr "B<#include E<lt>stdio.hE<gt>>\n" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "" +#| "B<char *tmpnam(char *>I<s>B<);>\n" +#| "B<char *tmpnam_r(char *>I<s>B<);>\n" +msgid "" +"B<[[deprecated]] char *tmpnam(char *>I<s>B<);>\n" +"B<[[deprecated]] char *tmpnam_r(char *>I<s>B<);>\n" +msgstr "" +"B<char *tmpnam(char *>I<s>B<);>\n" +"B<char *tmpnam_r(char *>I<s>B<);>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):" +msgstr "" +"Требования макроса тестирования свойств для glibc (см. " +"B<feature_test_macros>(7)):" + +#. #-#-#-#-# archlinux: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: TP +#. #-#-#-#-# debian-bookworm: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: tbl table +#. #-#-#-#-# debian-unstable: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: TP +#. #-#-#-#-# fedora-40: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: TP +#. #-#-#-#-# fedora-rawhide: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: TP +#. #-#-#-#-# mageia-cauldron: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: TP +#. #-#-#-#-# opensuse-leap-15-6: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: TP +#. #-#-#-#-# opensuse-tumbleweed: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<tmpnam_r>()" +msgstr "B<tmpnam_r>()" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "" +#| " Since glibc 2.19:\n" +#| " _DEFAULT_SOURCE\n" +#| " In glibc up to and including 2.19:\n" +#| " _BSD_SOURCE\n" +msgid "" +" Since glibc 2.19:\n" +" _DEFAULT_SOURCE\n" +" Up to and including glibc 2.19:\n" +" _BSD_SOURCE || _SVID_SOURCE\n" +msgstr "" +" начиная с glibc 2.19:\n" +" _DEFAULT_SOURCE\n" +" в glibc до версии 2.19 включительно:\n" +" _BSD_SOURCE\n" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "ОПИСАНИЕ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<Note:> avoid using these functions; use B<mkstemp>(3) or B<tmpfile>(3) " +"instead." +msgstr "" +"B<Замечание:> не используйте эти функции; вместо них используйте " +"B<mkstemp>(3) или B<tmpfile>(3)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<tmpnam>() function returns a pointer to a string that is a valid " +"filename, and such that a file with this name did not exist at some point in " +"time, so that naive programmers may think it a suitable name for a temporary " +"file. If the argument I<s> is NULL, this name is generated in an internal " +"static buffer and may be overwritten by the next call to B<tmpnam>(). If " +"I<s> is not NULL, the name is copied to the character array (of length at " +"least I<L_tmpnam>) pointed to by I<s> and the value I<s> is returned in " +"case of success." +msgstr "" +"Функция B<tmpnam>() возвращает указатель на строку, содержащую корректное " +"имя файла, и гарантирует, что файла с таким именем не существует на момент " +"вызова, и наивный программист может считать это имя самым подходящим для " +"временного файла. Если аргумент I<s> равен NULL, это имя генерируется во " +"внутреннем статическом буфере и может быть изменено последующим вызовом " +"B<tmpnam>(). Если I<s> не равно NULL, то имя копируется в массив символов " +"(длиной не менее I<L_tmpnam>), на который указывает I<s>, и в случае " +"успешного выполнения возвращается значение I<s>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The created pathname has a directory prefix I<P_tmpdir>. (Both I<L_tmpnam> " +"and I<P_tmpdir> are defined in I<E<lt>stdio.hE<gt>>, just like the " +"B<TMP_MAX> mentioned below.)" +msgstr "" +"Созданное имя файла содержит префикс каталога I<P_tmpdir> (I<L_tmpnam> и " +"I<P_tmpdir> определены в I<E<lt>stdio.hE<gt>> также, как B<TMP_MAX>, " +"описанная ниже)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<tmpnam_r>() function performs the same task as B<tmpnam>(), but " +"returns NULL (to indicate an error) if I<s> is NULL." +msgstr "" +"Функция B<tmpnam_r>() выполняет ту же задачу, что и B<tmpnam>(), но " +"возвращает NULL (возникла ошибка), если I<s> равно NULL." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "RETURN VALUE" +msgstr "ВОЗВРАЩАЕМОЕ ЗНАЧЕНИЕ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"These functions return a pointer to a unique temporary filename, or NULL if " +"a unique name cannot be generated." +msgstr "" +"Эти функции возвращают указатель на уникальное имя временного файла, либо " +"NULL, если уникальное имя невозможно сгенерировать." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ERRORS" +msgstr "ОШИБКИ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "No errors are defined." +msgstr "Ошибок не предполагается." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ATTRIBUTES" +msgstr "АТРИБУТЫ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For an explanation of the terms used in this section, see B<attributes>(7)." +msgstr "Описание терминов данного раздела смотрите в B<attributes>(7)." + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Interface" +msgstr "Интерфейс" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Attribute" +msgstr "Атрибут" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Value" +msgstr "Значение" + +#. type: tbl table +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid ".na\n" +msgstr ".na\n" + +#. type: tbl table +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid ".nh\n" +msgstr ".nh\n" + +#. #-#-#-#-# archlinux: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: TP +#. #-#-#-#-# debian-bookworm: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: tbl table +#. #-#-#-#-# debian-unstable: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: TP +#. #-#-#-#-# fedora-40: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: TP +#. #-#-#-#-# fedora-rawhide: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: TP +#. #-#-#-#-# mageia-cauldron: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: TP +#. #-#-#-#-# opensuse-leap-15-6: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: TP +#. #-#-#-#-# opensuse-tumbleweed: tmpnam.3.pot (PACKAGE VERSION) #-#-#-#-# +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<tmpnam>()" +msgstr "B<tmpnam>()" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Thread safety" +msgstr "Безвредность в нитях" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MT-Unsafe race:tmpnam/!s" +msgstr "MT-Unsafe race:tmpnam/!s" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MT-Safe" +msgstr "MT-Safe" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STANDARDS" +msgstr "СТАНДАРТЫ" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "C11, POSIX.1-2008." +msgstr "C11, POSIX.1-2008." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "None" +msgid "None." +msgstr "None" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "HISTORY" +msgstr "ИСТОРИЯ" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "C99, POSIX.1-2001, POSIX.1-2008." +msgid "SVr4, 4.3BSD, C89, POSIX.1-2001. Obsolete in POSIX.1-2008." +msgstr "C99, POSIX.1-2001, POSIX.1-2008." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Solaris." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NOTES" +msgstr "ЗАМЕЧАНИЯ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<tmpnam>() function generates a different string each time it is " +"called, up to B<TMP_MAX> times. If it is called more than B<TMP_MAX> times, " +"the behavior is implementation defined." +msgstr "" +"Функция B<tmpnam>() генерирует уникальное имя каждый раз, до B<TMP_MAX> " +"вызовов. Если она будет вызвана более чем B<TMP_MAX> раз, то дальнейшее " +"поведение определяется конкретной реализацией." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Although these functions generate names that are difficult to guess, it is " +"nevertheless possible that between the time that the pathname is returned " +"and the time that the program opens it, another program might create that " +"pathname using B<open>(2), or create it as a symbolic link. This can lead " +"to security holes. To avoid such possibilities, use the B<open>(2) " +"B<O_EXCL> flag to open the pathname. Or better yet, use B<mkstemp>(3) or " +"B<tmpfile>(3)." +msgstr "" +"Хотя эти функции генерируют имена, которые трудно подобрать, тем не менее, " +"есть вероятность, что за промежуток времени, когда вернётся имя файла и " +"программа откроет его, другая программа успеет создать с помощью B<open>(2) " +"файл с таким же именем или символическую ссылку, что может привести к " +"проблемам с безопасностью. Чтобы исключить подобную вероятность, для " +"открытия файла используйте B<open>(2) с флагом B<O_EXCL>. А ещё лучше — " +"воспользуйтесь B<mkstemp>(3) или B<tmpfile>(3)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Portable applications that use threads cannot call B<tmpnam>() with a NULL " +"argument if either B<_POSIX_THREADS> or B<_POSIX_THREAD_SAFE_FUNCTIONS> is " +"defined." +msgstr "" +"Если определён B<_POSIX_THREADS> или B<_POSIX_THREAD_SAFE_FUNCTIONS>, то в " +"переносимых приложениях с нитями нельзя вызывать B<tmpnam>() с аргументом " +"NULL." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BUGS" +msgstr "ДЕФЕКТЫ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Never use these functions. Use B<mkstemp>(3) or B<tmpfile>(3) instead." +msgstr "" +"Никогда не используйте эти функции. Вместо них используйте B<mkstemp>(3) или " +"B<tmpfile>(3)." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "СМ. ТАКЖЕ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<mkstemp>(3), B<mktemp>(3), B<tempnam>(3), B<tmpfile>(3)" +msgstr "B<mkstemp>(3), B<mktemp>(3), B<tempnam>(3), B<tmpfile>(3)" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-12-29" +msgstr "29 декабря 2022 г." + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Linux man-pages 6.03" + +#. type: Plain text +#: debian-bookworm +#, no-wrap +msgid "" +"B<char *tmpnam(char *>I<s>B<);>\n" +"B<char *tmpnam_r(char *>I<s>B<);>\n" +msgstr "" +"B<char *tmpnam(char *>I<s>B<);>\n" +"B<char *tmpnam_r(char *>I<s>B<);>\n" + +#. type: Plain text +#: debian-bookworm +#, fuzzy +#| msgid "" +#| "B<tmpnam>(): SVr4, 4.3BSD, C89, C99, POSIX.1-2001. POSIX.1-2008 marks " +#| "B<tmpnam>() as obsolete." +msgid "" +"B<tmpnam>(): SVr4, 4.3BSD, C99, POSIX.1-2001. POSIX.1-2008 marks " +"B<tmpnam>() as obsolete." +msgstr "" +"B<tmpnam>(): SVr4, 4.3BSD, C89, C99, POSIX.1-2001. В POSIX.1-2008 функция " +"B<tmpnam>() помечена как устаревшая." + +#. Appears to be on Solaris +#. type: Plain text +#: debian-bookworm +msgid "" +"B<tmpnam_r>() is a nonstandard extension that is also available on a few " +"other systems." +msgstr "" +"Функция B<tmpnam_r>() является нестандартным расширением, но доступна и в " +"некоторых других системах." + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-07-20" +msgstr "20 июля 2023 г." + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Linux man-pages 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2023-03-30" +msgstr "30 марта 2023 г." + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" |