.\" -*- coding: UTF-8 -*- .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45) .\" .\" Standard preamble: .\" ======================================================================== .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .de IX .. .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .if n .ds AD l .\" .\" Required to disable full justification in groff 1.23.0. .\" ======================================================================== .\" .IX Title "ERR_ERROR_STRING 3ssl" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH ERR_ERROR_STRING 3ssl "7 أبريل 2026" 3.6.2 OpenSSL .if n .ad l .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .nh .SH الاسم ERR_error_string, ERR_error_string_n, ERR_lib_error_string, ERR_func_error_string, ERR_reason_error_string \- الحصول على رسالة خطأ مقروءة بشريًا .SH موجز .IX Header موجز .Vb 1 \& #include \& \& char *ERR_error_string(unsigned long e, char *buf); \& void ERR_error_string_n(unsigned long e, char *buf, size_t len); \& \& const char *ERR_lib_error_string(unsigned long e); \& const char *ERR_reason_error_string(unsigned long e); .Ve .PP مُهمَل في OpenSSL 3.0: .PP .Vb 1 \& const char *ERR_func_error_string(unsigned long e); .Ve .SH الوصف .IX Header الوصف \&تولد الدالة \fBERR_error_string()\fP سلسلة محارف مقروءة بشريًا تمثل رمز الخطأ \fIe\fP، وتضعها في \fIbuf\fP. يجب أن يكون طول \fIbuf\fP 256 بايت على الأقل. إذا كان \fIbuf\fP هو \fBNULL\fP، توضع سلسلة الخطأ في مخزن مؤقت ثابت. لاحظ أن هذه الدالة ليست آمنة للخيوط ولا تتحقق من حجم المخزن المؤقت؛ استخدم \fBERR_error_string_n()\fP بدلاً منها. .PP \&\fBERR_error_string_n()\fP هي متغير من \fBERR_error_string()\fP يكتب على الأكثر \fIlen\fP حرفًا (بما في ذلك الصفر الختامي) ويقوم باقتطاع السلسلة إذا لزم الأمر. بالنسبة لـ \fBERR_error_string_n()\fP، يجب ألا يكون \fIbuf\fP \fBNULL\fP. .PP ستكون السلسلة بالتنسيق التالي: .PP .Vb 1 \& error:[error code]:[library name]::[reason string] .Ve .PP \&\fIرمز الخطأ\fP هو رقم سداسي عشري مكون من 8 أرقام، و\fIاسم المكتبة\fP و\&\fIسلسلة السبب\fP هما نص ASCII. .PP \&ترجع \fBERR_lib_error_string()\fP و \fBERR_reason_error_string()\fP اسم المكتبة وسلسلة السبب على التوالي. .PP إذا لم تكن هناك سلسلة نصية مسجلة لرمز الخطأ المعطى، فستحتوي سلسلة الخطأ على الرمز الرقمي. .PP \&يمكن استخدام \fBERR_print_errors\fP\|(3) لطباعة جميع رموز الخطأ الموجودة حاليًا في الطابور. .SH "القيم المُرجعة" .IX Header "القيم المُرجعة" \&ترجع \fBERR_error_string()\fP مؤشرًا إلى مخزن مؤقت ثابت يحتوي على السلسلة إذا كان \fIbuf\fP \fB== NULL\fP، وإلا ترجع \fIbuf\fP. .PP \&ترجع \fBERR_lib_error_string()\fP و \fBERR_reason_error_string()\fP السلاسل، و \fBNULL\fP إذا لم يُسجل أي شيء لرمز الخطأ. .PP \&ترجع \fBERR_func_error_string()\fP NULL. .SH "انظر أيضًا" .IX Header "انظر أيضًا" \&\fBERR_get_error\fP\|(3), \&\fBERR_print_errors\fP\|(3) .SH التاريخ .IX Header التاريخ \&أصبحت \fBERR_func_error_string()\fP مُهمَلة في OpenSSL 3.0. .SH "حقوق النسخ" .IX Header "حقوق النسخ" حقوق النشر 2000\-2017 لمؤلفي مشروع OpenSSL. جميع الحقوق محفوظة. .PP مرخص بموجب رخصة Apache 2.0 (المشار إليها فيما يلي بـ ”الرخصة“). لا يجوز لك استخدام هذا الملف إلا وفقًا لشروط الرخصة. يمكنك الحصول على نسخة منها في الملف LICENSE الموجود في حزمة التوزيع المصدرية أو على الرابط . .PP .SH ترجمة تُرجمت هذه الصفحة من الدليل بواسطة زايد السعيدي . .PP هذه الترجمة هي وثيقة مجانية؛ راجع .UR https://www.gnu.org/licenses/gpl-3.0.html رخصة جنو العامة الإصدار 3 .UE أو ما بعده للاطلاع على شروط حقوق النشر. لا توجد أي ضمانات. .PP إذا وجدت أي أخطاء في ترجمة صفحة الدليل هذه، يرجى إرسال بريد إلكتروني إلى قائمة بريد المترجمين: .MT kde-l10n-ar@kde.org .ME .