error.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. * This file is part of the UCB release of Plan 9. It is subject to the license
  3. * terms in the LICENSE file found in the top-level directory of this
  4. * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No
  5. * part of the UCB release of Plan 9, including this file, may be copied,
  6. * modified, propagated, or distributed except according to the terms contained
  7. * in the LICENSE file.
  8. */
  9. extern char EBadAddr[];
  10. extern char EBadDir[];
  11. extern char EBadEntry[];
  12. extern char EBadLabel[];
  13. extern char EBadMeta[];
  14. extern char EBadMode[];
  15. extern char EBadOffset[];
  16. extern char EBadPath[];
  17. extern char EBadRoot[];
  18. extern char EBadSuper[];
  19. extern char EBlockTooBig[];
  20. extern char ECacheFull[];
  21. extern char EConvert[];
  22. extern char EExists[];
  23. extern char EFsFill[];
  24. extern char EIO[];
  25. extern char EInUse[];
  26. extern char ELabelMismatch[];
  27. extern char ENilBlock[];
  28. extern char ENoDir[];
  29. extern char ENoFile[];
  30. extern char ENotDir[];
  31. extern char ENotEmpty[];
  32. extern char ENotFile[];
  33. extern char EReadOnly[];
  34. extern char ERemoved[];
  35. extern char ENotArchived[];
  36. extern char EResize[];
  37. extern char ERoot[];
  38. extern char ESnapOld[];
  39. extern char ESnapRO[];
  40. extern char ETooBig[];
  41. extern char EVentiIO[];