summaryrefslogtreecommitdiffstats
path: root/po/ro/man3/unlocked_stdio.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ro/man3/unlocked_stdio.3.po')
-rw-r--r--po/ro/man3/unlocked_stdio.3.po664
1 files changed, 664 insertions, 0 deletions
diff --git a/po/ro/man3/unlocked_stdio.3.po b/po/ro/man3/unlocked_stdio.3.po
new file mode 100644
index 00000000..d3f5cfb9
--- /dev/null
+++ b/po/ro/man3/unlocked_stdio.3.po
@@ -0,0 +1,664 @@
+# Romanian translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2024.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n 4.21.0\n"
+"POT-Creation-Date: 2024-03-01 17:12+0100\n"
+"PO-Revision-Date: 2024-02-02 09:42+0100\n"
+"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n"
+"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
+"Language: ro\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2;\n"
+"X-Generator: Poedit 3.2.2\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "unlocked_stdio"
+msgstr "unlocked_stdio"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31 octombrie 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Pagini de manual de Linux 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 "NUME"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - "
+"nonlocking stdio functions"
+msgstr ""
+"getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - funcții "
+"stdio care nu blochează"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "BIBLIOTECA"
+
+#. 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 "Biblioteca C standard (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "REZUMAT"
+
+#. 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-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<int getc_unlocked(FILE *>I<stream>B<);>\n"
+"B<int getchar_unlocked(void);>\n"
+"B<int putc_unlocked(int >I<c>B<, FILE *>I<stream>B<);>\n"
+"B<int putchar_unlocked(int >I<c>B<);>\n"
+msgstr ""
+"B<int getc_unlocked(FILE *>I<stream>B<);>\n"
+"B<int getchar_unlocked(void);>\n"
+"B<int putc_unlocked(int >I<c>B<, FILE *>I<stream>B<);>\n"
+"B<int putchar_unlocked(int >I<c>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<void clearerr_unlocked(FILE *>I<stream>B<);>\n"
+"B<int feof_unlocked(FILE *>I<stream>B<);>\n"
+"B<int ferror_unlocked(FILE *>I<stream>B<);>\n"
+"B<int fileno_unlocked(FILE *>I<stream>B<);>\n"
+"B<int fflush_unlocked(FILE *_Nullable >I<stream>B<);>\n"
+msgstr ""
+"B<void clearerr_unlocked(FILE *>I<stream>B<);>\n"
+"B<int feof_unlocked(FILE *>I<stream>B<);>\n"
+"B<int ferror_unlocked(FILE *>I<stream>B<);>\n"
+"B<int fileno_unlocked(FILE *>I<stream>B<);>\n"
+"B<int fflush_unlocked(FILE *_Nullable >I<stream>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<int fgetc_unlocked(FILE *>I<stream>B<);>\n"
+"B<int fputc_unlocked(int >I<c>B<, FILE *>I<stream>B<);>\n"
+msgstr ""
+"B<int fgetc_unlocked(FILE *>I<stream>B<);>\n"
+"B<int fputc_unlocked(int >I<c>B<, FILE *>I<stream>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<size_t fread_unlocked(void >I<ptr>B<[restrict .>I<size>B< * .>I<n>B<],>\n"
+"B< size_t >I<size>B<, size_t >I<n>B<,>\n"
+"B< FILE *restrict >I<stream>B<);>\n"
+"B<size_t fwrite_unlocked(const void >I<ptr>B<[restrict .>I<size>B< * .>I<n>B<],>\n"
+"B< size_t >I<size>B<, size_t >I<n>B<,>\n"
+"B< FILE *restrict >I<stream>B<);>\n"
+msgstr ""
+"B<size_t fread_unlocked(void >I<ptr>B<[restrict .>I<size>B< * .>I<n>B<],>\n"
+"B< size_t >I<size>B<, size_t >I<n>B<,>\n"
+"B< FILE *restrict >I<stream>B<);>\n"
+"B<size_t fwrite_unlocked(const void >I<ptr>B<[restrict .>I<size>B< * .>I<n>B<],>\n"
+"B< size_t >I<size>B<, size_t >I<n>B<,>\n"
+"B< FILE *restrict >I<stream>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<char *fgets_unlocked(char >I<s>B<[restrict .>I<n>B<], int >I<n>B<, FILE *restrict >I<stream>B<);>\n"
+"B<int fputs_unlocked(const char *restrict >I<s>B<, FILE *restrict >I<stream>B<);>\n"
+msgstr ""
+"B<char *fgets_unlocked(char >I<s>B<[restrict .>I<n>B<], int >I<n>B<, FILE *restrict >I<stream>B<);>\n"
+"B<int fputs_unlocked(const char *restrict >I<s>B<, FILE *restrict >I<stream>B<);>\n"
+
+#. 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>wchar.hE<gt>>\n"
+msgstr "B<#include E<lt>wchar.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<wint_t getwc_unlocked(FILE *>I<stream>B<);>\n"
+"B<wint_t getwchar_unlocked(void);>\n"
+"B<wint_t fgetwc_unlocked(FILE *>I<stream>B<);>\n"
+msgstr ""
+"B<wint_t getwc_unlocked(FILE *>I<stream>B<);>\n"
+"B<wint_t getwchar_unlocked(void);>\n"
+"B<wint_t fgetwc_unlocked(FILE *>I<stream>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<wint_t fputwc_unlocked(wchar_t >I<wc>B<, FILE *>I<stream>B<);>\n"
+"B<wint_t putwc_unlocked(wchar_t >I<wc>B<, FILE *>I<stream>B<);>\n"
+"B<wint_t putwchar_unlocked(wchar_t >I<wc>B<);>\n"
+msgstr ""
+"B<wint_t fputwc_unlocked(wchar_t >I<wc>B<, FILE *>I<stream>B<);>\n"
+"B<wint_t putwc_unlocked(wchar_t >I<wc>B<, FILE *>I<stream>B<);>\n"
+"B<wint_t putwchar_unlocked(wchar_t >I<wc>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<wchar_t *fgetws_unlocked(wchar_t >I<ws>B<[restrict .>I<n>B<], int >I<n>B<,>\n"
+"B< FILE *restrict >I<stream>B<);>\n"
+"B<int fputws_unlocked(const wchar_t *restrict >I<ws>B<,>\n"
+"B< FILE *restrict >I<stream>B<);>\n"
+msgstr ""
+"B<wchar_t *fgetws_unlocked(wchar_t >I<ws>B<[restrict .>I<n>B<], int >I<n>B<,>\n"
+"B< FILE *restrict >I<stream>B<);>\n"
+"B<int fputws_unlocked(const wchar_t *restrict >I<ws>B<,>\n"
+"B< FILE *restrict >I<stream>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 ""
+"Cerințe pentru macrocomenzi de testare a caracteristicilor pentru glibc "
+"(consultați B<feature_test_macros>(7)):"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid ""
+"B<\\%getc_unlocked>(), B<\\%getchar_unlocked>(), B<\\%putc_unlocked>(), B<\\"
+"%putchar_unlocked>():"
+msgstr ""
+"B<\\%getc_unlocked>(), B<\\%getchar_unlocked>(), B<\\%putc_unlocked>(), B<\\"
+"%putchar_unlocked>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" /* glibc E<gt>= 2.24: */ _POSIX_C_SOURCE E<gt>= 199309L\n"
+" || /* glibc E<lt>= 2.23: */ _POSIX_C_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n"
+msgstr ""
+" /* glibc E<gt>= 2.24: */ _POSIX_C_SOURCE E<gt>= 199309L\n"
+" || /* glibc E<lt>= 2.23: */ _POSIX_C_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid ""
+"B<\\%clearerr_unlocked>(), B<\\%feof_unlocked>(), B<\\%ferror_unlocked>(), "
+"B<\\%fileno_unlocked>(), B<\\%fflush_unlocked>(), B<\\%fgetc_unlocked>(), "
+"B<\\%fputc_unlocked>(), B<\\%fread_unlocked>(), B<\\%fwrite_unlocked>():"
+msgstr ""
+"B<\\%clearerr_unlocked>(), B<\\%feof_unlocked>(), B<\\%ferror_unlocked>(), "
+"B<\\%fileno_unlocked>(), B<\\%fflush_unlocked>(), B<\\%fgetc_unlocked>(), "
+"B<\\%fputc_unlocked>(), B<\\%fread_unlocked>(), B<\\%fwrite_unlocked>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" /* glibc E<gt>= 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n"
+msgstr ""
+" /* glibc E<gt>= 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid ""
+"B<\\%fgets_unlocked>(), B<\\%fputs_unlocked>(), B<\\%getwc_unlocked>(), B<\\"
+"%getwchar_unlocked>(), B<\\%fgetwc_unlocked>(), B<\\%fputwc_unlocked>(), B<\\"
+"%putwchar_unlocked>(), B<\\%fgetws_unlocked>(), B<\\%fputws_unlocked>():"
+msgstr ""
+"B<\\%fgets_unlocked>(), B<\\%fputs_unlocked>(), B<\\%getwc_unlocked>(), B<\\"
+"%getwchar_unlocked>(), B<\\%fgetwc_unlocked>(), B<\\%fputwc_unlocked>(), B<\\"
+"%putwchar_unlocked>(), B<\\%fgetws_unlocked>(), B<\\%fputws_unlocked>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid " _GNU_SOURCE\n"
+msgstr " _GNU_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 "DESCRIERE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Each of these functions has the same behavior as its counterpart without the "
+"\"_unlocked\" suffix, except that they do not use locking (they do not set "
+"locks themselves, and do not test for the presence of locks set by others) "
+"and hence are thread-unsafe. See B<flockfile>(3)."
+msgstr ""
+"Fiecare dintre aceste funcții are același comportament ca și omologul său "
+"fără sufixul „_unlocked”, cu excepția faptului că nu utilizează blocarea (nu "
+"stabilesc ele însele blocaje și nu testează prezența unor blocaje stabilite "
+"de altele) și, prin urmare, sunt nesigure pentru fire. A se vedea "
+"B<flockfile>(3)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ATTRIBUTES"
+msgstr "ATRIBUTE"
+
+#. 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 ""
+"Pentru o explicație a termenilor folosiți în această secțiune, a se vedea "
+"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 "Interfață"
+
+#. 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 "Atribut"
+
+#. 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 "Valoare"
+
+#. 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"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<getc_unlocked>(),\n"
+"B<putc_unlocked>(),\n"
+"B<clearerr_unlocked>(),\n"
+"B<fflush_unlocked>(),\n"
+"B<fgetc_unlocked>(),\n"
+"B<fputc_unlocked>(),\n"
+"B<fread_unlocked>(),\n"
+"B<fwrite_unlocked>(),\n"
+"B<fgets_unlocked>(),\n"
+"B<fputs_unlocked>(),\n"
+"B<getwc_unlocked>(),\n"
+"B<fgetwc_unlocked>(),\n"
+"B<fputwc_unlocked>(),\n"
+"B<putwc_unlocked>(),\n"
+"B<fgetws_unlocked>(),\n"
+"B<fputws_unlocked>()"
+msgstr ""
+"B<getc_unlocked>(),\n"
+"B<putc_unlocked>(),\n"
+"B<clearerr_unlocked>(),\n"
+"B<fflush_unlocked>(),\n"
+"B<fgetc_unlocked>(),\n"
+"B<fputc_unlocked>(),\n"
+"B<fread_unlocked>(),\n"
+"B<fwrite_unlocked>(),\n"
+"B<fgets_unlocked>(),\n"
+"B<fputs_unlocked>(),\n"
+"B<getwc_unlocked>(),\n"
+"B<fgetwc_unlocked>(),\n"
+"B<fputwc_unlocked>(),\n"
+"B<putwc_unlocked>(),\n"
+"B<fgetws_unlocked>(),\n"
+"B<fputws_unlocked>()"
+
+#. 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 "Siguranța firelor"
+
+#. 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 race:stream"
+msgstr "MT-Safe race:stream"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<getchar_unlocked>(),\n"
+"B<getwchar_unlocked>()"
+msgstr ""
+"B<getchar_unlocked>(),\n"
+"B<getwchar_unlocked>()"
+
+#. 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:stdin"
+msgstr "MT-Unsafe race:stdin"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<putchar_unlocked>(),\n"
+"B<putwchar_unlocked>()"
+msgstr ""
+"B<putchar_unlocked>(),\n"
+"B<putwchar_unlocked>()"
+
+#. 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:stdout"
+msgstr "MT-Unsafe race:stdout"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<feof_unlocked>(),\n"
+"B<ferror_unlocked>(),\n"
+"B<fileno_unlocked>()"
+msgstr ""
+"B<feof_unlocked>(),\n"
+"B<ferror_unlocked>(),\n"
+"B<fileno_unlocked>()"
+
+#. 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 "STANDARDE"
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<getc_unlocked>()"
+msgstr "B<getc_unlocked>()"
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<getchar_unlocked>()"
+msgstr "B<getchar_unlocked>()"
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<putc_unlocked>()"
+msgstr "B<putc_unlocked>()"
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<putchar_unlocked>()"
+msgstr "B<putchar_unlocked>()"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Others:"
+msgstr "Altele:"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "None."
+msgstr "Niciunul."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "ISTORIC"
+
+#. E.g., in HP-UX 10.0. In HP-UX 10.30 they are called obsolescent, and
+#. moved to a compatibility library.
+#. Available in HP-UX 10.0: clearerr_unlocked, fclose_unlocked,
+#. feof_unlocked, ferror_unlocked, fflush_unlocked, fgets_unlocked,
+#. fgetwc_unlocked, fgetws_unlocked, fileno_unlocked, fputs_unlocked,
+#. fputwc_unlocked, fputws_unlocked, fread_unlocked, fseek_unlocked,
+#. ftell_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
+#. getw_unlocked, getwc_unlocked, getwchar_unlocked, putc_unlocked,
+#. putchar_unlocked, puts_unlocked, putws_unlocked, putw_unlocked,
+#. putwc_unlocked, putwchar_unlocked, rewind_unlocked, setvbuf_unlocked,
+#. ungetc_unlocked, ungetwc_unlocked.
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2001."
+msgstr "POSIX.1-2001."
+
+#. 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 "CONSULTAȚI ȘI"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<flockfile>(3), B<stdio>(3)"
+msgstr "B<flockfile>(3), B<stdio>(3)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5 februarie 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Pagini de manual de Linux 6.03"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"B<void clearerr_unlocked(FILE *>I<stream>B<);>\n"
+"B<int feof_unlocked(FILE *>I<stream>B<);>\n"
+"B<int ferror_unlocked(FILE *>I<stream>B<);>\n"
+"B<int fileno_unlocked(FILE *>I<stream>B<);>\n"
+"B<int fflush_unlocked(FILE *>I<stream>B<);>\n"
+msgstr ""
+"B<void clearerr_unlocked(FILE *>I<stream>B<);>\n"
+"B<int feof_unlocked(FILE *>I<stream>B<);>\n"
+"B<int ferror_unlocked(FILE *>I<stream>B<);>\n"
+"B<int fileno_unlocked(FILE *>I<stream>B<);>\n"
+"B<int fflush_unlocked(FILE *>I<stream>B<);>\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"B<getc_unlocked>(), B<getchar_unlocked>(), B<putc_unlocked>(), "
+"B<putchar_unlocked>():"
+msgstr ""
+"B<getc_unlocked>(), B<getchar_unlocked>(), B<putc_unlocked>(), "
+"B<putchar_unlocked>():"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"B<clearerr_unlocked>(), B<feof_unlocked>(), B<ferror_unlocked>(), "
+"B<fileno_unlocked>(), B<fflush_unlocked>(), B<fgetc_unlocked>(), "
+"B<fputc_unlocked>(), B<fread_unlocked>(), B<fwrite_unlocked>():"
+msgstr ""
+"B<clearerr_unlocked>(), B<feof_unlocked>(), B<ferror_unlocked>(), "
+"B<fileno_unlocked>(), B<fflush_unlocked>(), B<fgetc_unlocked>(), "
+"B<fputc_unlocked>(), B<fread_unlocked>(), B<fwrite_unlocked>():"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"B<fgets_unlocked>(), B<fputs_unlocked>(), B<getwc_unlocked>(), "
+"B<getwchar_unlocked>(), B<fgetwc_unlocked>(), B<fputwc_unlocked>(), "
+"B<putwchar_unlocked>(), B<fgetws_unlocked>(), B<fputws_unlocked>():"
+msgstr ""
+"B<fgets_unlocked>(), B<fputs_unlocked>(), B<getwc_unlocked>(), "
+"B<getwchar_unlocked>(), B<fgetwc_unlocked>(), B<fputwc_unlocked>(), "
+"B<putwchar_unlocked>(), B<fgetws_unlocked>(), B<fputws_unlocked>():"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"The four functions B<getc_unlocked>(), B<getchar_unlocked>(), "
+"B<putc_unlocked>(), B<putchar_unlocked>() are in POSIX.1-2001 and "
+"POSIX.1-2008."
+msgstr ""
+"Cele patru funcții B<getc_unlocked>(), B<getchar_unlocked>(), "
+"B<putc_unlocked>(), B<putchar_unlocked>() se regăsesc în POSIX.1-2001 și "
+"POSIX.1-2008."
+
+#. E.g., in HP-UX 10.0. In HP-UX 10.30 they are called obsolescent, and
+#. moved to a compatibility library.
+#. Available in HP-UX 10.0: clearerr_unlocked, fclose_unlocked,
+#. feof_unlocked, ferror_unlocked, fflush_unlocked, fgets_unlocked,
+#. fgetwc_unlocked, fgetws_unlocked, fileno_unlocked, fputs_unlocked,
+#. fputwc_unlocked, fputws_unlocked, fread_unlocked, fseek_unlocked,
+#. ftell_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
+#. getw_unlocked, getwc_unlocked, getwchar_unlocked, putc_unlocked,
+#. putchar_unlocked, puts_unlocked, putws_unlocked, putw_unlocked,
+#. putwc_unlocked, putwchar_unlocked, rewind_unlocked, setvbuf_unlocked,
+#. ungetc_unlocked, ungetwc_unlocked.
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"The nonstandard B<*_unlocked>() variants occur on a few UNIX systems, and "
+"are available in recent glibc. They should probably not be used."
+msgstr ""
+"Variantele nestandardizate B<*_unlocked>() apar pe câteva sisteme UNIX și "
+"sunt disponibile în versiunile recente ale glibc. Probabil că nu ar trebui "
+"să fie utilizate."
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "2023-07-30"
+msgstr "30 iulie 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Pagini de manual de Linux 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30 martie 2023"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Pagini de manual de Linux 6.04"