1: # include <sysexits.h>
   2: # include "useful.h"
   3: 
   4: SCCSID(@(#)sysexits.c	4.2		7/31/83);
   5: 
   6: /*
   7: **  SYSEXITS.C -- error messages corresponding to sysexits.h
   8: */
   9: 
  10: char    *SysExMsg[] =
  11: {
  12:     /* 64 USAGE */      "500 Bad usage",
  13:     /* 65 DATAERR */    "501 Data format error",
  14:     /* 66 NOINPUT */    "550 Cannot open input",
  15:     /* 67 NOUSER */     "550 User unknown",
  16:     /* 68 NOHOST */     "550 Host unknown",
  17:     /* 69 UNAVAILABLE */    "554 Service unavailable",
  18:     /* 70 SOFTWARE */   "554 Internal error",
  19:     /* 71 OSERR */      "451 Operating system error",
  20:     /* 72 OSFILE */     "554 System file missing",
  21:     /* 73 CANTCREAT */  "550 Can't create output",
  22:     /* 74 IOERR */      "451 I/O error",
  23:     /* 75 TEMPFAIL */   "250 Deferred",
  24:     /* 76 PROTOCOL */   "554 Remote protocol error",
  25:     /* 77 NOPERM */     "550 Insufficient permission",
  26: };
  27: 
  28: int N_SysEx = sizeof SysExMsg / sizeof SysExMsg[0];

Defined variables

N_SysEx defined in line 28; never used
SysExMsg defined in line 10; used 2 times
  • in line 28(2)
Last modified: 1983-12-09
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 535
Valid CSS Valid XHTML 1.0 Strict