# German translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Patrick Rother , 1996. # Chris Leick , 2010, 2012. # Mario Blättermann , 2020, 2021, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: manpages-de 3.40-0.1\n" "POT-Creation-Date: 2024-06-01 06:14+0200\n" "PO-Revision-Date: 2023-08-30 17:06+0200\n" "Last-Translator: Mario Blättermann \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 23.04.3\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "qsort" msgstr "qsort" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2. Mai 2024" #. type: TH #: archlinux debian-unstable #, no-wrap msgid "Linux man-pages 6.8" msgstr "Linux man-pages 6.8" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "BEZEICHNUNG" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "qsort, qsort_r - sort an array" msgstr "qsort, qsort_r - ein Feld sortieren" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "LIBRARY" msgstr "BIBLIOTHEK" #. 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, I<-lc>)" msgstr "Standard-C-Bibliothek (I, 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 "ÜBERSICHT" #. 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 Estdlib.hE>\n" msgstr "B<#include Estdlib.hE>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "BIB<[.>IB< * .>IB<], size_t >IB<, size_t >IB<,>\n" "B< int (*>IB<)(const void [.>IB<], const void [.>IB<]));>\n" "BIB<[.>IB< * .>IB<], size_t >IB<, size_t >IB<,>\n" "B< int (*>IB<)(const void [.>IB<], const void [.>IB<], void *),>\n" "B< void *>IB<);>\n" msgstr "" "BIB<[.>IB< * .>IB<], size_t >IB<, size_t >IB<,>\n" "B< int (*>IB<)(const void [.>IB<], const void [.>IB<]));>\n" "BIB<[.>IB< * .>IB<], size_t >IB<, size_t >IB<,>\n" "B< int (*>IB<)(const void [.>IB<], const void [.>IB<], void *),>\n" "B< void *>IB<);>\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(7)):" msgstr "" "Mit Glibc erforderliche Feature-Test-Makros (siehe " "B(7)):" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B():" msgstr "B():" #. 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 "BESCHREIBUNG" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() function sorts an array with I elements of size " "I. The I argument points to the start of the array." msgstr "" "Die Funktion B() sortiert ein Feld mit I Elementen der Größe " "I. Das Argument I zeigt auf den Anfang des Feldes." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The contents of the array are sorted in ascending order according to a " "comparison function pointed to by I, which is called with two " "arguments that point to the objects being compared." msgstr "" "Die Inhalte des Feldes werden in aufsteigender Reihenfolge sortiert, bezogen " "auf eine Vergleichsfunktion, auf die I zeigt. Diese wird mit zwei " "Argumenten aufgerufen, die auf die zu vergleichenden Objekte zeigen." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The comparison function must return an integer less than, equal to, or " "greater than zero if the first argument is considered to be respectively " "less than, equal to, or greater than the second. If two members compare as " "equal, their order in the sorted array is undefined." msgstr "" "Die Vergleichsfunktion muss eine Ganzzahl zurückgeben, die kleiner, gleich " "oder größer Null ist, je nachdem, ob das erste Argument kleiner, gleich oder " "größer als das zweite ist. Wenn zwei Inhalte des Feldes gleich sind, ist " "ihre Reihenfolge unbestimmt." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() function is identical to B() except that the " "comparison function I takes a third argument. A pointer is passed " "to the comparison function via I. In this way, the comparison function " "does not need to use global variables to pass through arbitrary arguments, " "and is therefore reentrant and safe to use in threads." msgstr "" "Die Funktion B() ist mit B() identisch, außer, dass die " "Vergleichsfunktion I ein drittes Argument entgegennimmt. An die " "Vergleichsfunktion wird ein Zeiger per I übergeben. Auf diese " "Weise benötigt die Vergleichsfunktion keine globalen Variablen, um beliebige " "Argumente weiterzureichen und ist daher ablaufinvariant und sicher für die " "Verwendung in Threads." #. 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 "RÜCKGABEWERT" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The B() and B() functions return no value." msgstr "Die Funktionen B() und B() geben keinen Wert zurück." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ATTRIBUTES" msgstr "ATTRIBUTE" #. 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(7)." msgstr "" "Siehe B(7) für eine Erläuterung der in diesem Abschnitt " "verwandten Ausdrücke." #. 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 "Schnittstelle" #. 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 "Attribut" #. 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 "Wert" #. 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(),\n" "B()" msgstr "" "B(),\n" "B()" #. 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 "Multithread-Fähigkeit" #. 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-Sicher" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "STANDARDS" msgstr "STANDARDS" #. type: TP #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B()" msgstr "B()" #. 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: SH #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "HISTORY" msgstr "GESCHICHTE" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "POSIX.1-2001, C89, SVr4, 4.3BSD." msgstr "POSIX.1-2001, C89, SVr4, 4.3BSD." #. type: TP #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B()" msgstr "B()" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "glibc 2.8." msgstr "Glibc 2.8." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NOTES" msgstr "ANMERKUNGEN" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "To compare C strings, the comparison function can call B(3), as " "shown in the example below." msgstr "" "Um C-Zeichenketten zu vergleichen, rufen Sie B(3) auf, wie es im " "folgenden Beispiel gezeigt wird." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "EXAMPLES" msgstr "BEISPIELE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "For one example of use, see the example under B(3)." msgstr "Ein Beispiel für den Gebrauch finden Sie unter B(3)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Another example is the following program, which sorts the strings given in " "its command-line arguments:" msgstr "" "Ein weiteres Beispiel ist das folgende Programm, das Zeichenketten sortiert, " "die als Befehlszeilen-Argumente übergebenen werden:" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed #, no-wrap msgid "" "#include Estdio.hE\n" "#include Estdlib.hE\n" "#include Estring.hE\n" "\\&\n" "static int\n" "cmpstringp(const void *p1, const void *p2)\n" "{\n" " /* The actual arguments to this function are \"pointers to\n" " pointers to char\", but strcmp(3) arguments are \"pointers\n" " to char\", hence the following cast plus dereference. */\n" "\\&\n" " return strcmp(*(const char **) p1, *(const char **) p2);\n" "}\n" "\\&\n" "int\n" "main(int argc, char *argv[])\n" "{\n" " if (argc E 2) {\n" " fprintf(stderr, \"Usage: %s EstringE...\\en\", argv[0]);\n" " exit(EXIT_FAILURE);\n" " }\n" "\\&\n" " qsort(&argv[1], argc - 1, sizeof(char *), cmpstringp);\n" "\\&\n" " for (size_t j = 1; j E argc; j++)\n" " puts(argv[j]);\n" " exit(EXIT_SUCCESS);\n" "}\n" msgstr "" "#include Estdio.hE\n" "#include Estdlib.hE\n" "#include Estring.hE\n" "\\&\n" "static int\n" "cmpstringp(const void *p1, const void *p2)\n" "{\n" " /* Die tatsächlichen Argumente dieser Funktion sind »Zeiger auf\n" " Zeiger auf char«, strcmp(3)-Argumente sind aber »Zeiger auf\n" " char«, daher wird im Folgenden umgewandelt und zurückverfolgt. */\n" "\\&\n" " return strcmp(*(const char **) p1, *(const char **) p2);\n" "}\n" "\\&\n" "int\n" "main(int argc, char *argv[])\n" "{\n" " if (argc E 2) {\n" " fprintf(stderr, \"Usage: %s EstringE...\\en\", argv[0]);\n" " exit(EXIT_FAILURE);\n" " }\n" "\\&\n" " qsort(&argv[1], argc - 1, sizeof(char *), cmpstringp);\n" "\\&\n" " for (size_t j = 1; j E argc; j++)\n" " puts(argv[j]);\n" " exit(EXIT_SUCCESS);\n" "}\n" #. SRC END #. 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 "SIEHE AUCH" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B(1), B(3), B(3), B(3)" msgstr "B(1), B(3), B(3), B(3)" #. type: TH #: debian-bookworm #, no-wrap msgid "2023-01-07" msgstr "7. Januar 2023" #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" #. type: SH #: debian-bookworm #, no-wrap msgid "VERSIONS" msgstr "VERSIONEN" #. type: Plain text #: debian-bookworm msgid "B() was added in glibc 2.8." msgstr "B() wurde zur Glibc 2.8 hinzugefügt." #. type: Plain text #: debian-bookworm msgid "B(): POSIX.1-2001, POSIX.1-2008, C99, SVr4, 4.3BSD." msgstr "B(): POSIX.1-2001, POSIX.1-2008, C99, SVr4, 4.3BSD." #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" "#include Estdio.hE\n" "#include Estdlib.hE\n" "#include Estring.hE\n" msgstr "" "#include Estdio.hE\n" "#include Estdlib.hE\n" "#include Estring.hE\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" "static int\n" "cmpstringp(const void *p1, const void *p2)\n" "{\n" " /* The actual arguments to this function are \"pointers to\n" " pointers to char\", but strcmp(3) arguments are \"pointers\n" " to char\", hence the following cast plus dereference. */\n" msgstr "" "static int\n" "cmpstringp(const void *p1, const void *p2)\n" "{\n" " /* Die tatsächlichen Argumente dieser Funktion sind »Zeiger auf\n" " Zeiger auf char«, strcmp(3)-Argumente sind aber »Zeiger auf\n" " char«, daher wird im Folgenden umgewandelt und zurückverfolgt. */\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " return strcmp(*(const char **) p1, *(const char **) p2);\n" "}\n" msgstr "" " return strcmp(*(const char **) p1, *(const char **) p2);\n" "}\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" "int\n" "main(int argc, char *argv[])\n" "{\n" " if (argc E 2) {\n" " fprintf(stderr, \"Usage: %s EstringE...\\en\", argv[0]);\n" " exit(EXIT_FAILURE);\n" " }\n" msgstr "" "int\n" "main(int argc, char *argv[])\n" "{\n" " if (argc E 2) {\n" " fprintf(stderr, \"Aufruf: %s EZeichenketteE…\\en\", argv[0]);\n" " exit(EXIT_FAILURE);\n" " }\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid " qsort(&argv[1], argc - 1, sizeof(char *), cmpstringp);\n" msgstr " qsort(&argv[1], argc - 1, sizeof(char *), cmpstringp);\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " for (size_t j = 1; j E argc; j++)\n" " puts(argv[j]);\n" " exit(EXIT_SUCCESS);\n" "}\n" msgstr "" " for (size_t j = 1; j E argc; j++)\n" " puts(argv[j]);\n" " exit(EXIT_SUCCESS);\n" "}\n" #. type: TH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31. Oktober 2023" #. type: TH #: fedora-40 mageia-cauldron #, no-wrap msgid "Linux man-pages 6.06" msgstr "Linux man-pages 6.06" #. type: TH #: fedora-rawhide #, no-wrap msgid "Linux man-pages 6.7" msgstr "Linux man-pages 6.7" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "2023-03-30" msgstr "30. März 2023" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux-Handbuchseiten 6.04" #. type: TH #: opensuse-tumbleweed #, no-wrap msgid "Linux man-pages (unreleased)" msgstr "Linux man-pages (unveröffentlicht)"