Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  sys_exits.h

  Sprache: C
 

#ifndef _SYS_EXITS_H_INCLUDED_
#define _SYS_EXITS_H_INCLUDED_

/*++
/* NAME
/* sys_exits 3h
/* SUMMARY
/* sendmail-compatible exit status handling
/* SYNOPSIS
/* #include <sys_exits.h>
/* DESCRIPTION
/* .nf

 /*
  * External interface.
  */

typedef struct {
    const int status;   /* exit status code */
    const char *dsn;   /* DSN detail */
    const char *text;   /* descriptive text */
} SYS_EXITS_DETAIL;

extern const char *sys_exits_strerror(int);
extern const SYS_EXITS_DETAIL *sys_exits_detail(int);
extern int sys_exits_softerror(int);

#define SYS_EXITS_CODE(n) ((n) >= EX__BASE && (n) <= EX__MAX)

#define EX__BASE 64  /* base value for error messages */

#define EX_USAGE 64  /* command line usage error */
#define EX_DATAERR 65  /* data format error */
#define EX_NOINPUT 66  /* cannot open input */
#define EX_NOUSER 67  /* addressee unknown */
#define EX_NOHOST 68  /* host name unknown */
#define EX_UNAVAILABLE 69  /* service unavailable */
#define EX_SOFTWARE 70  /* internal software error */
#define EX_OSERR 71  /* system error (e.g., can't fork) */
#define EX_OSFILE 72  /* critical OS file missing */
#define EX_CANTCREAT 73  /* can't create (user) output file */
#define EX_IOERR 74  /* input/output error */
#define EX_TEMPFAIL 75  /* temporary failure */
#define EX_PROTOCOL 76  /* remote error in protocol */
#define EX_NOPERM 77  /* permission denied */
#define EX_CONFIG 78  /* configuration error */

#define EX__MAX 78   /* maximum listed value */

/* LICENSE
/* .ad
/* .fi
/* The Secure Mailer license must be distributed with this software.
/* AUTHOR(S)
/* Wietse Venema
/* IBM T.J. Watson Research
/* P.O. Box 704
/* Yorktown Heights, NY 10598, USA
/*--*/


#endif

Messung V0.5 in Prozent
C=73 H=96 G=85

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-08-08) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=738142