.\" -*- coding: UTF-8 -*- .\" Copyright (c) 2008, Linux Foundation, written by Michael Kerrisk .\" .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH GETUTMP 3 "2. März 2015" Linux Linux\-Programmierhandbuch .SH BEZEICHNUNG getutmp, getutmpx \- Utmp\-Struktur nach Utmpx kopieren und umgekehrt .SH ÜBERSICHT .nf \fB#define _GNU_SOURCE\fP /* Siehe feature_test_macros(7) */ \fB#include \fP .PP \fB void getutmp(const struct utmpx *\fP\fIux\fP\fB, struct utmp *\fP\fIu\fP\fB);\fP \fB void getutmpx(const struct utmp *\fP\fIu\fP\fB, struct utmpx *\fP\fIux\fP\fB);\fP .fi .SH BESCHREIBUNG Die Funktion \fBgetutmp\fP() kopiert die Felder der Struktur \fIutmpx\fP, auf die \fIux\fP zeigt, in die entsprechenden Felder der Struktur \fIutmp\fP, auf die \fIu\fP zeigt. Die Funktion \fBgetutmpx\fP() führt die umgekehrte Aktion durch. .SH RÜCKGABEWERT Diese Funktionen liefern keinen Wert zurück. .SH VERSIONEN Diese Funktionen erschienen erstmalig in Glibc Version 2.1.1. .SH ATTRIBUTE Siehe \fBattributes\fP(7) für eine Erläuterung der in diesem Abschnitt verwandten Ausdrücke. .TS allbox; lbw21 lb lb l l l. Schnittstelle Attribut Wert T{ \fBgetutmp\fP(), \fBgetutmpx\fP() T} Multithread\-Fähigkeit MT\-Safe .TE .SH "KONFORM ZU" Diese Funktionen sind in keinem Standard, tauchen aber auf einigen anderen Systemen wie Solaris und NetBSD auch auf. .SH ANMERKUNGEN .\" e.g., on Solaris, the utmpx structure is rather larger than utmp. Diese Funktionen existieren primär zur Kompatibilität mit anderen Systemen, bei denen die Strukturen \fIutmp\fP und \fIutmpx\fP andere Felder enthalten oder die Größe der entsprechenden Felder verschieden ist. Unter Linux enthalten die beiden Strukturen die gleichen Felder und die Felder haben die gleiche Größe. .SH "SIEHE AUCH" \fButmpdump\fP(1), \fBgetutent\fP(3), \fButmp\fP(5) .SH KOLOPHON Diese Seite ist Teil der Veröffentlichung 5.10 des Projekts Linux\-\fIman\-pages\fP. Eine Beschreibung des Projekts, Informationen, wie Fehler gemeldet werden können, sowie die aktuelle Version dieser Seite finden sich unter \%https://www.kernel.org/doc/man\-pages/. .PP .SH ÜBERSETZUNG Die deutsche Übersetzung dieser Handbuchseite wurde von Helge Kreutzmann erstellt. .PP Diese Übersetzung ist Freie Dokumentation; lesen Sie die .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE oder neuer bezüglich der Copyright-Bedingungen. Es wird KEINE HAFTUNG übernommen. .PP Wenn Sie Fehler in der Übersetzung dieser Handbuchseite finden, schicken Sie bitte eine E-Mail an die .MT debian-l10n-german@lists.debian.org Mailingliste der Übersetzer .ME .