LCOV - code coverage report
Current view: top level - src - err-codes.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 17 19 89.5 %
Date: 2016-09-12 12:19:50 Functions: 1 1 100.0 %

          Line data    Source code
       1             : /* Output of mkstrtable.awk.  DO NOT EDIT.  */
       2             : 
       3             : /* err-codes.h - List of error codes and their description.
       4             :    Copyright (C) 2003, 2004 g10 Code GmbH
       5             : 
       6             :    This file is part of libgpg-error.
       7             : 
       8             :    libgpg-error is free software; you can redistribute it and/or
       9             :    modify it under the terms of the GNU Lesser General Public License
      10             :    as published by the Free Software Foundation; either version 2.1 of
      11             :    the License, or (at your option) any later version.
      12             : 
      13             :    libgpg-error is distributed in the hope that it will be useful, but
      14             :    WITHOUT ANY WARRANTY; without even the implied warranty of
      15             :    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      16             :    Lesser General Public License for more details.
      17             : 
      18             :    You should have received a copy of the GNU Lesser General Public
      19             :    License along with libgpg-error; if not, write to the Free
      20             :    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
      21             :    02111-1307, USA.  */
      22             : 
      23             : 
      24             : /* The purpose of this complex string table is to produce
      25             :    optimal code with a minimum of relocations.  */
      26             : 
      27             : static const char msgstr[] = 
      28             :   gettext_noop ("Success") "\0"
      29             :   gettext_noop ("General error") "\0"
      30             :   gettext_noop ("Unknown packet") "\0"
      31             :   gettext_noop ("Unknown version in packet") "\0"
      32             :   gettext_noop ("Invalid public key algorithm") "\0"
      33             :   gettext_noop ("Invalid digest algorithm") "\0"
      34             :   gettext_noop ("Bad public key") "\0"
      35             :   gettext_noop ("Bad secret key") "\0"
      36             :   gettext_noop ("Bad signature") "\0"
      37             :   gettext_noop ("No public key") "\0"
      38             :   gettext_noop ("Checksum error") "\0"
      39             :   gettext_noop ("Bad passphrase") "\0"
      40             :   gettext_noop ("Invalid cipher algorithm") "\0"
      41             :   gettext_noop ("Keyring open") "\0"
      42             :   gettext_noop ("Invalid packet") "\0"
      43             :   gettext_noop ("Invalid armor") "\0"
      44             :   gettext_noop ("No user ID") "\0"
      45             :   gettext_noop ("No secret key") "\0"
      46             :   gettext_noop ("Wrong secret key used") "\0"
      47             :   gettext_noop ("Bad session key") "\0"
      48             :   gettext_noop ("Unknown compression algorithm") "\0"
      49             :   gettext_noop ("Number is not prime") "\0"
      50             :   gettext_noop ("Invalid encoding method") "\0"
      51             :   gettext_noop ("Invalid encryption scheme") "\0"
      52             :   gettext_noop ("Invalid signature scheme") "\0"
      53             :   gettext_noop ("Invalid attribute") "\0"
      54             :   gettext_noop ("No value") "\0"
      55             :   gettext_noop ("Not found") "\0"
      56             :   gettext_noop ("Value not found") "\0"
      57             :   gettext_noop ("Syntax error") "\0"
      58             :   gettext_noop ("Bad MPI value") "\0"
      59             :   gettext_noop ("Invalid passphrase") "\0"
      60             :   gettext_noop ("Invalid signature class") "\0"
      61             :   gettext_noop ("Resources exhausted") "\0"
      62             :   gettext_noop ("Invalid keyring") "\0"
      63             :   gettext_noop ("Trust DB error") "\0"
      64             :   gettext_noop ("Bad certificate") "\0"
      65             :   gettext_noop ("Invalid user ID") "\0"
      66             :   gettext_noop ("Unexpected error") "\0"
      67             :   gettext_noop ("Time conflict") "\0"
      68             :   gettext_noop ("Keyserver error") "\0"
      69             :   gettext_noop ("Wrong public key algorithm") "\0"
      70             :   gettext_noop ("Tribute to D. A.") "\0"
      71             :   gettext_noop ("Weak encryption key") "\0"
      72             :   gettext_noop ("Invalid key length") "\0"
      73             :   gettext_noop ("Invalid argument") "\0"
      74             :   gettext_noop ("Syntax error in URI") "\0"
      75             :   gettext_noop ("Invalid URI") "\0"
      76             :   gettext_noop ("Network error") "\0"
      77             :   gettext_noop ("Unknown host") "\0"
      78             :   gettext_noop ("Selftest failed") "\0"
      79             :   gettext_noop ("Data not encrypted") "\0"
      80             :   gettext_noop ("Data not processed") "\0"
      81             :   gettext_noop ("Unusable public key") "\0"
      82             :   gettext_noop ("Unusable secret key") "\0"
      83             :   gettext_noop ("Invalid value") "\0"
      84             :   gettext_noop ("Bad certificate chain") "\0"
      85             :   gettext_noop ("Missing certificate") "\0"
      86             :   gettext_noop ("No data") "\0"
      87             :   gettext_noop ("Bug") "\0"
      88             :   gettext_noop ("Not supported") "\0"
      89             :   gettext_noop ("Invalid operation code") "\0"
      90             :   gettext_noop ("Timeout") "\0"
      91             :   gettext_noop ("Internal error") "\0"
      92             :   gettext_noop ("EOF (gcrypt)") "\0"
      93             :   gettext_noop ("Invalid object") "\0"
      94             :   gettext_noop ("Provided object is too short") "\0"
      95             :   gettext_noop ("Provided object is too large") "\0"
      96             :   gettext_noop ("Missing item in object") "\0"
      97             :   gettext_noop ("Not implemented") "\0"
      98             :   gettext_noop ("Conflicting use") "\0"
      99             :   gettext_noop ("Invalid cipher mode") "\0"
     100             :   gettext_noop ("Invalid flag") "\0"
     101             :   gettext_noop ("Invalid handle") "\0"
     102             :   gettext_noop ("Result truncated") "\0"
     103             :   gettext_noop ("Incomplete line") "\0"
     104             :   gettext_noop ("Invalid response") "\0"
     105             :   gettext_noop ("No agent running") "\0"
     106             :   gettext_noop ("Agent error") "\0"
     107             :   gettext_noop ("Invalid data") "\0"
     108             :   gettext_noop ("Unspecific Assuan server fault") "\0"
     109             :   gettext_noop ("General Assuan error") "\0"
     110             :   gettext_noop ("Invalid session key") "\0"
     111             :   gettext_noop ("Invalid S-expression") "\0"
     112             :   gettext_noop ("Unsupported algorithm") "\0"
     113             :   gettext_noop ("No pinentry") "\0"
     114             :   gettext_noop ("pinentry error") "\0"
     115             :   gettext_noop ("Bad PIN") "\0"
     116             :   gettext_noop ("Invalid name") "\0"
     117             :   gettext_noop ("Bad data") "\0"
     118             :   gettext_noop ("Invalid parameter") "\0"
     119             :   gettext_noop ("Wrong card") "\0"
     120             :   gettext_noop ("No dirmngr") "\0"
     121             :   gettext_noop ("dirmngr error") "\0"
     122             :   gettext_noop ("Certificate revoked") "\0"
     123             :   gettext_noop ("No CRL known") "\0"
     124             :   gettext_noop ("CRL too old") "\0"
     125             :   gettext_noop ("Line too long") "\0"
     126             :   gettext_noop ("Not trusted") "\0"
     127             :   gettext_noop ("Operation cancelled") "\0"
     128             :   gettext_noop ("Bad CA certificate") "\0"
     129             :   gettext_noop ("Certificate expired") "\0"
     130             :   gettext_noop ("Certificate too young") "\0"
     131             :   gettext_noop ("Unsupported certificate") "\0"
     132             :   gettext_noop ("Unknown S-expression") "\0"
     133             :   gettext_noop ("Unsupported protection") "\0"
     134             :   gettext_noop ("Corrupted protection") "\0"
     135             :   gettext_noop ("Ambiguous name") "\0"
     136             :   gettext_noop ("Card error") "\0"
     137             :   gettext_noop ("Card reset required") "\0"
     138             :   gettext_noop ("Card removed") "\0"
     139             :   gettext_noop ("Invalid card") "\0"
     140             :   gettext_noop ("Card not present") "\0"
     141             :   gettext_noop ("No PKCS15 application") "\0"
     142             :   gettext_noop ("Not confirmed") "\0"
     143             :   gettext_noop ("Configuration error") "\0"
     144             :   gettext_noop ("No policy match") "\0"
     145             :   gettext_noop ("Invalid index") "\0"
     146             :   gettext_noop ("Invalid ID") "\0"
     147             :   gettext_noop ("No SmartCard daemon") "\0"
     148             :   gettext_noop ("SmartCard daemon error") "\0"
     149             :   gettext_noop ("Unsupported protocol") "\0"
     150             :   gettext_noop ("Bad PIN method") "\0"
     151             :   gettext_noop ("Card not initialized") "\0"
     152             :   gettext_noop ("Unsupported operation") "\0"
     153             :   gettext_noop ("Wrong key usage") "\0"
     154             :   gettext_noop ("Nothing found") "\0"
     155             :   gettext_noop ("Wrong blob type") "\0"
     156             :   gettext_noop ("Missing value") "\0"
     157             :   gettext_noop ("Hardware problem") "\0"
     158             :   gettext_noop ("PIN blocked") "\0"
     159             :   gettext_noop ("Conditions of use not satisfied") "\0"
     160             :   gettext_noop ("PINs are not synced") "\0"
     161             :   gettext_noop ("Invalid CRL") "\0"
     162             :   gettext_noop ("BER error") "\0"
     163             :   gettext_noop ("Invalid BER") "\0"
     164             :   gettext_noop ("Element not found") "\0"
     165             :   gettext_noop ("Identifier not found") "\0"
     166             :   gettext_noop ("Invalid tag") "\0"
     167             :   gettext_noop ("Invalid length") "\0"
     168             :   gettext_noop ("Invalid key info") "\0"
     169             :   gettext_noop ("Unexpected tag") "\0"
     170             :   gettext_noop ("Not DER encoded") "\0"
     171             :   gettext_noop ("No CMS object") "\0"
     172             :   gettext_noop ("Invalid CMS object") "\0"
     173             :   gettext_noop ("Unknown CMS object") "\0"
     174             :   gettext_noop ("Unsupported CMS object") "\0"
     175             :   gettext_noop ("Unsupported encoding") "\0"
     176             :   gettext_noop ("Unsupported CMS version") "\0"
     177             :   gettext_noop ("Unknown algorithm") "\0"
     178             :   gettext_noop ("Invalid crypto engine") "\0"
     179             :   gettext_noop ("Public key not trusted") "\0"
     180             :   gettext_noop ("Decryption failed") "\0"
     181             :   gettext_noop ("Key expired") "\0"
     182             :   gettext_noop ("Signature expired") "\0"
     183             :   gettext_noop ("Encoding problem") "\0"
     184             :   gettext_noop ("Invalid state") "\0"
     185             :   gettext_noop ("Duplicated value") "\0"
     186             :   gettext_noop ("Missing action") "\0"
     187             :   gettext_noop ("ASN.1 module not found") "\0"
     188             :   gettext_noop ("Invalid OID string") "\0"
     189             :   gettext_noop ("Invalid time") "\0"
     190             :   gettext_noop ("Invalid CRL object") "\0"
     191             :   gettext_noop ("Unsupported CRL version") "\0"
     192             :   gettext_noop ("Invalid certificate object") "\0"
     193             :   gettext_noop ("Unknown name") "\0"
     194             :   gettext_noop ("A locale function failed") "\0"
     195             :   gettext_noop ("Not locked") "\0"
     196             :   gettext_noop ("Protocol violation") "\0"
     197             :   gettext_noop ("Invalid MAC") "\0"
     198             :   gettext_noop ("Invalid request") "\0"
     199             :   gettext_noop ("Unknown extension") "\0"
     200             :   gettext_noop ("Unknown critical extension") "\0"
     201             :   gettext_noop ("Locked") "\0"
     202             :   gettext_noop ("Unknown option") "\0"
     203             :   gettext_noop ("Unknown command") "\0"
     204             :   gettext_noop ("Not operational") "\0"
     205             :   gettext_noop ("No passphrase given") "\0"
     206             :   gettext_noop ("No PIN given") "\0"
     207             :   gettext_noop ("Not enabled") "\0"
     208             :   gettext_noop ("No crypto engine") "\0"
     209             :   gettext_noop ("Missing key") "\0"
     210             :   gettext_noop ("Too many objects") "\0"
     211             :   gettext_noop ("Limit reached") "\0"
     212             :   gettext_noop ("Not initialized") "\0"
     213             :   gettext_noop ("Missing issuer certificate") "\0"
     214             :   gettext_noop ("No keyserver available") "\0"
     215             :   gettext_noop ("Invalid elliptic curve") "\0"
     216             :   gettext_noop ("Unknown elliptic curve") "\0"
     217             :   gettext_noop ("Duplicated key") "\0"
     218             :   gettext_noop ("Ambiguous result") "\0"
     219             :   gettext_noop ("No crypto context") "\0"
     220             :   gettext_noop ("Wrong crypto context") "\0"
     221             :   gettext_noop ("Bad crypto context") "\0"
     222             :   gettext_noop ("Conflict in the crypto context") "\0"
     223             :   gettext_noop ("Broken public key") "\0"
     224             :   gettext_noop ("Broken secret key") "\0"
     225             :   gettext_noop ("Invalid MAC algorithm") "\0"
     226             :   gettext_noop ("Operation fully cancelled") "\0"
     227             :   gettext_noop ("Operation not yet finished") "\0"
     228             :   gettext_noop ("Buffer too short") "\0"
     229             :   gettext_noop ("Invalid length specifier in S-expression") "\0"
     230             :   gettext_noop ("String too long in S-expression") "\0"
     231             :   gettext_noop ("Unmatched parentheses in S-expression") "\0"
     232             :   gettext_noop ("S-expression not canonical") "\0"
     233             :   gettext_noop ("Bad character in S-expression") "\0"
     234             :   gettext_noop ("Bad quotation in S-expression") "\0"
     235             :   gettext_noop ("Zero prefix in S-expression") "\0"
     236             :   gettext_noop ("Nested display hints in S-expression") "\0"
     237             :   gettext_noop ("Unmatched display hints") "\0"
     238             :   gettext_noop ("Unexpected reserved punctuation in S-expression") "\0"
     239             :   gettext_noop ("Bad hexadecimal character in S-expression") "\0"
     240             :   gettext_noop ("Odd hexadecimal numbers in S-expression") "\0"
     241             :   gettext_noop ("Bad octal character in S-expression") "\0"
     242             :   gettext_noop ("All subkeys are expired or revoked") "\0"
     243             :   gettext_noop ("Database is corrupted") "\0"
     244             :   gettext_noop ("Server indicated a failure") "\0"
     245             :   gettext_noop ("No name") "\0"
     246             :   gettext_noop ("No key") "\0"
     247             :   gettext_noop ("Legacy key") "\0"
     248             :   gettext_noop ("Request too short") "\0"
     249             :   gettext_noop ("Request too long") "\0"
     250             :   gettext_noop ("Object is in termination state") "\0"
     251             :   gettext_noop ("No certificate chain") "\0"
     252             :   gettext_noop ("Certificate is too large") "\0"
     253             :   gettext_noop ("Invalid record") "\0"
     254             :   gettext_noop ("The MAC does not verify") "\0"
     255             :   gettext_noop ("Unexpected message") "\0"
     256             :   gettext_noop ("Compression or decompression failed") "\0"
     257             :   gettext_noop ("A counter would wrap") "\0"
     258             :   gettext_noop ("Fatal alert message received") "\0"
     259             :   gettext_noop ("No cipher algorithm") "\0"
     260             :   gettext_noop ("Missing client certificate") "\0"
     261             :   gettext_noop ("Close notification received") "\0"
     262             :   gettext_noop ("Ticket expired") "\0"
     263             :   gettext_noop ("Bad ticket") "\0"
     264             :   gettext_noop ("Unknown identity") "\0"
     265             :   gettext_noop ("Bad certificate message in handshake") "\0"
     266             :   gettext_noop ("Bad certificate request message in handshake") "\0"
     267             :   gettext_noop ("Bad certificate verify message in handshake") "\0"
     268             :   gettext_noop ("Bad change cipher messsage in handshake") "\0"
     269             :   gettext_noop ("Bad client hello message in handshake") "\0"
     270             :   gettext_noop ("Bad server hello message in handshake") "\0"
     271             :   gettext_noop ("Bad server hello done message in hanshake") "\0"
     272             :   gettext_noop ("Bad finished message in handshake") "\0"
     273             :   gettext_noop ("Bad server key exchange message in handshake") "\0"
     274             :   gettext_noop ("Bad client key exchange message in handshake") "\0"
     275             :   gettext_noop ("Bogus string") "\0"
     276             :   gettext_noop ("Forbidden") "\0"
     277             :   gettext_noop ("Key disabled") "\0"
     278             :   gettext_noop ("Not possible with a card based key") "\0"
     279             :   gettext_noop ("Invalid lock object") "\0"
     280             :   gettext_noop ("True") "\0"
     281             :   gettext_noop ("False") "\0"
     282             :   gettext_noop ("General IPC error") "\0"
     283             :   gettext_noop ("IPC accept call failed") "\0"
     284             :   gettext_noop ("IPC connect call failed") "\0"
     285             :   gettext_noop ("Invalid IPC response") "\0"
     286             :   gettext_noop ("Invalid value passed to IPC") "\0"
     287             :   gettext_noop ("Incomplete line passed to IPC") "\0"
     288             :   gettext_noop ("Line passed to IPC too long") "\0"
     289             :   gettext_noop ("Nested IPC commands") "\0"
     290             :   gettext_noop ("No data callback in IPC") "\0"
     291             :   gettext_noop ("No inquire callback in IPC") "\0"
     292             :   gettext_noop ("Not an IPC server") "\0"
     293             :   gettext_noop ("Not an IPC client") "\0"
     294             :   gettext_noop ("Problem starting IPC server") "\0"
     295             :   gettext_noop ("IPC read error") "\0"
     296             :   gettext_noop ("IPC write error") "\0"
     297             :   gettext_noop ("Too much data for IPC layer") "\0"
     298             :   gettext_noop ("Unexpected IPC command") "\0"
     299             :   gettext_noop ("Unknown IPC command") "\0"
     300             :   gettext_noop ("IPC syntax error") "\0"
     301             :   gettext_noop ("IPC call has been cancelled") "\0"
     302             :   gettext_noop ("No input source for IPC") "\0"
     303             :   gettext_noop ("No output source for IPC") "\0"
     304             :   gettext_noop ("IPC parameter error") "\0"
     305             :   gettext_noop ("Unknown IPC inquire") "\0"
     306             :   gettext_noop ("Crypto engine too old") "\0"
     307             :   gettext_noop ("Screen or window too small") "\0"
     308             :   gettext_noop ("Screen or window too large") "\0"
     309             :   gettext_noop ("Required environment variable not set") "\0"
     310             :   gettext_noop ("General LDAP error") "\0"
     311             :   gettext_noop ("General LDAP attribute error") "\0"
     312             :   gettext_noop ("General LDAP name error") "\0"
     313             :   gettext_noop ("General LDAP security error") "\0"
     314             :   gettext_noop ("General LDAP service error") "\0"
     315             :   gettext_noop ("General LDAP update error") "\0"
     316             :   gettext_noop ("Experimental LDAP error code") "\0"
     317             :   gettext_noop ("Private LDAP error code") "\0"
     318             :   gettext_noop ("Other general LDAP error") "\0"
     319             :   gettext_noop ("LDAP connecting failed (X)") "\0"
     320             :   gettext_noop ("LDAP referral limit exceeded") "\0"
     321             :   gettext_noop ("LDAP client loop") "\0"
     322             :   gettext_noop ("No LDAP results returned") "\0"
     323             :   gettext_noop ("LDAP control not found") "\0"
     324             :   gettext_noop ("Not supported by LDAP") "\0"
     325             :   gettext_noop ("LDAP connect error") "\0"
     326             :   gettext_noop ("Out of memory in LDAP") "\0"
     327             :   gettext_noop ("Bad parameter to an LDAP routine") "\0"
     328             :   gettext_noop ("User cancelled LDAP operation") "\0"
     329             :   gettext_noop ("Bad LDAP search filter") "\0"
     330             :   gettext_noop ("Unknown LDAP authentication method") "\0"
     331             :   gettext_noop ("Timeout in LDAP") "\0"
     332             :   gettext_noop ("LDAP decoding error") "\0"
     333             :   gettext_noop ("LDAP encoding error") "\0"
     334             :   gettext_noop ("LDAP local error") "\0"
     335             :   gettext_noop ("Cannot contact LDAP server") "\0"
     336             :   gettext_noop ("LDAP success") "\0"
     337             :   gettext_noop ("LDAP operations error") "\0"
     338             :   gettext_noop ("LDAP protocol error") "\0"
     339             :   gettext_noop ("Time limit exceeded in LDAP") "\0"
     340             :   gettext_noop ("Size limit exceeded in LDAP") "\0"
     341             :   gettext_noop ("LDAP compare false") "\0"
     342             :   gettext_noop ("LDAP compare true") "\0"
     343             :   gettext_noop ("LDAP authentication method not supported") "\0"
     344             :   gettext_noop ("Strong(er) LDAP authentication required") "\0"
     345             :   gettext_noop ("Partial LDAP results+referral received") "\0"
     346             :   gettext_noop ("LDAP referral") "\0"
     347             :   gettext_noop ("Administrative LDAP limit exceeded") "\0"
     348             :   gettext_noop ("Critical LDAP extension is unavailable") "\0"
     349             :   gettext_noop ("Confidentiality required by LDAP") "\0"
     350             :   gettext_noop ("LDAP SASL bind in progress") "\0"
     351             :   gettext_noop ("No such LDAP attribute") "\0"
     352             :   gettext_noop ("Undefined LDAP attribute type") "\0"
     353             :   gettext_noop ("Inappropriate matching in LDAP") "\0"
     354             :   gettext_noop ("Constraint violation in LDAP") "\0"
     355             :   gettext_noop ("LDAP type or value exists") "\0"
     356             :   gettext_noop ("Invalid syntax in LDAP") "\0"
     357             :   gettext_noop ("No such LDAP object") "\0"
     358             :   gettext_noop ("LDAP alias problem") "\0"
     359             :   gettext_noop ("Invalid DN syntax in LDAP") "\0"
     360             :   gettext_noop ("LDAP entry is a leaf") "\0"
     361             :   gettext_noop ("LDAP alias dereferencing problem") "\0"
     362             :   gettext_noop ("LDAP proxy authorization failure (X)") "\0"
     363             :   gettext_noop ("Inappropriate LDAP authentication") "\0"
     364             :   gettext_noop ("Invalid LDAP credentials") "\0"
     365             :   gettext_noop ("Insufficient access for LDAP") "\0"
     366             :   gettext_noop ("LDAP server is busy") "\0"
     367             :   gettext_noop ("LDAP server is unavailable") "\0"
     368             :   gettext_noop ("LDAP server is unwilling to perform") "\0"
     369             :   gettext_noop ("Loop detected by LDAP") "\0"
     370             :   gettext_noop ("LDAP naming violation") "\0"
     371             :   gettext_noop ("LDAP object class violation") "\0"
     372             :   gettext_noop ("LDAP operation not allowed on non-leaf") "\0"
     373             :   gettext_noop ("LDAP operation not allowed on RDN") "\0"
     374             :   gettext_noop ("Already exists (LDAP)") "\0"
     375             :   gettext_noop ("Cannot modify LDAP object class") "\0"
     376             :   gettext_noop ("LDAP results too large") "\0"
     377             :   gettext_noop ("LDAP operation affects multiple DSAs") "\0"
     378             :   gettext_noop ("Virtual LDAP list view error") "\0"
     379             :   gettext_noop ("Other LDAP error") "\0"
     380             :   gettext_noop ("Resources exhausted in LCUP") "\0"
     381             :   gettext_noop ("Security violation in LCUP") "\0"
     382             :   gettext_noop ("Invalid data in LCUP") "\0"
     383             :   gettext_noop ("Unsupported scheme in LCUP") "\0"
     384             :   gettext_noop ("Reload required in LCUP") "\0"
     385             :   gettext_noop ("LDAP cancelled") "\0"
     386             :   gettext_noop ("No LDAP operation to cancel") "\0"
     387             :   gettext_noop ("Too late to cancel LDAP") "\0"
     388             :   gettext_noop ("Cannot cancel LDAP") "\0"
     389             :   gettext_noop ("LDAP assertion failed") "\0"
     390             :   gettext_noop ("Proxied authorization denied by LDAP") "\0"
     391             :   gettext_noop ("User defined error code 1") "\0"
     392             :   gettext_noop ("User defined error code 2") "\0"
     393             :   gettext_noop ("User defined error code 3") "\0"
     394             :   gettext_noop ("User defined error code 4") "\0"
     395             :   gettext_noop ("User defined error code 5") "\0"
     396             :   gettext_noop ("User defined error code 6") "\0"
     397             :   gettext_noop ("User defined error code 7") "\0"
     398             :   gettext_noop ("User defined error code 8") "\0"
     399             :   gettext_noop ("User defined error code 9") "\0"
     400             :   gettext_noop ("User defined error code 10") "\0"
     401             :   gettext_noop ("User defined error code 11") "\0"
     402             :   gettext_noop ("User defined error code 12") "\0"
     403             :   gettext_noop ("User defined error code 13") "\0"
     404             :   gettext_noop ("User defined error code 14") "\0"
     405             :   gettext_noop ("User defined error code 15") "\0"
     406             :   gettext_noop ("User defined error code 16") "\0"
     407             :   gettext_noop ("System error w/o errno") "\0"
     408             :   gettext_noop ("Unknown system error") "\0"
     409             :   gettext_noop ("End of file") "\0"
     410             :   gettext_noop ("Unknown error code");
     411             : 
     412             : static const int msgidx[] =
     413             :   {
     414             :     0,
     415             :     8,
     416             :     22,
     417             :     37,
     418             :     63,
     419             :     92,
     420             :     117,
     421             :     132,
     422             :     147,
     423             :     161,
     424             :     175,
     425             :     190,
     426             :     205,
     427             :     230,
     428             :     243,
     429             :     258,
     430             :     272,
     431             :     283,
     432             :     297,
     433             :     319,
     434             :     335,
     435             :     365,
     436             :     385,
     437             :     409,
     438             :     435,
     439             :     460,
     440             :     478,
     441             :     487,
     442             :     497,
     443             :     513,
     444             :     526,
     445             :     540,
     446             :     559,
     447             :     583,
     448             :     603,
     449             :     619,
     450             :     634,
     451             :     650,
     452             :     666,
     453             :     683,
     454             :     697,
     455             :     713,
     456             :     740,
     457             :     757,
     458             :     777,
     459             :     796,
     460             :     813,
     461             :     833,
     462             :     845,
     463             :     859,
     464             :     872,
     465             :     888,
     466             :     907,
     467             :     926,
     468             :     946,
     469             :     966,
     470             :     980,
     471             :     1002,
     472             :     1022,
     473             :     1030,
     474             :     1034,
     475             :     1048,
     476             :     1071,
     477             :     1079,
     478             :     1094,
     479             :     1107,
     480             :     1122,
     481             :     1151,
     482             :     1180,
     483             :     1203,
     484             :     1219,
     485             :     1235,
     486             :     1255,
     487             :     1268,
     488             :     1283,
     489             :     1300,
     490             :     1316,
     491             :     1333,
     492             :     1350,
     493             :     1362,
     494             :     1375,
     495             :     1406,
     496             :     1427,
     497             :     1447,
     498             :     1468,
     499             :     1490,
     500             :     1502,
     501             :     1517,
     502             :     1525,
     503             :     1538,
     504             :     1547,
     505             :     1565,
     506             :     1576,
     507             :     1587,
     508             :     1601,
     509             :     1621,
     510             :     1634,
     511             :     1646,
     512             :     1660,
     513             :     1672,
     514             :     1692,
     515             :     1711,
     516             :     1731,
     517             :     1753,
     518             :     1777,
     519             :     1798,
     520             :     1821,
     521             :     1842,
     522             :     1857,
     523             :     1868,
     524             :     1888,
     525             :     1901,
     526             :     1914,
     527             :     1931,
     528             :     1953,
     529             :     1967,
     530             :     1987,
     531             :     2003,
     532             :     2017,
     533             :     2028,
     534             :     2048,
     535             :     2071,
     536             :     2092,
     537             :     2107,
     538             :     2128,
     539             :     2150,
     540             :     2166,
     541             :     2180,
     542             :     2196,
     543             :     2210,
     544             :     2227,
     545             :     2239,
     546             :     2271,
     547             :     2291,
     548             :     2303,
     549             :     2313,
     550             :     2325,
     551             :     2343,
     552             :     2364,
     553             :     2376,
     554             :     2391,
     555             :     2408,
     556             :     2423,
     557             :     2439,
     558             :     2453,
     559             :     2472,
     560             :     2491,
     561             :     2514,
     562             :     2535,
     563             :     2559,
     564             :     2577,
     565             :     2599,
     566             :     2622,
     567             :     2640,
     568             :     2652,
     569             :     2670,
     570             :     2687,
     571             :     2701,
     572             :     2718,
     573             :     2733,
     574             :     2756,
     575             :     2775,
     576             :     2788,
     577             :     2807,
     578             :     2831,
     579             :     2858,
     580             :     2871,
     581             :     2896,
     582             :     2907,
     583             :     2926,
     584             :     2938,
     585             :     2954,
     586             :     2972,
     587             :     2999,
     588             :     3006,
     589             :     3021,
     590             :     3037,
     591             :     3053,
     592             :     3073,
     593             :     3086,
     594             :     3098,
     595             :     3115,
     596             :     3127,
     597             :     3144,
     598             :     3158,
     599             :     3174,
     600             :     3201,
     601             :     3224,
     602             :     3247,
     603             :     3270,
     604             :     3285,
     605             :     3302,
     606             :     3320,
     607             :     3341,
     608             :     3360,
     609             :     3391,
     610             :     3409,
     611             :     3427,
     612             :     3449,
     613             :     3475,
     614             :     3502,
     615             :     3519,
     616             :     3560,
     617             :     3592,
     618             :     3630,
     619             :     3657,
     620             :     3687,
     621             :     3717,
     622             :     3745,
     623             :     3782,
     624             :     3806,
     625             :     3854,
     626             :     3896,
     627             :     3936,
     628             :     3972,
     629             :     4007,
     630             :     4029,
     631             :     4056,
     632             :     4064,
     633             :     4071,
     634             :     4082,
     635             :     4100,
     636             :     4117,
     637             :     4148,
     638             :     4169,
     639             :     4194,
     640             :     4209,
     641             :     4233,
     642             :     4252,
     643             :     4288,
     644             :     4309,
     645             :     4338,
     646             :     4358,
     647             :     4385,
     648             :     4413,
     649             :     4428,
     650             :     4439,
     651             :     4456,
     652             :     4493,
     653             :     4538,
     654             :     4582,
     655             :     4622,
     656             :     4660,
     657             :     4698,
     658             :     4740,
     659             :     4774,
     660             :     4819,
     661             :     4864,
     662             :     4877,
     663             :     4887,
     664             :     4900,
     665             :     4935,
     666             :     4955,
     667             :     4960,
     668             :     4966,
     669             :     4984,
     670             :     5007,
     671             :     5031,
     672             :     5052,
     673             :     5080,
     674             :     5110,
     675             :     5138,
     676             :     5158,
     677             :     5182,
     678             :     5209,
     679             :     5227,
     680             :     5245,
     681             :     5273,
     682             :     5288,
     683             :     5304,
     684             :     5332,
     685             :     5355,
     686             :     5375,
     687             :     5392,
     688             :     5420,
     689             :     5444,
     690             :     5469,
     691             :     5489,
     692             :     5509,
     693             :     5531,
     694             :     5558,
     695             :     5585,
     696             :     5623,
     697             :     5642,
     698             :     5671,
     699             :     5695,
     700             :     5723,
     701             :     5750,
     702             :     5776,
     703             :     5805,
     704             :     5829,
     705             :     5854,
     706             :     5881,
     707             :     5910,
     708             :     5927,
     709             :     5952,
     710             :     5975,
     711             :     5997,
     712             :     6016,
     713             :     6038,
     714             :     6071,
     715             :     6101,
     716             :     6124,
     717             :     6159,
     718             :     6175,
     719             :     6195,
     720             :     6215,
     721             :     6232,
     722             :     6259,
     723             :     6272,
     724             :     6294,
     725             :     6314,
     726             :     6342,
     727             :     6370,
     728             :     6389,
     729             :     6407,
     730             :     6448,
     731             :     6488,
     732             :     6527,
     733             :     6541,
     734             :     6576,
     735             :     6615,
     736             :     6648,
     737             :     6675,
     738             :     6698,
     739             :     6728,
     740             :     6759,
     741             :     6788,
     742             :     6814,
     743             :     6837,
     744             :     6857,
     745             :     6876,
     746             :     6902,
     747             :     6923,
     748             :     6956,
     749             :     6993,
     750             :     7027,
     751             :     7052,
     752             :     7081,
     753             :     7101,
     754             :     7128,
     755             :     7164,
     756             :     7186,
     757             :     7208,
     758             :     7236,
     759             :     7275,
     760             :     7309,
     761             :     7331,
     762             :     7363,
     763             :     7386,
     764             :     7423,
     765             :     7452,
     766             :     7469,
     767             :     7497,
     768             :     7524,
     769             :     7545,
     770             :     7572,
     771             :     7596,
     772             :     7611,
     773             :     7639,
     774             :     7663,
     775             :     7682,
     776             :     7704,
     777             :     7741,
     778             :     7767,
     779             :     7793,
     780             :     7819,
     781             :     7845,
     782             :     7871,
     783             :     7897,
     784             :     7923,
     785             :     7949,
     786             :     7975,
     787             :     8002,
     788             :     8029,
     789             :     8056,
     790             :     8083,
     791             :     8110,
     792             :     8137,
     793             :     8164,
     794             :     8187,
     795             :     8208,
     796             :     8220
     797             :   };
     798             : 
     799             : static GPG_ERR_INLINE int
     800           9 : msgidxof (int code)
     801             : {
     802           9 :   return (0 ? 0
     803           9 :   : ((code >= 0) && (code <= 213)) ? (code - 0)
     804           1 :   : ((code >= 217) && (code <= 271)) ? (code - 3)
     805           1 :   : ((code >= 273) && (code <= 281)) ? (code - 4)
     806           1 :   : ((code >= 300) && (code <= 303)) ? (code - 22)
     807           1 :   : ((code >= 721) && (code <= 729)) ? (code - 439)
     808           1 :   : ((code >= 750) && (code <= 752)) ? (code - 459)
     809           1 :   : ((code >= 754) && (code <= 782)) ? (code - 460)
     810           1 :   : ((code >= 784) && (code <= 789)) ? (code - 461)
     811           1 :   : ((code >= 800) && (code <= 804)) ? (code - 471)
     812           1 :   : ((code >= 815) && (code <= 822)) ? (code - 481)
     813           1 :   : ((code >= 832) && (code <= 839)) ? (code - 490)
     814           1 :   : ((code >= 844) && (code <= 844)) ? (code - 494)
     815           1 :   : ((code >= 848) && (code <= 848)) ? (code - 497)
     816           1 :   : ((code >= 881) && (code <= 891)) ? (code - 529)
     817           1 :   : ((code >= 1024) && (code <= 1039)) ? (code - 661)
     818           0 :   : ((code >= 16381) && (code <= 16383)) ? (code - 16002)
     819           0 :   : 16384 - 16002);
     820             : }

Generated by: LCOV version 1.11