diff options
Diffstat (limited to 'po/pl/man3/unlocked_stdio.3.po')
-rw-r--r-- | po/pl/man3/unlocked_stdio.3.po | 702 |
1 files changed, 702 insertions, 0 deletions
diff --git a/po/pl/man3/unlocked_stdio.3.po b/po/pl/man3/unlocked_stdio.3.po new file mode 100644 index 00000000..f275bc0b --- /dev/null +++ b/po/pl/man3/unlocked_stdio.3.po @@ -0,0 +1,702 @@ +# Polish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>, 2001. +# Robert Luberda <robert@debian.org>, 2006, 2012, 2017, 2019. +# Michał Kułach <michal.kulach@gmail.com>, 2016. +msgid "" +msgstr "" +"Project-Id-Version: manpages-pl\n" +"POT-Creation-Date: 2024-03-01 17:12+0100\n" +"PO-Revision-Date: 2019-08-16 21:13+0100\n" +"Last-Translator: Robert Luberda <robert@debian.org>\n" +"Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 2.0\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 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 października 2023 r." + +#. 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 "NAZWA" + +#. 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 - " +"nieblokujące funkcje standardowego wejścia/wyjścia" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIBRARY" +msgstr "BIBLIOTEKA" + +#. 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 "Standardowa biblioteka C (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 "SKŁADNIA" + +#. 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 +#, fuzzy, 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" +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 *>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 "" +"Wymagane ustawienia makr biblioteki glibc (patrz B<feature_test_macros>(7)):" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "B<getc_unlocked>(), B<getchar_unlocked>(), B<putc_unlocked>(), " +#| "B<putchar_unlocked>():" +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 +#, fuzzy, 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" +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 +#, fuzzy +#| 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>():" +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 +#, fuzzy +#| 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>():" +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 "OPIS" + +#. 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 "" +"Każda z tych funkcji zachowuje się tak samo, jak jej odpowiednik bez " +"przyrostka \"_unlocked\" z tym wyjątkiem, że nie używają one blokad (same " +"nie ustawiają blokad, jak też nie sprawdzają, czy blokada została ustawiona " +"przez innych) i z tego względu nie są bezpieczne w trybie wielowątkowym. " +"Zobacz 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 "ATRYBUTY" + +#. 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 "" +"Informacje o pojęciach używanych w tym rozdziale można znaleźć w podręczniku " +"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 "Interfejs" + +#. 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 "Atrybut" + +#. 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 "Wartość" + +#. 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 "Bezpieczeństwo wątkowe" + +#. 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-bezpieczne 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-bezpieczne" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STANDARDS" +msgstr "STANDARDY" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<getsockname>(2)" +msgid "B<getc_unlocked>()" +msgstr "B<getsockname>(2)" + +#. type: TQ +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "" +#| "B<getchar_unlocked>(),\n" +#| "B<getwchar_unlocked>()" +msgid "B<getchar_unlocked>()" +msgstr "" +"B<getchar_unlocked>(),\n" +"B<getwchar_unlocked>()" + +#. type: TQ +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<socket>(2)" +msgid "B<putc_unlocked>()" +msgstr "B<socket>(2)" + +#. type: TQ +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "" +#| "B<putchar_unlocked>(),\n" +#| "B<putwchar_unlocked>()" +msgid "B<putchar_unlocked>()" +msgstr "" +"B<putchar_unlocked>(),\n" +"B<putwchar_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 +#, fuzzy, no-wrap +#| msgid "other" +msgid "Others:" +msgstr "other" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "None." +msgstr "" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "HISTORY" +msgstr "HISTORIA" + +#. 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 "ZOBACZ TAKŻE" + +#. 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 lutego 2023 r." + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Linux man-pages 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 "" +"Cztery następujące funkcje: B<getc_unlocked>(), B<getchar_unlocked>(), " +"B<putc_unlocked>() i B<putchar_unlocked>() występują w 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 "" +"Niestandardowe odmiany funkcji B<*_unlocked>() występują również w kilku " +"systemach z rodziny Uniksów, jak też są dostępne w najnowszych wersjach " +"glibc. Raczej nie należy ich używać." + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-07-30" +msgstr "30 lipca 2023 r." + +#. 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 marca 2023 r." + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" |