Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
liberrno.h File Reference
#include <errno.h>
#include <stdarg.h>
#include <sys/cdefs.h>
Include dependency graph for liberrno.h:

Go to the source code of this file.

Defines

#define MAXMLN   800 /* Maximum length of a message in bytes */
#define FEMCN   "lib" /* Library Error Message Catalog Name */
#define _LELVL_ABORT   4 /* Message, abort and traceback */
#define _LELVL_EXIT   3 /* Message, exit with nonzero status */
#define _LELVL_MSG   2 /* Message, then return error status */
#define _LELVL_RETURN   0 /* No message, just return error status */
#define BASE   1000
#define FERDPEOF   -(BASE+1) /* Tried to read past end of file */
#define FERDEMPT   -(BASE+2) /* Tried to read an empty file */
#define FERDENDR   -(BASE+3) /* Tried to read past endfile record */
#define FERDNLEF   -(BASE+4) /* Tried to read past EOF on namelist */
#define FERDIEOF   -(BASE+5) /* Tried to read past internal file EOF */
#define FEEORCND   -(BASE+6) /* Read past EOR with ADVANCE='NO' */
#define FE____10   (BASE+10) /* DEAD MESSAGE (7.3) -- DO NOT RE-USE */
#define FE____11   (BASE+11) /* DEAD MESSAGE (7.3) -- DO NOT RE-USE */
#define FEIVUNIT   (BASE+12) /* Invalid unit number */
#define FEIVUNTO   (BASE+13) /* Invalid unit number on OPEN */
#define FENOTOPN   (BASE+14) /* Unit is not connected */
#define FEIVRECN   (BASE+15) /* Invalid record number (%d) */
#define FENORECN   (BASE+16) /* Record number does not exist in file */
#define FECONNDA   (BASE+21) /* Unit not opened for direct access */
#define FECONNTP   (BASE+22) /* Unit not connected to tape */
#define FE____23   (BASE+23) /* DEAD MESSAGE (7.3) -- DO NOT RE-USE */
#define FE____24   (BASE+24) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */
#define FEOPOTHR   (BASE+25) /* File is opened with another structure*/
#define FEOPAUXT   (BASE+26) /* File is opened by an auxiliary i/o */
#define FEFILACT   (BASE+27) /* ACTION= conflicts with file perms */
#define FENOSKPB   (BASE+28) /* File does not support SKIPBAD */
#define FESTIOER   (BASE+29) /* Error on underlying stdio request */
#define FEOPSTAT   (BASE+30) /* Unknown STATUS parameter on OPEN */
#define FEOPACCS   (BASE+31) /* Unknown ACCESS parameter on OPEN */
#define FEOPFORM   (BASE+32) /* Unknown FORM parameter on OPEN */
#define FEOPRECL   (BASE+33) /* Unknown RECL parameter on OPEN */
#define FEOPBLNK   (BASE+34) /* Unknown BLANK parameter on OPEN */
#define FEOPPOSN   (BASE+35) /* Unknown POSITION parameter on OPEN */
#define FEOPACTB   (BASE+38) /* Unknown ACTION specifier on OPEN */
#define FEOPDLMB   (BASE+39) /* Unknown DELIM specifier on OPEN */
#define FEOPFNRQ   (BASE+40) /* FILE specifier required on OPEN */
#define FEOPFNIV   (BASE+41) /* FILE specifier invalid on OPEN */
#define FEOPRCRQ   (BASE+42) /* RECL specifier required on OPEN */
#define FEOPBKIV   (BASE+44) /* BLANK specifier invalid on OPEN */
#define FEOPPSIV   (BASE+45) /* POSITION specifier invalid on OPEN */
#define FEOPASGN   (BASE+46) /* ASSIGN/ASGCMD conflict */
#define FE____47   (BASE+47) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */
#define FEOPPADB   (BASE+48) /* Unknown PAD specifier on OPEN */
#define FEOPDLMI   (BASE+49) /* DELIM specifier invalid on OPEN */
#define FE____50   (BASE+50) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */
#define FEOPFNNX   (BASE+51) /* File must not exist prior to OPEN */
#define FEOPFNCN   (BASE+52) /* File is connected to another unit */
#define FEOPCBNK   (BASE+54) /* Only BLANK can be changed on reopen */
#define FEOPNOFS   (BASE+55) /* File cannot be opened (structure) */
#define FEOPNNDA   (BASE+56) /* File cannot be opened for direct acc.*/
#define FEOPCAPY   (BASE+57) /* File cannot be opened per dgl's specs*/
#define FEOPNNEW   (BASE+58) /* STATUS=NEW on currently-open-file */
#define FEOPIVRL   (BASE+59) /* Incorrect RECL for existing d.a. file*/
#define FEOPSTFN   (BASE+60) /* Attempt to OPEN standard file wrong */
#define FEOPAQPZ   (BASE+61) /* Invalid AQPSIZE parameter in AQOPEN */
#define FE____62   (BASE+62) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */
#define FEWTOMNY   (BASE+63) /* Too many open word addressable files */
#define FEWABLKS   (BASE+64) /* Too many blocks requested in WINIT */
#define FERQTRNC   (BASE+65) /* file requires truncation after write */
#define FE____66   (BASE+66) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */
#define FEOPPDIV   (BASE+67) /* PAD specifier invalid on OPEN */
#define FEOPNUNF   (BASE+68) /* File cannot be opened for unfmtd acc */
#define FEOPNFMT   (BASE+69) /* File cannot be opened for fmtd acc */
#define FECLSTAT   (BASE+70) /* Unknown STATUS parameter on CLOSE */
#define FECLSTIV   (BASE+71) /* Invalid STATUS parameter on CLOSE */
#define FEINCZER   (BASE+72) /* Increment in implied-do is zero */
#define FEAQBADH   (BASE+73) /* AQIO call with invalid file handle */
#define FEMDUPOP   (BASE+74) /* File connected to unit with "-m off" */
#define FEANOSUP   (BASE+75) /* assign opt unsupported by file type */
#define FEMIXSCP   (BASE+76) /* can't open unit private and global */
#define FENOGLOB   (BASE+77) /* -P global not supported */
#define FENOPRIV   (BASE+78) /* -P private not supported */
#define FEBSPNRD   (BASE+79) /* BACKSPACE requires read permission */
#define FEFMTTIV   (BASE+80) /* Formatted I/O invalid on unformatted */
#define FEUNFMIV   (BASE+81) /* Unformatted I/O invalid on formatted */
#define FEDIRTIV   (BASE+82) /* Direct access I/O invalid on seq. */
#define FESEQTIV   (BASE+83) /* Sequential I/O invalid on direct acc.*/
#define FEBKSPIV   (BASE+84) /* BACKSPACE invalid on direct access */
#define FEENDFIV   (BASE+85) /* ENDFILE invalid on direct access */
#define FERWNDIV   (BASE+86) /* REWIND invalid on direct access */
#define FERDAFWR   (BASE+87) /* Read after write invalid on seq. */
#define FE____88   (BASE+88) /* DEAD MESSAGE (7.3) -- DO NOT RE-USE */
#define FENOREAD   (BASE+90) /* No read permission */
#define FENOWRIT   (BASE+91) /* No write permission */
#define FENOBKSP   (BASE+92) /* File does not support BACKSPACE */
#define FENOENDF   (BASE+93) /* File does not support ENDFILE */
#define FE____94   (BASE+94) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */
#define FEWRAFEN   (BASE+95) /* WRITE or PRINT invalid after ENDFILE */
#define FEENAFEN   (BASE+96) /* ENDFILE invalid after ENDFILE */
#define FE____97   (BASE+97) /* DEAD MESSAGE (7.3) -- DO NOT RE-USE */
#define FENOBKPI   (BASE+98) /* Unable to BACKSPACE pipe */
#define FENORWPI   (BASE+99) /* Unable to REWIND pipe */
#define FE___100   (BASE+100) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */
#define FENODELT   (BASE+101) /* Unable to delete file on CLOSE */
#define FENOTHRD   (BASE+103) /* -P thread not supported */
#define FENOTEAM   (BASE+104) /* -P team not supported */
#define FEFMTILF   (BASE+117) /* Infinite loop in format */
#define FEFMTLII   (BASE+118) /* Literal invalid in input format */
#define FEFMTQIO   (BASE+119) /* Q edit-desc. invalid in output format*/
#define FENOSKPF   (BASE+140) /* File does not support SKIPF */
#define FERDTYPE   (BASE+170) /* Data type mismatch on READ */
#define FEWRTYPE   (BASE+171) /* Data type mismatch on WRITE */
#define FERDIVLG   (BASE+173) /* Invalid logical input field */
#define FELDUNKI   (BASE+180) /* Unknown input on list-directed read */
#define FELDNOCX   (BASE+181) /* Invalid complex on list-directed read*/
#define FELDSTRL   (BASE+182) /* String too long on list-directed read*/
#define FENICVIC   (BASE+190) /* Invalid character in numeric input */
#define FENICVOF   (BASE+191) /* Overflow converting numeric input */
#define FENICVEU   (BASE+192) /* Exponent underflow on numeric input */
#define FENICVEO   (BASE+193) /* Exponent overflow on numeric input */
#define FENICVBK   (BASE+194) /* Blank numeric input field */
#define FERDPEOR   (BASE+201) /* Tried to read past end of record */
#define FERDWRER   (BASE+202) /* Read/wrote too little data */
#define FERDMEMY   (BASE+203) /* Unable to get memory for fmt'd read */
#define FENOMEMY   (BASE+205) /* Unable to request more memory space */
#define FENOSDSP   (BASE+206) /* Unable to request more SDS space */
#define FEIOACTV   (BASE+208) /* An I/O statement was already active */
#define FESDSFSS   (BASE+209) /* SDS file size must be specified */
#define FEWRLONG   (BASE+211) /* Tried to write a too long record */
#define FEWRIEND   (BASE+212) /* Tried to write beyond internal file */
#define FEPTRNAS   (BASE+213) /* Ptr/alloc array not assoc/alloc'ed */
#define FEFMTPAL   (BASE+214) /* FMT var not allocated or associated */
#define FEUNOTAL   (BASE+215) /* UNIT var not allocated or associated */
#define FEFMTNUL   (BASE+216) /* FMT var or array is zero-sized */
#define FERDMALR   (BASE+217) /* Read encountered a malformed record */
#define FEINTUNK   (BASE+220) /* Internal Fortran library error */
#define FEINTFST   (BASE+221) /* Internal error - unknown file struct.*/
#define FEINTDTY   (BASE+223) /* Internal error - unknown data type */
#define FEINTIPF   (BASE+224) /* Internal error invalid parsed format */
#define FEINTTAP   (BASE+226) /* Internal error on tape read */
#define FENLSTRN   (BASE+295) /* Null substring, nl read */
#define FENLSTRG   (BASE+296) /* Bad substring contents, nl read */
#define FENLSUBN   (BASE+297) /* Null subscript, nl read */
#define FENLSUBD   (BASE+298) /* Bad char after subscript, nl read */
#define FENLSUBS   (BASE+299) /* Bad char in subscript value, nl read */
#define FENLLGNM   (BASE+303) /* NL variable name too long + name */
#define FENLIVGP   (BASE+304) /* NL input group name mismatch + name */
#define FENLIVIT   (BASE+305) /* Input float data to INTEGER type */
#define FENLONEC   (BASE+306) /* First/last character unknown nl read */
#define FENLUNKI   (BASE+307) /* Unknown input on namelist read */
#define FENLZRCH   (BASE+308) /* Zero length char in nl for cf90/cf77 */
#define FENLARSC   (BASE+309) /* Array section input to cf90/cf77 nml */
#define FENLIOER   (BASE+310) /* Namelist read error */
#define FENLTYPE   (BASE+312) /* Invalid char passed to namelist rtn. */
#define FENLLONG   (BASE+313) /* Namelist variable name too long */
#define FENLIVGN   (BASE+314) /* Namelist input group name mismatch */
#define FENLUNKN   (BASE+315) /* Unrecognized namelist variable name */
#define FENLNOVL   (BASE+316) /* Unable to obtain namelist value */
#define FENLIVLG   (BASE+317) /* Invalid logical data in namelist read*/
#define FENLIVCX   (BASE+318) /* Invalid complex data in namelist read*/
#define FENLRECL   (BASE+320) /* Input rec. too long on namelist read */
#define FENLBNDY   (BASE+321) /* Attempted namelist read beyond array */
#define FENLTOOM   (BASE+323) /* Too many namelist elements specified */
#define FENLNREC   (BASE+324) /* Unrecognized namelist variable name */
#define FENLTYPI   (BASE+325) /* Data type mismatch on namelist read */
#define FENLNMSZ   (BASE+326) /* Namelist name is larger than recsize */
#define FENLDBCP   (BASE+327) /* Double complex illegal for f77 mode */
#define FENLSTCT   (BASE+328) /* Structures illegal for f77 mode */
#define FENLPRAM   (BASE+329) /* Bad pre-ampersand character in f90 */
#define FEBIONDA   (BASE+330) /* Direct access file invalid for BUFIO */
#define FEBIONFM   (BASE+331) /* Formatted file invalid for BUFIO */
#define FEBIOFWA   (BASE+332) /* Start address > end address for BUFIO*/
#define FEBIOISP   (BASE+334) /* Invalid argument to SETPOS */
#define FEBIOSNT   (BASE+335) /* Positioning operation not supported */
#define FEMIXBUF   (BASE+338) /* Mixing BUFIO/READ/WRITE on pure file */
#define FEMIXAUX   (BASE+339) /* Mixing auxiliary and Fortran I/O */
#define FEDECDRL   (BASE+340) /* Invalid DECODE record length */
#define FEENCDRL   (BASE+341) /* Invalid ENCODE record length */
#define FEBIOFWD   (BASE+342) /* Invalid number of items for BUFIO */
#define FEADVSPC   (BASE+343) /* Invalid ADVANCE= specifier on rd/wrt */
#define FEADVSIZ   (BASE+344) /* ADVANCE='NO' required with SIZE= */
#define FEADVEOR   (BASE+345) /* ADVANCE='NO' required with EOR= */
#define FETAPNBN   (BASE+350) /* Negative tape block number is invalid*/
#define FETAPNBS   (BASE+351) /* Invalid NBS parameter */
#define FETAPNVS   (BASE+352) /* Invalid NVS parameter */
#define FETAPBSX   (BASE+354) /* Maximum tape block size exceeded */
#define FETAPCMB   (BASE+355) /* Invalid combination of parameters */
#define FETAPUTE   (BASE+356) /* Unrecovered tape error on tape read */
#define FETASKPF   (BASE+357) /* Cannot SKIPF forward */
#define FETAPNVY   (BASE+358) /* Invalid NVS or NV parameter */
#define FETBARGS   (BASE+360) /* Tblmgr routine called with bad args. */
#define FETBNTAB   (BASE+361) /* Tblmgr routine called with bad NTAB */
#define FETBTNUM   (BASE+362) /* Tblmgr routine called with bad tab. #*/
#define FETBINCR   (BASE+363) /* Tblmgr routine called with bad incr. */
#define FEUBCINV   (BASE+370) /* Read or write of nonbyte-data is inv.*/
#define FELDDCNV   (BASE+371) /* Data conversion routine not loaded */
#define FENCNV90   (BASE+372) /* Can't convert this type with f90 */
#define FEKNTSUP   (BASE+373) /* I/O not supported for this KIND */
#define FESHRSUP   (BASE+374) /* Shared variables inv. with this I/O */
#define FENOICNV   (BASE+375) /* Data conversion not sup on this unit */
#define FEARGLST   (BASE+380) /* Argument list is not valid */
#define FEKLUDG1   (BASE+391) /* System error 1 */
#define FEKLUDG2   (BASE+392) /* System error 2 */
#define FEKLUDG3   (BASE+393) /* System error 3 */
#define FEKLUDG4   (BASE+394) /* System error 4 */
#define FEARGCNT   (BASE+402) /* Routine called with wrong # of args. */
#define FEARGSHP   (BASE+403) /* Actual/dummy argument shape conflict */
#define FESCIDIM   (BASE+405) /* Array intrin. has illegal DIM arg. */
#define FESCIRNK   (BASE+406) /* Illegal rank for array intrin. arg. */
#define FESCICNF   (BASE+407) /* Matrix operands are not conformable. */
#define FERSHNPD   (BASE+408) /* RESHAPE srcsize.lt.moldsize, no PAD */
#define FERSHNEG   (BASE+409) /* RESHAPE arg SHAPE has negative value */
#define FEPTRARR   (BASE+410) /* Source arg not associated | allocated*/
#define FEALALLO   (BASE+411) /* ALLOCATE array already allocated */
#define FENODEAL   (BASE+412) /* DEALLOCATE arg not alloc or ptr-alloc*/
#define FEDEALSZ   (BASE+413) /* DEALLOCATE arg not allocated size */
#define FERPTNEG   (BASE+414) /* negative ncopies argument to REPEAT */
#define FENEARZS   (BASE+415) /* NEAREST argument S is 0.0 */
#define FEIPOWZR   (BASE+416) /* Two zero arguments to POWER routine */
#define FEBDORDR   (BASE+417) /* Bad value in ORDER for RESHAPE */
#define FEBADMLD   (BASE+418) /* Result of TRANSFER <= size of source */
#define FESHPSZZ   (BASE+419) /* Shape array to RESHAPE is 0-sized */
#define FEVECUNP   (BASE+420) /* Too few elts in UNPACK vector array */
#define FENGFLCL   (BASE+421) /* GETFIRST array not allocated locally */
#define FEDEASIZ   (BASE+422) /* DEALLOC argsize mismatch,give sizes */
#define FENMPTAR   (BASE+423) /* Source arg not associated:allocated */
#define FENMSCDM   (BASE+424) /* nm Array intrin. has illegal DIM arg */
#define ERAS_UNFILE   (BASE+500) /* Can't read global environment file */
#define ERAS_WRERR   (BASE+501) /* Can't write global environment file */
#define ERAS_ATTFMT   (BASE+503) /* Bad format of assign attributes in */
#define FE___504   (BASE+504) /* DEAD MESSAGE (3.0) -- DO NO RE-USE */
#define FE___505   (BASE+505) /* DEAD MESSAGE (3.0) -- DO NO RE-USE */
#define FE___506   (BASE+506) /* DEAD MESSAGE (3.0) -- DO NO RE-USE */
#define ERAS_FSNSUP   (BASE+507) /* File structure not supported */
#define ERAS_MIXFS   (BASE+508) /* Invalid mixing of -F and -s options */
#define ERAS_MIXFO   (BASE+509) /* Invalid mix of -F with -b, -p, etc. */
#define FE___510   (BASE+510) /* DEAD MESSAGE (1.2) -- DO NOT RE-USE */
#define ERAS_ASNCTL   (BASE+511) /* Invalid arguments passed to ASNCTL */
#define FE___512   (BASE+512) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */
#define ERAS_BADTYPE   (BASE+513) /* Unrecognized assign object */
#define ERAS_BADUNIT   (BASE+514) /* Unrecognized assign unit object */
#define ERAS_INCOV   (BASE+515) /* -I and -O cannot both be provided */
#define ERAS_REMV   (BASE+516) /* -V and -R cannot both be provided */
#define ERAS_REMAT   (BASE+517) /* -R cannot be provided with attrs */
#define ERAS_VIEWAT   (BASE+518) /* -V cannot be provided with attrs */
#define FE___519   (BASE+519) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */
#define ERAS_NOOBJS   (BASE+520) /* No assign objects specified */
#define FE___521   (BASE+521) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */
#define FE___522   (BASE+522) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */
#define ERAS_DIRFMT   (BASE+523) /* Assign directive has bad format */
#define ERAS_FNBL   (BASE+524) /* ASNFILE 1st arg has imbedded blnks */
#define ERAS_ATTRP   (BASE+525) /* Invalid -p option value on assign */
#define ERAS_COREQN   (BASE+526) /* -c requires -n to be specified */
#define ERAS_FILENV   (BASE+527) /* FILENV must be set when TMPDIR isn't */
#define ERAS_NOPOP   (BASE+528) /* ASNCTL('POP') called w/ empty stack */
#define ERAS_MIXAD   (BASE+529) /* Invalid mixing of -a with -D options */
#define ERAS_ATTSPC   (BASE+530) /* No space for asn attribs in char var */
#define ERAS_BADRECF   (BASE+531) /* Bad assign record in assign env file */
#define ERAS_BADRECE   (BASE+532) /* Bad assign/asgcmd record in penv */
#define ERAS_NULLVNAM   (BASE+533) /* Environment variable name is null */
#define ERAS_PATCONF   (BASE+534) /* Matched >1 filename pattern */
#define ERAS_MTRUNC   (BASE+535) /* "-m on" not valid with "-T on" */
#define ERAS_FILENVPOS   (BASE+536) /* FILENV not set (non-UNICOS systems)*/
#define ERAS_BADCLASS   (BASE+537) /* Bad -F class */
#define ERAS_BADOPT   (BASE+538) /* Bad option with valid -F class */
#define ERAS_CONFLICT   (BASE+539) /* Conflicting options on -F */
#define ERAS_BADSYNT   (BASE+540) /* Bad syntax with -F */
#define ERAS_OPTREQ   (BASE+541) /* Option is required w. this -F class */
#define ERAS_PSTRING   (BASE+542) /* -F specification is too long */
#define ERAS_TOKUNI   (BASE+543) /* Invalid units with -F */
#define ERAS_BADMBS   (BASE+544) /* Bad mbs with -F */
#define ERAS_INMAX   (BASE+545) /* Bad initial maximum value combination*/
#define ERAS_BADREC   (BASE+546) /* Bad record with -F */
#define ERAS_BADRFMT   (BASE+547) /* Bad record format */
#define ERAS_NUMREQ   (BASE+548) /* Numeric value required */
#define ERAS_TOOBIG   (BASE+549) /* A numeric option is too big */
#define ERAS_TOOSMALL   (BASE+550) /* A numeric option is too small*/
#define ERAS_TOOLAY   (BASE+551) /* Too many layers specified */
#define ERAS_OPTVAL1   (BASE+552) /* Invalid attribute option value */
#define ERAS_OPTVAL2   (BASE+553) /* Invalid attribute option value - %s */
#define ERAS_UNOPT   (BASE+554) /* Unrecognized option */
#define ERAS_LRAW   (BASE+555) /* -l not valid with -o_raw or -o_ldraw */
#define WNAS_ANSUPY   (BASE+580) /* Option not supported on CX/1/CEA */
#define FE___583   (BASE+583) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */
#define FE___584   (BASE+584) /* DEAD MESSAGE (1.2) -- DO NOT RE-USE */
#define FE___585   (BASE+585) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */
#define WNAS_DEPASDS   (BASE+586) /* Use of "-a SDS" is deprecated */
#define WNAS_UBMX   (BASE+587) /* "-u" requires tape device on CX/1/CEA*/
#define FE___588   (BASE+588) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */
#define WNAS_QNSTRD   (BASE+589) /* -q and -n :stride conflict; using -q */
#define WNAS_NUMERIC   (BASE+590) /* Too many numerics specified */
#define FEFMTBAS   (BASE+611) /* Base for all format errors */
#define FEFMTELP   (BASE+611) /* Expecting left parenthesis */
#define FEFMTERP   (BASE+612) /* Expecting right parenthesis */
#define FEFMTEIN   (BASE+613) /* Expecting integer */
#define FEFMTEPE   (BASE+614) /* Expecting period */
#define FEFMTEPX   (BASE+615) /* Expecting P or X */
#define FEFMTIRP   (BASE+616) /* Invalid repetition count */
#define FEFMTZRP   (BASE+617) /* Zero repetition count */
#define FEFMTZFW   (BASE+618) /* Zero field width */
#define FEFMTFTL   (BASE+619) /* Field too large */
#define FEFMTZMH   (BASE+620) /* Zero or missing hollerith count */
#define FEFMTIED   (BASE+621) /* Invalid edit descriptor */
#define FEFMTNLS   (BASE+622) /* Nonterminated literal string */
#define FEFMTMEM   (BASE+623) /* Unable to allocate memory */
#define FEPCKARG   (BASE+691) /* PACK/UNPACK called with too few args.*/
#define FEPCKNEG   (BASE+692) /* PACK/UNPACK called with count < 0 */
#define FEPCKPW2   (BASE+693) /* PACK/UNPACK called with invalid NBITS*/
#define BMMVLCHK   (BASE+800) /* Bad VL in BMM simulation routines */
#define ENONAME   (BASE+850) /* Invalid struct, const. or comp. name */
#define ENOHANDLE   (BASE+851) /* Handle not created */
#define ETRUNC   (BASE+852) /* Out character argument was truncated */
#define EARRAYLEN   (BASE+853) /* No. of array elements exceeds IALEN */
#define EEND   (BASE+854) /* End of file, record or directory */
#define EBADHANDLE
#define EBADID   (BASE+856) /* Invalid ID. Not part of standard. */
#define FWDEFBSZ   (BASE+907) /* DEFBUFSIZ environment var ignored */
#define FWFUNKTP   (BASE+931) /* KIND type param conflict, CALL - f90 */
#define FWFUNRNK   (BASE+932) /* Array RANK conflict for CALL - f90 */
#define FWFUNSIZ   (BASE+933) /* Array SIZE conflict for CALL - f90 */
#define FWFUNCHL   (BASE+934) /* Character Length conflict, CALL- f90 */
#define FWFUNDVT   (BASE+935) /* Derived Types mismatch for CALL- f90 */
#define FWFUNNPT   (BASE+936) /* PTR func but no PTR attr, CALL - f90 */
#define FWFUNPTR   (BASE+937) /* PTR attr but no PTR func, CALL - f90 */
#define FWARGOPT   (BASE+938) /* Nonoptional arg missing, CALL - f90 */
#define FWARGKTP   (BASE+939) /* KIND type conflict for argument- f90 */
#define FWARGDVT   (BASE+940) /* Derived Type conflict for arg - f90 */
#define FWARGOUT   (BASE+941) /* INTENT IN/OUT conflict for arg - f90 */
#define FWARGPTR   (BASE+942) /* Actual/Dummy ptr arg conflict - f90 */
#define FWARGRNK   (BASE+943) /* Actual/Dummy arg rank conflict - f90 */
#define FWARGPCL   (BASE+944) /* Act/Dummy ptr/ass-shape charlen- f90 */
#define FWARGASS   (BASE+945) /* Act/Dummy array type conflict - f90 */
#define FWARGSCA   (BASE+946) /* Act/Dummy array/scalar conflict- f90 */
#define FWARGCHL   (BASE+947) /* Act/Dummy arg charlen conflict - f90 */
#define FWARGARS   (BASE+948) /* Act/Dummy scalar/array conflict- f90 */
#define FWARGSIZ   (BASE+949) /* Act/Dummy array extent conflict- f90 */
#define FWBNDCHK   (BASE+950) /* Subscript value out of bounds... */
#define FWCONFCK   (BASE+951) /* Arrays are not conformant... */
#define FWNUMARG   (BASE+952) /* Number of arguments is not correct */
#define FWARGTYP   (BASE+953) /* Actual/dummy argument type conflict */
#define FWFUNTYP   (BASE+954) /* Actual/dummy argument type conflict */
#define FWARGSHP   (BASE+955) /* Actual/dummy argument shape conflict */
#define FWARGDIM   (BASE+960) /* array dimension nonconformant - f90 */
#define FWARGSBV   (BASE+961) /* Subscript value out of bounds - f90 */
#define FWARGSBR   (BASE+962) /* Subscript range out of bounds - f90 */
#define FWARGSTR   (BASE+963) /* Substring range out of bounds - f90 */
#define FWARGSVB   (BASE+964) /* Subscript val out of bounds, mipsf90 */
#define FWARGDMD   (BASE+965) /* array dim nonconform,dim,ep, mipsf90 */
#define FWARGDMZ   (BASE+966) /* array dim nonconform,ep, mipsf90 */
#define FWASOCPT   (BASE+967) /* unassociated pointer */
#define FWALOCAR   (BASE+968) /* unallocated allocatable array */
#define FWASASAR   (BASE+969) /* unassociated assumed shape array */
#define CWPTRCHK   (BASE+975) /* Dereference of suspicious C pointer */
#define CWBNDCHK   (BASE+976) /* C subscript value out of bounds */
#define FDC_ERRB   5000 /* FFIO Error number base */
#define FDC_ERR_INTERR   5000 /* Deep weeds, internal error */
#define FDC_ERR_CHAIN   5001 /* The chain of layers has some consistency */
#define FDC_ERR_NOSUP   5002 /* request not supported */
#define FDC_ERR_NOBDRY   5003 /* format depends on lower level */
#define FDC_ERR_UBC   5004 /* bad UBC count */
#define FDC_ERR_FMT   5005 /* error in FDC record format, usually */
#define FDC_ERR_SCC   5006 /* bad SCC found in foreign file */
#define FDC_ERR_MXREC   5007 /* maximum record size exceeded */
#define FDC_ERR_MXBLK   5008 /* maximum block size exceeded */
#define FDC_ERR_RAWR   5009 /* read after write error */
#define FDC_ERR_NOMEM   5010 /* no memory! */
#define FDC_ERR_REQ   5011 /* Bad request */
#define FDC_ERR_PITM   5012 /* A read produced a partial item, when */
#define FDC_ERR_WPEOD   5013 /* Write past EOD */
#define FDC_ERR_RPEOD   5014 /* Read past EOD */
#define FDC_ERR_PADD   5015 /* remainder of record is not mult of rec */
#define FDC_ERR_UXEND   5016 /* unexpected end, bad format */
#define FDC_ERR_CDCBT   5017 /* bad cyber block terminator */
#define FDC_ERR_CDCICW   5018 /* bad cyber I control word */
#define FDC_ERR_CDCWCW   5019 /* bad cyber W control word */
#define FDC_ERR_WRARD   5021 /* Write after READ, not yet supported */
#define FDC_ERR_DISABL   5022 /* Tried to use disabled layer */
#define FDC_ERR_CCVRT   5023 /* Character conversion error */
#define FDC_ERR_NCVRT   5024 /* Numeric conversion error */
#define FDC_ERR_BADSPC   5025 /* Bad open spec, usually layer */
#define FDC_ERR_BADBCW   5026 /* Bad BCW in COS layer */
#define FDC_ERR_BADRCW   5027 /* Bad RCW in COS layer */
#define FDC_ERR_WRDEV   5028 /* wrong device type for term layer */
#define FDC_ERR_BADNVE   5029 /* bad NOS/VE V control word */
#define FDC_ERR_FSSALO   5030 /* sds/mr allocation failed */
#define FDC_ERR_SDSIO   5031 /* an ssread/sswrite failed */
#define FDC_ERR_BADSK   5032 /* bad seek request */
#define FDC_ERR_BADCOS   5033 /* corrupted/bad COS blocked file */
#define FDC_ERR_FSSOVF   5034 /* FSS overflow not permitted */
#define FDC_ERR_NWEOF   5035 /* cannot WEOF */
#define FDC_ERR_BADPRI   5036 /* Bad PRI field in COS blocked file */
#define FDC_ERR_BADPFI   5037 /* Bad PFI field in COS blocked file */
#define FDC_ERR_NOPARM   5038 /* Not enough parameters in call */
#define FDC_ERR_NOGPOS   5039 /* GETPOS not supported */
#define FDC_ERR_NOSPOS   5040 /* SETPOS not supported */
#define FDC_ERR_NOTREC   5041 /* Rqst must occur only on rec bdry */
#define FDC_ERR_BADPTR   5042 /* fio pointer does not point to valid struct */
#define FDC_ERR_NBUF0   5043 /* negative number of buffers requested */
#define FDC_ERR_BUFSIZ   5044 /* buffer size is negative or too large */
#define FDC_ERR_NOSTRM   5045 /* format depends on lower level layers(s) */
#define FDC_ERR_BADOVF   5046 /* FSS Overflow not permitted */
#define FDC_ERR_SDSWB   5047 /* ssread/sswrite requires word boundary */
#define FDC_ERR_OPNGRAN   5048 /* file size is not a multiple of granularity */
#define FDC_ERR_GRAN   5049 /* layer data size granularity is violated */
#define FDC_ERR_BCKDOOR   5050 /* layer below cache.ssd must support O_SSD */
#define FDC_ERR_NOER90   5051 /* File is not an ER90 */
#define FDC_ERR_OAPPEND   5052 /* layer does not support O_APPEND open flag */
#define FDC_ERR_OSSD   5053 /* layer does not support O_SSD flag */
#define FDC_ERR_LSTIO   5054 /* listio subrequests not all for same file */
#define FDC_ERR_NOSCR   5055 /* file cannot be opened as a scratch file */
#define FDC_ERR_NOTAPE   5056 /* File is not a tape file. It is ER90 */
#define FDC_ERR_WRTERR   5057 /* Wrote too little data */
#define FDC_ERR_RDERR   5058 /* Read too little data */
#define FDC_ERR_SHCAC   5059 /* Cannot have stacked shared caches */
#define FDC_ERR_MTLSTIO   5060 /* Layer must be able to handle listio */
#define FDC_ERR_MTLOCK   5061 /* Cannot lock */
#define FDC_ERR_GLMFILE   5062 /* Different files attached on different PEs */
#define FDC_ERR_BADSHC   5063 /* Bad stacked shared caches */
#define FDC_ERR_NOSTCA   5064 /* stacked shared caches not allowed*/
#define FDC_ERR_EOVDIS   5065 /* EOV processing is disabled */
#define FDC_ERR_EOVALOW   5066 /* Operation not allowed during special eov */
#define FDC_ERR_CMPLYR   5501 /* Can't alloc memory for cmp layer */
#define FDC_ERR_SEGSIZ   5502 /* Segment size is not within range */
#define FDC_ERR_CACHESZ   5503 /* Invalid data segment cache size */
#define FDC_ERR_DEBUGLVL   5504 /* Invalid Debug level */
#define FDC_ERR_BADTRANS   5505 /* Invalid transformation type */
#define FDC_ERR_INITHDR   5506 /* Unitialized header */
#define FDC_ERR_WRHDR   5507 /* Error writing header */
#define FDC_ERR_CACHE   5508 /* Error allocating DataSegD cache */
#define FDC_ERR_DSEGD   5509 /* Error writing DataSegD */
#define FDC_ERR_DSEG   5510 /* Error writing data segment */
#define FDC_ERR_DSEGBUF   5511 /* Error allocating cmpDSegBuffer */
#define FDC_ERR_WRCACHE   5512 /* Error writing DSegD Cache */
#define FDC_ERR_WRTRLR   5513 /* Error writing trailer */
#define FDC_ERR_RDHDR   5514 /* Unable to read file header */
#define FDC_ERR_BADHDR   5515 /* Invalid file header */
#define FDC_ERR_SEEKTRL   5516 /* Unable to seek to trailer */
#define FDC_ERR_RDTRL   5517 /* Unable to read file trailer */
#define FDC_ERR_SEEKCACHE   5518 /* Couldn't seek to cache location */
#define FDC_ERR_RDCACHE   5519 /* Couldn't read segment cache */
#define FDC_ERR_SEEKFDSEGD   5520 /* Couldn't seek to first data */
#define FDC_ERR_BADCACHE   5521 /* Invalid segment descriptor cache */
#define FDC_ERR_NODSEGD   5522 /* No segment descriptors found */
#define FDC_ERR_FILESZ   5523 /* Inconsistent file size */
#define FDC_ERR_CMPBUF   5524 /* Couldn't alloc compressed buf */
#define FDC_ERR_UNCMPBUF   5525 /* Couldn't alloc uncompressed buf */
#define FDC_ERR_RDDSEG   5526 /* Couldn't read data segment */
#define FDC_ERR_RDADSEG   5527 /* Couldn't read data segment */
#define FDC_ERR_SEGLEN   5528 /* Bad data segment length */
#define FDC_ERR_SEEKDSEG   5529 /* Couldn't seek to data segment */
#define FDC_ERR_BADFLAGS   5530 /* Can't write to a file that was */
#define FDC_ERR_WRSEEK   5531 /* Can't seek when writing a */
#define FDC_ERR_SEEKBEG   5532 /* Couldn't seek to beginning */
#define FDC_ERR_SEEKEND   5533 /* Couldn't seek to last data seg */
#define FDC_ERR_UPDHDR   5534 /* Error updating file header */
#define FDC_ERR_BADAPPEND   5535 /* Error appending data */
#define FDC_ERR_APPOPEN   5536 /* Can't open append file for read */
#define FDC_ERR_APPCLOSE   5537 /* Can't close append file */
#define FDC_ERR_BADSEGBUF   5538 /* Bad uncompressed cached buffer */
#define FDC_ERR_UNCMPSEGLIST   5539 /* Couldn't allocate uncompressed */
#define FDC_ERR_SEEKSET   5540 /* Pos for SEEK_SET is invalid */
#define FDC_ERR_TRACE_FILE   5541 /* Couldn't open trace file */
#define FDC_ERR_LZ_UNPACK   5542 /* Couldn't unpack compressed info */
#define FDC_ERR_LZ_BADCHAR   5543 /* Unknown character encountered */
#define FDC_ERR_LZ_NOCOMP   5544 /* No compression achieved */
#define FDC_ERR_LZ_BUFALLOC   5545 /* Couldn't allocate buffer space */
#define FDC_ERR_LZ_WRITEMAX   5546 /* Couldn't write max bits */
#define FDC_ERR_LZ_BADHEADER   5547 /* Wrong magic header bits found */
#define FDC_ERR_LZ_BADMAXBITS   5548 /* Wrong max bits encountered */
#define FDC_ERR_LZ_BADINPUT   5549 /* Bad input during decompression */
#define FDC_ERR_LZ_WRITEHDR   5550 /* Error writing magic header */
#define FDC_ERR_LZ_UNCMPLEN   5551 /* Wrong uncompressed length */
#define FDC_ERR_LZ_BADCOMP   5552 /* Compression not working (DEBUG) */

Functions

__BEGIN_DECLS void _lerror (int _Hndlcode, int _Errno,...)
void _lmessage (int _Errno, char *_Severity, va_list args)
int _fwarn (int _Errno,...)
int _lwarn (int _Errno,...)

Define Documentation

#define _LELVL_EXIT   3 /* Message, exit with nonzero status */

Definition at line 140 of file liberrno.h.

Referenced by _lerror().

#define _LELVL_MSG   2 /* Message, then return error status */

Definition at line 141 of file liberrno.h.

Referenced by _lerror().

#define _LELVL_RETURN   0 /* No message, just return error status */

Definition at line 142 of file liberrno.h.

Referenced by _f_inqu(), and make_fdspec().

#define BASE   1000

Definition at line 160 of file liberrno.h.

Referenced by _fwarn(), _lmessage(), and _lwarn().

#define BMMVLCHK   (BASE+800) /* Bad VL in BMM simulation routines */

Definition at line 541 of file liberrno.h.

#define CWBNDCHK   (BASE+976) /* C subscript value out of bounds */

Definition at line 599 of file liberrno.h.

#define CWPTRCHK   (BASE+975) /* Dereference of suspicious C pointer */

Definition at line 598 of file liberrno.h.

#define EARRAYLEN   (BASE+853) /* No. of array elements exceeds IALEN */

Definition at line 550 of file liberrno.h.

#define EBADHANDLE
Value:
(BASE+855)     /* Invalid handle ID or type. Not part
                                   of standard                          */

Definition at line 552 of file liberrno.h.

#define EBADID   (BASE+856) /* Invalid ID. Not part of standard. */

Definition at line 553 of file liberrno.h.

#define EEND   (BASE+854) /* End of file, record or directory */

Definition at line 551 of file liberrno.h.

#define ENOHANDLE   (BASE+851) /* Handle not created */

Definition at line 548 of file liberrno.h.

#define ENONAME   (BASE+850) /* Invalid struct, const. or comp. name */

Definition at line 547 of file liberrno.h.

#define ERAS_ASNCTL   (BASE+511) /* Invalid arguments passed to ASNCTL */

Definition at line 453 of file liberrno.h.

#define ERAS_ATTFMT   (BASE+503) /* Bad format of assign attributes in */

Definition at line 444 of file liberrno.h.

#define ERAS_ATTRP   (BASE+525) /* Invalid -p option value on assign */

Definition at line 468 of file liberrno.h.

#define ERAS_ATTSPC   (BASE+530) /* No space for asn attribs in char var */

Definition at line 473 of file liberrno.h.

#define ERAS_BADCLASS   (BASE+537) /* Bad -F class */

Definition at line 480 of file liberrno.h.

#define ERAS_BADMBS   (BASE+544) /* Bad mbs with -F */

Definition at line 487 of file liberrno.h.

#define ERAS_BADOPT   (BASE+538) /* Bad option with valid -F class */

Definition at line 481 of file liberrno.h.

#define ERAS_BADREC   (BASE+546) /* Bad record with -F */

Definition at line 489 of file liberrno.h.

#define ERAS_BADRECE   (BASE+532) /* Bad assign/asgcmd record in penv */

Definition at line 475 of file liberrno.h.

#define ERAS_BADRECF   (BASE+531) /* Bad assign record in assign env file */

Definition at line 474 of file liberrno.h.

#define ERAS_BADRFMT   (BASE+547) /* Bad record format */

Definition at line 490 of file liberrno.h.

#define ERAS_BADSYNT   (BASE+540) /* Bad syntax with -F */

Definition at line 483 of file liberrno.h.

#define ERAS_BADTYPE   (BASE+513) /* Unrecognized assign object */

Definition at line 455 of file liberrno.h.

#define ERAS_BADUNIT   (BASE+514) /* Unrecognized assign unit object */

Definition at line 456 of file liberrno.h.

#define ERAS_CONFLICT   (BASE+539) /* Conflicting options on -F */

Definition at line 482 of file liberrno.h.

#define ERAS_COREQN   (BASE+526) /* -c requires -n to be specified */

Definition at line 469 of file liberrno.h.

#define ERAS_DIRFMT   (BASE+523) /* Assign directive has bad format */

Definition at line 465 of file liberrno.h.

#define ERAS_FILENV   (BASE+527) /* FILENV must be set when TMPDIR isn't */

Definition at line 470 of file liberrno.h.

#define ERAS_FILENVPOS   (BASE+536) /* FILENV not set (non-UNICOS systems)*/

Definition at line 479 of file liberrno.h.

#define ERAS_FNBL   (BASE+524) /* ASNFILE 1st arg has imbedded blnks */

Definition at line 467 of file liberrno.h.

#define ERAS_FSNSUP   (BASE+507) /* File structure not supported */

Definition at line 449 of file liberrno.h.

#define ERAS_INCOV   (BASE+515) /* -I and -O cannot both be provided */

Definition at line 457 of file liberrno.h.

#define ERAS_INMAX   (BASE+545) /* Bad initial maximum value combination*/

Definition at line 488 of file liberrno.h.

#define ERAS_LRAW   (BASE+555) /* -l not valid with -o_raw or -o_ldraw */

Definition at line 498 of file liberrno.h.

#define ERAS_MIXAD   (BASE+529) /* Invalid mixing of -a with -D options */

Definition at line 472 of file liberrno.h.

#define ERAS_MIXFO   (BASE+509) /* Invalid mix of -F with -b, -p, etc. */

Definition at line 451 of file liberrno.h.

#define ERAS_MIXFS   (BASE+508) /* Invalid mixing of -F and -s options */

Definition at line 450 of file liberrno.h.

#define ERAS_MTRUNC   (BASE+535) /* "-m on" not valid with "-T on" */

Definition at line 478 of file liberrno.h.

#define ERAS_NOOBJS   (BASE+520) /* No assign objects specified */

Definition at line 462 of file liberrno.h.

#define ERAS_NOPOP   (BASE+528) /* ASNCTL('POP') called w/ empty stack */

Definition at line 471 of file liberrno.h.

#define ERAS_NULLVNAM   (BASE+533) /* Environment variable name is null */

Definition at line 476 of file liberrno.h.

#define ERAS_NUMREQ   (BASE+548) /* Numeric value required */

Definition at line 491 of file liberrno.h.

#define ERAS_OPTREQ   (BASE+541) /* Option is required w. this -F class */

Definition at line 484 of file liberrno.h.

#define ERAS_OPTVAL1   (BASE+552) /* Invalid attribute option value */

Definition at line 495 of file liberrno.h.

#define ERAS_OPTVAL2   (BASE+553) /* Invalid attribute option value - %s */

Definition at line 496 of file liberrno.h.

#define ERAS_PATCONF   (BASE+534) /* Matched >1 filename pattern */

Definition at line 477 of file liberrno.h.

#define ERAS_PSTRING   (BASE+542) /* -F specification is too long */

Definition at line 485 of file liberrno.h.

#define ERAS_REMAT   (BASE+517) /* -R cannot be provided with attrs */

Definition at line 459 of file liberrno.h.

#define ERAS_REMV   (BASE+516) /* -V and -R cannot both be provided */

Definition at line 458 of file liberrno.h.

#define ERAS_TOKUNI   (BASE+543) /* Invalid units with -F */

Definition at line 486 of file liberrno.h.

#define ERAS_TOOBIG   (BASE+549) /* A numeric option is too big */

Definition at line 492 of file liberrno.h.

#define ERAS_TOOLAY   (BASE+551) /* Too many layers specified */

Definition at line 494 of file liberrno.h.

#define ERAS_TOOSMALL   (BASE+550) /* A numeric option is too small*/

Definition at line 493 of file liberrno.h.

#define ERAS_UNFILE   (BASE+500) /* Can't read global environment file */

Definition at line 441 of file liberrno.h.

#define ERAS_UNOPT   (BASE+554) /* Unrecognized option */

Definition at line 497 of file liberrno.h.

#define ERAS_VIEWAT   (BASE+518) /* -V cannot be provided with attrs */

Definition at line 460 of file liberrno.h.

#define ERAS_WRERR   (BASE+501) /* Can't write global environment file */

Definition at line 442 of file liberrno.h.

#define ETRUNC   (BASE+852) /* Out character argument was truncated */

Definition at line 549 of file liberrno.h.

#define FDC_ERR_APPCLOSE   5537 /* Can't close append file */

Definition at line 727 of file liberrno.h.

#define FDC_ERR_APPOPEN   5536 /* Can't open append file for read */

Definition at line 726 of file liberrno.h.

#define FDC_ERR_BADAPPEND   5535 /* Error appending data */

Definition at line 725 of file liberrno.h.

#define FDC_ERR_BADBCW   5026 /* Bad BCW in COS layer */

Definition at line 636 of file liberrno.h.

#define FDC_ERR_BADCACHE   5521 /* Invalid segment descriptor cache */

Definition at line 708 of file liberrno.h.

#define FDC_ERR_BADCOS   5033 /* corrupted/bad COS blocked file */

Definition at line 643 of file liberrno.h.

#define FDC_ERR_BADFLAGS   5530 /* Can't write to a file that was */

Definition at line 717 of file liberrno.h.

#define FDC_ERR_BADHDR   5515 /* Invalid file header */

Definition at line 701 of file liberrno.h.

#define FDC_ERR_BADNVE   5029 /* bad NOS/VE V control word */

Definition at line 639 of file liberrno.h.

#define FDC_ERR_BADOVF   5046 /* FSS Overflow not permitted */

Definition at line 657 of file liberrno.h.

#define FDC_ERR_BADPFI   5037 /* Bad PFI field in COS blocked file */

Definition at line 647 of file liberrno.h.

#define FDC_ERR_BADPRI   5036 /* Bad PRI field in COS blocked file */

Definition at line 646 of file liberrno.h.

#define FDC_ERR_BADPTR   5042 /* fio pointer does not point to valid struct */

Definition at line 652 of file liberrno.h.

#define FDC_ERR_BADRCW   5027 /* Bad RCW in COS layer */

Definition at line 637 of file liberrno.h.

#define FDC_ERR_BADSEGBUF   5538 /* Bad uncompressed cached buffer */

Definition at line 729 of file liberrno.h.

#define FDC_ERR_BADSHC   5063 /* Bad stacked shared caches */

Definition at line 676 of file liberrno.h.

#define FDC_ERR_BADSK   5032 /* bad seek request */

Definition at line 642 of file liberrno.h.

#define FDC_ERR_BADSPC   5025 /* Bad open spec, usually layer */

Definition at line 635 of file liberrno.h.

#define FDC_ERR_BADTRANS   5505 /* Invalid transformation type */

Definition at line 689 of file liberrno.h.

#define FDC_ERR_BCKDOOR   5050 /* layer below cache.ssd must support O_SSD */

Definition at line 661 of file liberrno.h.

#define FDC_ERR_BUFSIZ   5044 /* buffer size is negative or too large */

Definition at line 654 of file liberrno.h.

#define FDC_ERR_CACHE   5508 /* Error allocating DataSegD cache */

Definition at line 693 of file liberrno.h.

#define FDC_ERR_CACHESZ   5503 /* Invalid data segment cache size */

Definition at line 687 of file liberrno.h.

#define FDC_ERR_CCVRT   5023 /* Character conversion error */

Definition at line 633 of file liberrno.h.

#define FDC_ERR_CDCBT   5017 /* bad cyber block terminator */

Definition at line 627 of file liberrno.h.

#define FDC_ERR_CDCICW   5018 /* bad cyber I control word */

Definition at line 628 of file liberrno.h.

#define FDC_ERR_CDCWCW   5019 /* bad cyber W control word */

Definition at line 629 of file liberrno.h.

#define FDC_ERR_CHAIN   5001 /* The chain of layers has some consistency */

Definition at line 607 of file liberrno.h.

#define FDC_ERR_CMPBUF   5524 /* Couldn't alloc compressed buf */

Definition at line 711 of file liberrno.h.

#define FDC_ERR_CMPLYR   5501 /* Can't alloc memory for cmp layer */

Definition at line 685 of file liberrno.h.

#define FDC_ERR_DEBUGLVL   5504 /* Invalid Debug level */

Definition at line 688 of file liberrno.h.

#define FDC_ERR_DISABL   5022 /* Tried to use disabled layer */

Definition at line 632 of file liberrno.h.

#define FDC_ERR_DSEG   5510 /* Error writing data segment */

Definition at line 695 of file liberrno.h.

#define FDC_ERR_DSEGBUF   5511 /* Error allocating cmpDSegBuffer */

Definition at line 696 of file liberrno.h.

#define FDC_ERR_DSEGD   5509 /* Error writing DataSegD */

Definition at line 694 of file liberrno.h.

#define FDC_ERR_EOVALOW   5066 /* Operation not allowed during special eov */

Definition at line 679 of file liberrno.h.

#define FDC_ERR_EOVDIS   5065 /* EOV processing is disabled */

Definition at line 678 of file liberrno.h.

#define FDC_ERR_FILESZ   5523 /* Inconsistent file size */

Definition at line 710 of file liberrno.h.

#define FDC_ERR_FMT   5005 /* error in FDC record format, usually */

Definition at line 613 of file liberrno.h.

#define FDC_ERR_FSSALO   5030 /* sds/mr allocation failed */

Definition at line 640 of file liberrno.h.

#define FDC_ERR_FSSOVF   5034 /* FSS overflow not permitted */

Definition at line 644 of file liberrno.h.

#define FDC_ERR_GLMFILE   5062 /* Different files attached on different PEs */

Definition at line 675 of file liberrno.h.

#define FDC_ERR_GRAN   5049 /* layer data size granularity is violated */

Definition at line 660 of file liberrno.h.

#define FDC_ERR_INITHDR   5506 /* Unitialized header */

Definition at line 690 of file liberrno.h.

#define FDC_ERR_INTERR   5000 /* Deep weeds, internal error */

Definition at line 606 of file liberrno.h.

#define FDC_ERR_LSTIO   5054 /* listio subrequests not all for same file */

Definition at line 666 of file liberrno.h.

#define FDC_ERR_LZ_BADCHAR   5543 /* Unknown character encountered */

Definition at line 740 of file liberrno.h.

#define FDC_ERR_LZ_BADCOMP   5552 /* Compression not working (DEBUG) */

Definition at line 749 of file liberrno.h.

#define FDC_ERR_LZ_BADHEADER   5547 /* Wrong magic header bits found */

Definition at line 744 of file liberrno.h.

#define FDC_ERR_LZ_BADINPUT   5549 /* Bad input during decompression */

Definition at line 746 of file liberrno.h.

#define FDC_ERR_LZ_BADMAXBITS   5548 /* Wrong max bits encountered */

Definition at line 745 of file liberrno.h.

#define FDC_ERR_LZ_BUFALLOC   5545 /* Couldn't allocate buffer space */

Definition at line 742 of file liberrno.h.

#define FDC_ERR_LZ_NOCOMP   5544 /* No compression achieved */

Definition at line 741 of file liberrno.h.

#define FDC_ERR_LZ_UNCMPLEN   5551 /* Wrong uncompressed length */

Definition at line 748 of file liberrno.h.

#define FDC_ERR_LZ_UNPACK   5542 /* Couldn't unpack compressed info */

Definition at line 739 of file liberrno.h.

#define FDC_ERR_LZ_WRITEHDR   5550 /* Error writing magic header */

Definition at line 747 of file liberrno.h.

#define FDC_ERR_LZ_WRITEMAX   5546 /* Couldn't write max bits */

Definition at line 743 of file liberrno.h.

#define FDC_ERR_MTLOCK   5061 /* Cannot lock */

Definition at line 674 of file liberrno.h.

#define FDC_ERR_MTLSTIO   5060 /* Layer must be able to handle listio */

Definition at line 673 of file liberrno.h.

#define FDC_ERR_MXBLK   5008 /* maximum block size exceeded */

Definition at line 617 of file liberrno.h.

#define FDC_ERR_MXREC   5007 /* maximum record size exceeded */

Definition at line 616 of file liberrno.h.

#define FDC_ERR_NBUF0   5043 /* negative number of buffers requested */

Definition at line 653 of file liberrno.h.

#define FDC_ERR_NCVRT   5024 /* Numeric conversion error */

Definition at line 634 of file liberrno.h.

Referenced by _frwd(), and _fwwd().

#define FDC_ERR_NOBDRY   5003 /* format depends on lower level */

Definition at line 610 of file liberrno.h.

#define FDC_ERR_NODSEGD   5522 /* No segment descriptors found */

Definition at line 709 of file liberrno.h.

#define FDC_ERR_NOER90   5051 /* File is not an ER90 */

Definition at line 662 of file liberrno.h.

#define FDC_ERR_NOGPOS   5039 /* GETPOS not supported */

Definition at line 649 of file liberrno.h.

#define FDC_ERR_NOMEM   5010 /* no memory! */

Definition at line 619 of file liberrno.h.

Referenced by _lmessage().

#define FDC_ERR_NOPARM   5038 /* Not enough parameters in call */

Definition at line 648 of file liberrno.h.

#define FDC_ERR_NOSCR   5055 /* file cannot be opened as a scratch file */

Definition at line 667 of file liberrno.h.

#define FDC_ERR_NOSPOS   5040 /* SETPOS not supported */

Definition at line 650 of file liberrno.h.

#define FDC_ERR_NOSTCA   5064 /* stacked shared caches not allowed*/

Definition at line 677 of file liberrno.h.

#define FDC_ERR_NOSTRM   5045 /* format depends on lower level layers(s) */

Definition at line 655 of file liberrno.h.

Referenced by usdumplockf90_(), usdumplockf90_8_(), usdumpsemaf90_(), and usdumpsemaf90_8_().

#define FDC_ERR_NOSUP   5002 /* request not supported */

Definition at line 609 of file liberrno.h.

Referenced by __setpos64(), _setpos(), ftellf90_8_(), and ftellf90_8_4_().

#define FDC_ERR_NOTAPE   5056 /* File is not a tape file. It is ER90 */

Definition at line 668 of file liberrno.h.

#define FDC_ERR_NOTREC   5041 /* Rqst must occur only on rec bdry */

Definition at line 651 of file liberrno.h.

#define FDC_ERR_NWEOF   5035 /* cannot WEOF */

Definition at line 645 of file liberrno.h.

#define FDC_ERR_OAPPEND   5052 /* layer does not support O_APPEND open flag */

Definition at line 664 of file liberrno.h.

#define FDC_ERR_OPNGRAN   5048 /* file size is not a multiple of granularity */

Definition at line 659 of file liberrno.h.

#define FDC_ERR_OSSD   5053 /* layer does not support O_SSD flag */

Definition at line 665 of file liberrno.h.

#define FDC_ERR_PADD   5015 /* remainder of record is not mult of rec */

Definition at line 625 of file liberrno.h.

#define FDC_ERR_PITM   5012 /* A read produced a partial item, when */

Definition at line 621 of file liberrno.h.

Referenced by _frwd().

#define FDC_ERR_RAWR   5009 /* read after write error */

Definition at line 618 of file liberrno.h.

#define FDC_ERR_RDADSEG   5527 /* Couldn't read data segment */

Definition at line 714 of file liberrno.h.

#define FDC_ERR_RDCACHE   5519 /* Couldn't read segment cache */

Definition at line 705 of file liberrno.h.

#define FDC_ERR_RDDSEG   5526 /* Couldn't read data segment */

Definition at line 713 of file liberrno.h.

#define FDC_ERR_RDERR   5058 /* Read too little data */

Definition at line 670 of file liberrno.h.

#define FDC_ERR_RDHDR   5514 /* Unable to read file header */

Definition at line 700 of file liberrno.h.

#define FDC_ERR_RDTRL   5517 /* Unable to read file trailer */

Definition at line 703 of file liberrno.h.

#define FDC_ERR_REQ   5011 /* Bad request */

Definition at line 620 of file liberrno.h.

#define FDC_ERR_RPEOD   5014 /* Read past EOD */

Definition at line 624 of file liberrno.h.

#define FDC_ERR_SCC   5006 /* bad SCC found in foreign file */

Definition at line 615 of file liberrno.h.

#define FDC_ERR_SDSIO   5031 /* an ssread/sswrite failed */

Definition at line 641 of file liberrno.h.

#define FDC_ERR_SDSWB   5047 /* ssread/sswrite requires word boundary */

Definition at line 658 of file liberrno.h.

#define FDC_ERR_SEEKBEG   5532 /* Couldn't seek to beginning */

Definition at line 722 of file liberrno.h.

#define FDC_ERR_SEEKCACHE   5518 /* Couldn't seek to cache location */

Definition at line 704 of file liberrno.h.

#define FDC_ERR_SEEKDSEG   5529 /* Couldn't seek to data segment */

Definition at line 716 of file liberrno.h.

#define FDC_ERR_SEEKEND   5533 /* Couldn't seek to last data seg */

Definition at line 723 of file liberrno.h.

#define FDC_ERR_SEEKFDSEGD   5520 /* Couldn't seek to first data */

Definition at line 706 of file liberrno.h.

#define FDC_ERR_SEEKSET   5540 /* Pos for SEEK_SET is invalid */

Definition at line 732 of file liberrno.h.

#define FDC_ERR_SEEKTRL   5516 /* Unable to seek to trailer */

Definition at line 702 of file liberrno.h.

#define FDC_ERR_SEGLEN   5528 /* Bad data segment length */

Definition at line 715 of file liberrno.h.

#define FDC_ERR_SEGSIZ   5502 /* Segment size is not within range */

Definition at line 686 of file liberrno.h.

#define FDC_ERR_SHCAC   5059 /* Cannot have stacked shared caches */

Definition at line 671 of file liberrno.h.

#define FDC_ERR_TRACE_FILE   5541 /* Couldn't open trace file */

Definition at line 733 of file liberrno.h.

#define FDC_ERR_UBC   5004 /* bad UBC count */

Definition at line 612 of file liberrno.h.

#define FDC_ERR_UNCMPBUF   5525 /* Couldn't alloc uncompressed buf */

Definition at line 712 of file liberrno.h.

#define FDC_ERR_UNCMPSEGLIST   5539 /* Couldn't allocate uncompressed */

Definition at line 730 of file liberrno.h.

#define FDC_ERR_UPDHDR   5534 /* Error updating file header */

Definition at line 724 of file liberrno.h.

#define FDC_ERR_UXEND   5016 /* unexpected end, bad format */

Definition at line 626 of file liberrno.h.

#define FDC_ERR_WPEOD   5013 /* Write past EOD */

Definition at line 623 of file liberrno.h.

#define FDC_ERR_WRARD   5021 /* Write after READ, not yet supported */

Definition at line 631 of file liberrno.h.

#define FDC_ERR_WRCACHE   5512 /* Error writing DSegD Cache */

Definition at line 697 of file liberrno.h.

#define FDC_ERR_WRDEV   5028 /* wrong device type for term layer */

Definition at line 638 of file liberrno.h.

#define FDC_ERR_WRHDR   5507 /* Error writing header */

Definition at line 692 of file liberrno.h.

#define FDC_ERR_WRSEEK   5531 /* Can't seek when writing a */

Definition at line 719 of file liberrno.h.

#define FDC_ERR_WRTERR   5057 /* Wrote too little data */

Definition at line 669 of file liberrno.h.

#define FDC_ERR_WRTRLR   5513 /* Error writing trailer */

Definition at line 698 of file liberrno.h.

#define FDC_ERRB   5000 /* FFIO Error number base */

Definition at line 605 of file liberrno.h.

Referenced by _fwarn(), _lmessage(), and _lwarn().

#define FE___100   (BASE+100) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */

Definition at line 268 of file liberrno.h.

#define FE___504   (BASE+504) /* DEAD MESSAGE (3.0) -- DO NO RE-USE */

Definition at line 446 of file liberrno.h.

#define FE___505   (BASE+505) /* DEAD MESSAGE (3.0) -- DO NO RE-USE */

Definition at line 447 of file liberrno.h.

#define FE___506   (BASE+506) /* DEAD MESSAGE (3.0) -- DO NO RE-USE */

Definition at line 448 of file liberrno.h.

#define FE___510   (BASE+510) /* DEAD MESSAGE (1.2) -- DO NOT RE-USE */

Definition at line 452 of file liberrno.h.

#define FE___512   (BASE+512) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */

Definition at line 454 of file liberrno.h.

#define FE___519   (BASE+519) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */

Definition at line 461 of file liberrno.h.

#define FE___521   (BASE+521) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */

Definition at line 463 of file liberrno.h.

#define FE___522   (BASE+522) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */

Definition at line 464 of file liberrno.h.

#define FE___583   (BASE+583) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */

Definition at line 501 of file liberrno.h.

#define FE___584   (BASE+584) /* DEAD MESSAGE (1.2) -- DO NOT RE-USE */

Definition at line 502 of file liberrno.h.

#define FE___585   (BASE+585) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */

Definition at line 503 of file liberrno.h.

#define FE___588   (BASE+588) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */

Definition at line 506 of file liberrno.h.

#define FE____10   (BASE+10) /* DEAD MESSAGE (7.3) -- DO NOT RE-USE */

Definition at line 175 of file liberrno.h.

#define FE____11   (BASE+11) /* DEAD MESSAGE (7.3) -- DO NOT RE-USE */

Definition at line 176 of file liberrno.h.

#define FE____23   (BASE+23) /* DEAD MESSAGE (7.3) -- DO NOT RE-USE */

Definition at line 186 of file liberrno.h.

#define FE____24   (BASE+24) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */

Definition at line 187 of file liberrno.h.

#define FE____47   (BASE+47) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */

Definition at line 211 of file liberrno.h.

#define FE____50   (BASE+50) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */

Definition at line 215 of file liberrno.h.

#define FE____62   (BASE+62) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */

Definition at line 228 of file liberrno.h.

#define FE____66   (BASE+66) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */

Definition at line 232 of file liberrno.h.

#define FE____88   (BASE+88) /* DEAD MESSAGE (7.3) -- DO NOT RE-USE */

Definition at line 255 of file liberrno.h.

#define FE____94   (BASE+94) /* DEAD MESSAGE (3.0) -- DO NOT RE-USE */

Definition at line 261 of file liberrno.h.

#define FE____97   (BASE+97) /* DEAD MESSAGE (7.3) -- DO NOT RE-USE */

Definition at line 264 of file liberrno.h.

#define FEADVEOR   (BASE+345) /* ADVANCE='NO' required with EOR= */

Definition at line 375 of file liberrno.h.

Referenced by _FRF().

#define FEADVSIZ   (BASE+344) /* ADVANCE='NO' required with SIZE= */

Definition at line 374 of file liberrno.h.

Referenced by _FRF().

#define FEADVSPC   (BASE+343) /* Invalid ADVANCE= specifier on rd/wrt */

Definition at line 373 of file liberrno.h.

Referenced by _FRF(), and _FWF().

#define FEALALLO   (BASE+411) /* ALLOCATE array already allocated */

Definition at line 420 of file liberrno.h.

#define FEANOSUP   (BASE+75) /* assign opt unsupported by file type */

Definition at line 242 of file liberrno.h.

#define FEAQBADH   (BASE+73) /* AQIO call with invalid file handle */

Definition at line 240 of file liberrno.h.

#define FEARGCNT   (BASE+402) /* Routine called with wrong # of args. */

Definition at line 406 of file liberrno.h.

Referenced by _GETPOS_().

#define FEARGLST   (BASE+380) /* Argument list is not valid */

Definition at line 399 of file liberrno.h.

#define FEARGSHP   (BASE+403) /* Actual/dummy argument shape conflict */

Definition at line 407 of file liberrno.h.

#define FEBADMLD   (BASE+418) /* Result of TRANSFER <= size of source */

Definition at line 427 of file liberrno.h.

Referenced by __transfer().

#define FEBDORDR   (BASE+417) /* Bad value in ORDER for RESHAPE */

Definition at line 426 of file liberrno.h.

Referenced by _RESHAPE().

#define FEBIOFWA   (BASE+332) /* Start address > end address for BUFIO*/

Definition at line 361 of file liberrno.h.

Referenced by _rb(), and _wb().

#define FEBIOFWD   (BASE+342) /* Invalid number of items for BUFIO */

Definition at line 371 of file liberrno.h.

Referenced by _rb(), and _wb().

#define FEBIOISP   (BASE+334) /* Invalid argument to SETPOS */

Definition at line 363 of file liberrno.h.

Referenced by _setpos().

#define FEBIONDA   (BASE+330) /* Direct access file invalid for BUFIO */
#define FEBIONFM   (BASE+331) /* Formatted file invalid for BUFIO */

Definition at line 360 of file liberrno.h.

Referenced by _rb(), and _wb().

#define FEBIOSNT   (BASE+335) /* Positioning operation not supported */

Definition at line 364 of file liberrno.h.

Referenced by __setpos64(), _GETPOS_(), _setpos(), and SETPOS().

#define FEBKSPIV   (BASE+84) /* BACKSPACE invalid on direct access */

Definition at line 251 of file liberrno.h.

Referenced by _unit_bksp().

#define FEBSPNRD   (BASE+79) /* BACKSPACE requires read permission */

Definition at line 246 of file liberrno.h.

Referenced by _unit_bksp().

#define FECLSTAT   (BASE+70) /* Unknown STATUS parameter on CLOSE */

Definition at line 237 of file liberrno.h.

Referenced by _CLS().

#define FECLSTIV   (BASE+71) /* Invalid STATUS parameter on CLOSE */

Definition at line 238 of file liberrno.h.

Referenced by _CLS().

#define FECONNDA   (BASE+21) /* Unit not opened for direct access */

Definition at line 184 of file liberrno.h.

Referenced by _ll_implicit_open().

#define FECONNTP   (BASE+22) /* Unit not connected to tape */

Definition at line 185 of file liberrno.h.

#define FEDEALSZ   (BASE+413) /* DEALLOCATE arg not allocated size */

Definition at line 422 of file liberrno.h.

#define FEDEASIZ   (BASE+422) /* DEALLOC argsize mismatch,give sizes */

Definition at line 431 of file liberrno.h.

#define FEDECDRL   (BASE+340) /* Invalid DECODE record length */

Definition at line 369 of file liberrno.h.

Referenced by $DFI().

#define FEDIRTIV   (BASE+82) /* Direct access I/O invalid on seq. */

Definition at line 249 of file liberrno.h.

Referenced by _get_mismatch_error(), _RUI(), and _WUI().

#define FEENAFEN   (BASE+96) /* ENDFILE invalid after ENDFILE */

Definition at line 263 of file liberrno.h.

Referenced by _EOFW().

#define FEENCDRL   (BASE+341) /* Invalid ENCODE record length */

Definition at line 370 of file liberrno.h.

Referenced by $EFI().

#define FEENDFIV   (BASE+85) /* ENDFILE invalid on direct access */

Definition at line 252 of file liberrno.h.

Referenced by _EOFW().

#define FEEORCND   -(BASE+6) /* Read past EOR with ADVANCE='NO' */

Definition at line 173 of file liberrno.h.

Referenced by _FRF(), and _rdfmt().

#define FEFILACT   (BASE+27) /* ACTION= conflicts with file perms */

Definition at line 190 of file liberrno.h.

Referenced by _f_opn().

#define FEFMTBAS   (BASE+611) /* Base for all format errors */

Definition at line 515 of file liberrno.h.

#define FEFMTEIN   (BASE+613) /* Expecting integer */

Definition at line 519 of file liberrno.h.

#define FEFMTELP   (BASE+611) /* Expecting left parenthesis */

Definition at line 517 of file liberrno.h.

#define FEFMTEPE   (BASE+614) /* Expecting period */

Definition at line 520 of file liberrno.h.

#define FEFMTEPX   (BASE+615) /* Expecting P or X */

Definition at line 521 of file liberrno.h.

#define FEFMTERP   (BASE+612) /* Expecting right parenthesis */

Definition at line 518 of file liberrno.h.

#define FEFMTFTL   (BASE+619) /* Field too large */

Definition at line 525 of file liberrno.h.

#define FEFMTIED   (BASE+621) /* Invalid edit descriptor */

Definition at line 527 of file liberrno.h.

#define FEFMTILF   (BASE+117) /* Infinite loop in format */

Definition at line 274 of file liberrno.h.

Referenced by _rdfmt(), and _wrfmt().

#define FEFMTIRP   (BASE+616) /* Invalid repetition count */

Definition at line 522 of file liberrno.h.

#define FEFMTLII   (BASE+118) /* Literal invalid in input format */

Definition at line 275 of file liberrno.h.

Referenced by _rdfmt().

#define FEFMTMEM   (BASE+623) /* Unable to allocate memory */

Definition at line 529 of file liberrno.h.

Referenced by _lmessage().

#define FEFMTNLS   (BASE+622) /* Nonterminated literal string */

Definition at line 528 of file liberrno.h.

#define FEFMTNUL   (BASE+216) /* FMT var or array is zero-sized */

Definition at line 310 of file liberrno.h.

Referenced by setup_format().

#define FEFMTPAL   (BASE+214) /* FMT var not allocated or associated */

Definition at line 308 of file liberrno.h.

Referenced by setup_format().

#define FEFMTQIO   (BASE+119) /* Q edit-desc. invalid in output format*/

Definition at line 276 of file liberrno.h.

Referenced by _wrfmt().

#define FEFMTTIV   (BASE+80) /* Formatted I/O invalid on unformatted */
#define FEFMTZFW   (BASE+618) /* Zero field width */

Definition at line 524 of file liberrno.h.

#define FEFMTZMH   (BASE+620) /* Zero or missing hollerith count */

Definition at line 526 of file liberrno.h.

#define FEFMTZRP   (BASE+617) /* Zero repetition count */

Definition at line 523 of file liberrno.h.

#define FEINCZER   (BASE+72) /* Increment in implied-do is zero */

Definition at line 239 of file liberrno.h.

Referenced by _strip_mine(), and _xfer_iolist().

#define FEINTDTY   (BASE+223) /* Internal error - unknown data type */
#define FEINTIPF   (BASE+224) /* Internal error invalid parsed format */

Definition at line 317 of file liberrno.h.

Referenced by _rdfmt(), and _wrfmt().

#define FEINTTAP   (BASE+226) /* Internal error on tape read */

Definition at line 319 of file liberrno.h.

#define FEIOACTV   (BASE+208) /* An I/O statement was already active */

Definition at line 302 of file liberrno.h.

Referenced by _RUI(), and _WUI().

#define FEIPOWZR   (BASE+416) /* Two zero arguments to POWER routine */

Definition at line 425 of file liberrno.h.

#define FEIVRECN   (BASE+15) /* Invalid record number (%d) */

Definition at line 181 of file liberrno.h.

Referenced by _unit_seek().

#define FEIVUNTO   (BASE+13) /* Invalid unit number on OPEN */

Definition at line 179 of file liberrno.h.

Referenced by __OPN().

#define FEKLUDG1   (BASE+391) /* System error 1 */

Definition at line 401 of file liberrno.h.

Referenced by __READ(), and __READC().

#define FEKLUDG2   (BASE+392) /* System error 2 */

Definition at line 402 of file liberrno.h.

Referenced by __READ(), and __READC().

#define FEKLUDG3   (BASE+393) /* System error 3 */

Definition at line 403 of file liberrno.h.

Referenced by __READ(), and __READC().

#define FEKLUDG4   (BASE+394) /* System error 4 */

Definition at line 404 of file liberrno.h.

Referenced by __READ(), and __READC().

#define FEKNTSUP   (BASE+373) /* I/O not supported for this KIND */

Definition at line 395 of file liberrno.h.

Referenced by _g_complx(), _g_number(), _get_value(), _ld_write(), _nexdata(), and _s_scan_extensions().

#define FELDDCNV   (BASE+371) /* Data conversion routine not loaded */

Definition at line 393 of file liberrno.h.

Referenced by _frwd(), and _fwwd().

#define FELDNOCX   (BASE+181) /* Invalid complex on list-directed read*/

Definition at line 286 of file liberrno.h.

Referenced by _ld_read(), and _mr_scan_complex().

#define FELDSTRL   (BASE+182) /* String too long on list-directed read*/

Definition at line 287 of file liberrno.h.

Referenced by _s_scan_extensions().

#define FELDUNKI   (BASE+180) /* Unknown input on list-directed read */

Definition at line 285 of file liberrno.h.

Referenced by _ld_read(), and _s_scan_extensions().

#define FEMCN   "lib" /* Library Error Message Catalog Name */

Definition at line 130 of file liberrno.h.

Referenced by _lmessage().

#define FEMDUPOP   (BASE+74) /* File connected to unit with "-m off" */

Definition at line 241 of file liberrno.h.

Referenced by _uniqinod().

#define FEMIXAUX   (BASE+339) /* Mixing auxiliary and Fortran I/O */
#define FEMIXBUF   (BASE+338) /* Mixing BUFIO/READ/WRITE on pure file */

Definition at line 366 of file liberrno.h.

Referenced by _RUI(), and _WUI().

#define FEMIXSCP   (BASE+76) /* can't open unit private and global */

Definition at line 243 of file liberrno.h.

Referenced by _mixed_scope().

#define FENCNV90   (BASE+372) /* Can't convert this type with f90 */

Definition at line 394 of file liberrno.h.

Referenced by _gdc_abort(), and _get_dc_param().

#define FENEARZS   (BASE+415) /* NEAREST argument S is 0.0 */

Definition at line 424 of file liberrno.h.

#define FENGFLCL   (BASE+421) /* GETFIRST array not allocated locally */

Definition at line 430 of file liberrno.h.

#define FENICVBK   (BASE+194) /* Blank numeric input field */

Definition at line 293 of file liberrno.h.

Referenced by _nicverr().

#define FENICVEO   (BASE+193) /* Exponent overflow on numeric input */

Definition at line 292 of file liberrno.h.

Referenced by _nicverr().

#define FENICVEU   (BASE+192) /* Exponent underflow on numeric input */

Definition at line 291 of file liberrno.h.

Referenced by _nicverr().

#define FENICVIC   (BASE+190) /* Invalid character in numeric input */

Definition at line 289 of file liberrno.h.

Referenced by _g_complx(), _g_number(), _get_value(), _gocthex(), _nicverr(), and g_octhex().

#define FENICVOF   (BASE+191) /* Overflow converting numeric input */

Definition at line 290 of file liberrno.h.

Referenced by _nicverr().

#define FENLARSC   (BASE+309) /* Array section input to cf90/cf77 nml */

Definition at line 337 of file liberrno.h.

Referenced by _indx_nl(), and _rnl90to77().

#define FENLBNDY   (BASE+321) /* Attempted namelist read beyond array */

Definition at line 349 of file liberrno.h.

Referenced by _getnlval(), and n_indx().

#define FENLDBCP   (BASE+327) /* Double complex illegal for f77 mode */

Definition at line 355 of file liberrno.h.

Referenced by _wnl90to77().

#define FENLIOER   (BASE+310) /* Namelist read error */
#define FENLIVCX   (BASE+318) /* Invalid complex data in namelist read*/

Definition at line 346 of file liberrno.h.

Referenced by _g_complx(), _nexdata(), g_complx(), and nex_data().

#define FENLIVGN   (BASE+314) /* Namelist input group name mismatch */

Definition at line 342 of file liberrno.h.

Referenced by RNL().

#define FENLIVGP   (BASE+304) /* NL input group name mismatch + name */

Definition at line 332 of file liberrno.h.

Referenced by _FRN(), and _rnl90to77().

#define FENLIVIT   (BASE+305) /* Input float data to INTEGER type */

Definition at line 333 of file liberrno.h.

Referenced by _g_number(), and _rnl90to77().

#define FENLIVLG   (BASE+317) /* Invalid logical data in namelist read*/

Definition at line 345 of file liberrno.h.

Referenced by _nexdata(), and nex_data().

#define FENLLGNM   (BASE+303) /* NL variable name too long + name */

Definition at line 331 of file liberrno.h.

Referenced by _FRN(), _getname(), and _rnl90to77().

#define FENLLONG   (BASE+313) /* Namelist variable name too long */

Definition at line 341 of file liberrno.h.

Referenced by n_getn().

#define FENLNMSZ   (BASE+326) /* Namelist name is larger than recsize */

Definition at line 354 of file liberrno.h.

Referenced by _FWN(), and _wnl90to77().

#define FENLNOVL   (BASE+316) /* Unable to obtain namelist value */

Definition at line 344 of file liberrno.h.

Referenced by _g_charstr(), _getnlval(), g_charstr(), and n_getv().

#define FENLNREC   (BASE+324) /* Unrecognized namelist variable name */

Definition at line 352 of file liberrno.h.

Referenced by _FRN(), _getnlval(), _rnl90to77(), and RNL().

#define FENLONEC   (BASE+306) /* First/last character unknown nl read */

Definition at line 334 of file liberrno.h.

Referenced by _FRN().

#define FENLPRAM   (BASE+329) /* Bad pre-ampersand character in f90 */

Definition at line 357 of file liberrno.h.

#define FENLRECL   (BASE+320) /* Input rec. too long on namelist read */

Definition at line 348 of file liberrno.h.

Referenced by _rnl_fillrec().

#define FENLSTCT   (BASE+328) /* Structures illegal for f77 mode */

Definition at line 356 of file liberrno.h.

Referenced by _getnlval(), and _wnl90to77().

#define FENLSTRG   (BASE+296) /* Bad substring contents, nl read */

Definition at line 326 of file liberrno.h.

Referenced by _FRN(), _getnlval(), _indx_nl(), and _rnl90to77().

#define FENLSTRN   (BASE+295) /* Null substring, nl read */

Definition at line 325 of file liberrno.h.

Referenced by _FRN(), _getnlval(), _indx_nl(), and _rnl90to77().

#define FENLSUBD   (BASE+298) /* Bad char after subscript, nl read */

Definition at line 328 of file liberrno.h.

Referenced by _FRN(), _indx_nl(), and _rnl90to77().

#define FENLSUBN   (BASE+297) /* Null subscript, nl read */

Definition at line 327 of file liberrno.h.

Referenced by _FRN(), _getnlval(), _indx_nl(), and _rnl90to77().

#define FENLSUBS   (BASE+299) /* Bad char in subscript value, nl read */

Definition at line 329 of file liberrno.h.

Referenced by _FRN(), _getnlval(), _indx_nl(), and _rnl90to77().

#define FENLTOOM   (BASE+323) /* Too many namelist elements specified */

Definition at line 351 of file liberrno.h.

Referenced by _nlread(), and nl_read().

#define FENLTYPE   (BASE+312) /* Invalid char passed to namelist rtn. */

Definition at line 340 of file liberrno.h.

Referenced by _getfchar().

#define FENLTYPI   (BASE+325) /* Data type mismatch on namelist read */

Definition at line 353 of file liberrno.h.

Referenced by g_complx(), g_number(), g_octhex(), get_holl(), get_quoholl(), and RNL().

#define FENLUNKI   (BASE+307) /* Unknown input on namelist read */
#define FENLUNKN   (BASE+315) /* Unrecognized namelist variable name */

Definition at line 343 of file liberrno.h.

Referenced by _FRN(), _getnlval(), _nl_stride_dv(), and _rnl90to77().

#define FENLZRCH   (BASE+308) /* Zero length char in nl for cf90/cf77 */

Definition at line 336 of file liberrno.h.

#define FENMPTAR   (BASE+423) /* Source arg not associated:allocated */
#define FENMSCDM   (BASE+424) /* nm Array intrin. has illegal DIM arg */
#define FENOBKPI   (BASE+98) /* Unable to BACKSPACE pipe */

Definition at line 265 of file liberrno.h.

Referenced by _unit_bksp().

#define FENOBKSP   (BASE+92) /* File does not support BACKSPACE */

Definition at line 259 of file liberrno.h.

Referenced by _unit_bksp().

#define FENODEAL   (BASE+412) /* DEALLOCATE arg not alloc or ptr-alloc*/

Definition at line 421 of file liberrno.h.

#define FENODELT   (BASE+101) /* Unable to delete file on CLOSE */

Definition at line 269 of file liberrno.h.

Referenced by _unit_scratch().

#define FENOENDF   (BASE+93) /* File does not support ENDFILE */

Definition at line 260 of file liberrno.h.

#define FENOGLOB   (BASE+77) /* -P global not supported */

Definition at line 244 of file liberrno.h.

Referenced by _f_open().

#define FENOICNV   (BASE+375) /* Data conversion not sup on this unit */

Definition at line 397 of file liberrno.h.

Referenced by _f_opn().

#define FENOPRIV   (BASE+78) /* -P private not supported */

Definition at line 245 of file liberrno.h.

Referenced by _f_open().

#define FENOREAD   (BASE+90) /* No read permission */

Definition at line 257 of file liberrno.h.

Referenced by _FRN(), _get_mismatch_error(), _RUI(), and RNL().

#define FENORECN   (BASE+16) /* Record number does not exist in file */

Definition at line 182 of file liberrno.h.

Referenced by _dr_endrec(), and _unit_seek().

#define FENORWPI   (BASE+99) /* Unable to REWIND pipe */

Definition at line 266 of file liberrno.h.

Referenced by _REWF().

#define FENOSDSP   (BASE+206) /* Unable to request more SDS space */

Definition at line 300 of file liberrno.h.

#define FENOSKPB   (BASE+28) /* File does not support SKIPBAD */

Definition at line 191 of file liberrno.h.

Referenced by _f_opn().

#define FENOSKPF   (BASE+140) /* File does not support SKIPF */

Definition at line 278 of file liberrno.h.

Referenced by SKIPF().

#define FENOTEAM   (BASE+104) /* -P team not supported */

Definition at line 272 of file liberrno.h.

Referenced by _f_open().

#define FENOTHRD   (BASE+103) /* -P thread not supported */

Definition at line 271 of file liberrno.h.

Referenced by _f_open().

#define FENOTOPN   (BASE+14) /* Unit is not connected */

Definition at line 180 of file liberrno.h.

Referenced by flush_().

#define FENOWRIT   (BASE+91) /* No write permission */
#define FEOPACCS   (BASE+31) /* Unknown ACCESS parameter on OPEN */

Definition at line 195 of file liberrno.h.

Referenced by __OPN().

#define FEOPACTB   (BASE+38) /* Unknown ACTION specifier on OPEN */

Definition at line 201 of file liberrno.h.

Referenced by __OPN().

#define FEOPAQPZ   (BASE+61) /* Invalid AQPSIZE parameter in AQOPEN */

Definition at line 227 of file liberrno.h.

#define FEOPASGN   (BASE+46) /* ASSIGN/ASGCMD conflict */

Definition at line 210 of file liberrno.h.

#define FEOPAUXT   (BASE+26) /* File is opened by an auxiliary i/o */

Definition at line 189 of file liberrno.h.

Referenced by __OPN().

#define FEOPBKIV   (BASE+44) /* BLANK specifier invalid on OPEN */

Definition at line 208 of file liberrno.h.

Referenced by __OPN().

#define FEOPBLNK   (BASE+34) /* Unknown BLANK parameter on OPEN */

Definition at line 198 of file liberrno.h.

Referenced by __OPN().

#define FEOPCAPY   (BASE+57) /* File cannot be opened per dgl's specs*/

Definition at line 222 of file liberrno.h.

#define FEOPCBNK   (BASE+54) /* Only BLANK can be changed on reopen */

Definition at line 219 of file liberrno.h.

Referenced by __OPN().

#define FEOPDLMB   (BASE+39) /* Unknown DELIM specifier on OPEN */

Definition at line 202 of file liberrno.h.

Referenced by __OPN().

#define FEOPDLMI   (BASE+49) /* DELIM specifier invalid on OPEN */

Definition at line 213 of file liberrno.h.

Referenced by __OPN().

#define FEOPFNCN   (BASE+52) /* File is connected to another unit */

Definition at line 217 of file liberrno.h.

Referenced by _uniqinod().

#define FEOPFNIV   (BASE+41) /* FILE specifier invalid on OPEN */

Definition at line 205 of file liberrno.h.

Referenced by __OPN().

#define FEOPFNNX   (BASE+51) /* File must not exist prior to OPEN */

Definition at line 216 of file liberrno.h.

Referenced by _f_open().

#define FEOPFNRQ   (BASE+40) /* FILE specifier required on OPEN */

Definition at line 204 of file liberrno.h.

Referenced by __OPN().

#define FEOPFORM   (BASE+32) /* Unknown FORM parameter on OPEN */

Definition at line 196 of file liberrno.h.

Referenced by __OPN().

#define FEOPIVRL   (BASE+59) /* Incorrect RECL for existing d.a. file*/

Definition at line 224 of file liberrno.h.

Referenced by _f_opn().

#define FEOPNFMT   (BASE+69) /* File cannot be opened for fmtd acc */

Definition at line 235 of file liberrno.h.

Referenced by _f_opn().

#define FEOPNNDA   (BASE+56) /* File cannot be opened for direct acc.*/

Definition at line 221 of file liberrno.h.

Referenced by _f_opn().

#define FEOPNNEW   (BASE+58) /* STATUS=NEW on currently-open-file */

Definition at line 223 of file liberrno.h.

Referenced by __OPN().

#define FEOPNOFS   (BASE+55) /* File cannot be opened (structure) */

Definition at line 220 of file liberrno.h.

#define FEOPNUNF   (BASE+68) /* File cannot be opened for unfmtd acc */

Definition at line 234 of file liberrno.h.

Referenced by _f_opn().

#define FEOPOTHR   (BASE+25) /* File is opened with another structure*/

Definition at line 188 of file liberrno.h.

Referenced by _setuptr().

#define FEOPPADB   (BASE+48) /* Unknown PAD specifier on OPEN */

Definition at line 212 of file liberrno.h.

Referenced by __OPN().

#define FEOPPDIV   (BASE+67) /* PAD specifier invalid on OPEN */

Definition at line 233 of file liberrno.h.

Referenced by __OPN().

#define FEOPPOSN   (BASE+35) /* Unknown POSITION parameter on OPEN */

Definition at line 199 of file liberrno.h.

Referenced by __OPN().

#define FEOPPSIV   (BASE+45) /* POSITION specifier invalid on OPEN */

Definition at line 209 of file liberrno.h.

Referenced by __OPN().

#define FEOPRCRQ   (BASE+42) /* RECL specifier required on OPEN */

Definition at line 206 of file liberrno.h.

Referenced by __OPN().

#define FEOPRECL   (BASE+33) /* Unknown RECL parameter on OPEN */

Definition at line 197 of file liberrno.h.

Referenced by __OPN().

#define FEOPSTAT   (BASE+30) /* Unknown STATUS parameter on OPEN */

Definition at line 194 of file liberrno.h.

Referenced by __OPN().

#define FEOPSTFN   (BASE+60) /* Attempt to OPEN standard file wrong */

Definition at line 226 of file liberrno.h.

Referenced by _f_open().

#define FEPCKARG   (BASE+691) /* PACK/UNPACK called with too few args.*/

Definition at line 535 of file liberrno.h.

#define FEPCKNEG   (BASE+692) /* PACK/UNPACK called with count < 0 */

Definition at line 536 of file liberrno.h.

#define FEPCKPW2   (BASE+693) /* PACK/UNPACK called with invalid NBITS*/

Definition at line 537 of file liberrno.h.

#define FEPTRARR   (BASE+410) /* Source arg not associated | allocated*/

Definition at line 419 of file liberrno.h.

#define FEPTRNAS   (BASE+213) /* Ptr/alloc array not assoc/alloc'ed */

Definition at line 307 of file liberrno.h.

Referenced by _nl_stride_dv(), and _stride_dv().

#define FERDAFWR   (BASE+87) /* Read after write invalid on seq. */

Definition at line 254 of file liberrno.h.

Referenced by _FRF(), _FRN(), _FRU(), _RUI(), and RNL().

#define FERDEMPT   -(BASE+2) /* Tried to read an empty file */

Definition at line 168 of file liberrno.h.

#define FERDENDR   -(BASE+3) /* Tried to read past endfile record */

Definition at line 169 of file liberrno.h.

Referenced by _FRF(), _FRN(), _FRU(), _RUF(), and _sr_endrec().

#define FERDIEOF   -(BASE+5) /* Tried to read past internal file EOF */

Definition at line 171 of file liberrno.h.

Referenced by _ir_endrec().

#define FERDIVLG   (BASE+173) /* Invalid logical input field */

Definition at line 283 of file liberrno.h.

Referenced by _get_value(), and _nicverr().

#define FERDMALR   (BASE+217) /* Read encountered a malformed record */

Definition at line 311 of file liberrno.h.

Referenced by _dr_endrec().

#define FERDMEMY   (BASE+203) /* Unable to get memory for fmt'd read */

Definition at line 297 of file liberrno.h.

Referenced by _sr_endrec().

#define FERDNLEF   -(BASE+4) /* Tried to read past EOF on namelist */

Definition at line 170 of file liberrno.h.

Referenced by RNL().

#define FERDPEOF   -(BASE+1) /* Tried to read past end of file */

Definition at line 167 of file liberrno.h.

Referenced by _FRN(), _FRU(), _lmessage(), _rdfmt(), _rnl90to77(), _RUF(), and _sr_endrec().

#define FERDPEOR   (BASE+201) /* Tried to read past end of record */

Definition at line 295 of file liberrno.h.

Referenced by _frwd(), _rdfmt(), and _rdunf().

#define FERDTYPE   (BASE+170) /* Data type mismatch on READ */

Definition at line 280 of file liberrno.h.

Referenced by _rdfmt().

#define FERDWRER   (BASE+202) /* Read/wrote too little data */

Definition at line 296 of file liberrno.h.

#define FERPTNEG   (BASE+414) /* negative ncopies argument to REPEAT */

Definition at line 423 of file liberrno.h.

Referenced by _REPEAT().

#define FERQTRNC   (BASE+65) /* file requires truncation after write */

Definition at line 231 of file liberrno.h.

Referenced by _f_opn().

#define FERSHNEG   (BASE+409) /* RESHAPE arg SHAPE has negative value */

Definition at line 418 of file liberrno.h.

Referenced by _RESHAPE().

#define FERSHNPD   (BASE+408) /* RESHAPE srcsize.lt.moldsize, no PAD */

Definition at line 417 of file liberrno.h.

Referenced by _RESHAPE().

#define FERWNDIV   (BASE+86) /* REWIND invalid on direct access */

Definition at line 253 of file liberrno.h.

Referenced by _REWF().

#define FESCICNF   (BASE+407) /* Matrix operands are not conformable. */

Definition at line 416 of file liberrno.h.

#define FESCIRNK   (BASE+406) /* Illegal rank for array intrin. arg. */

Definition at line 415 of file liberrno.h.

#define FESDSFSS   (BASE+209) /* SDS file size must be specified */

Definition at line 303 of file liberrno.h.

Referenced by _f_opn().

#define FESEQTIV   (BASE+83) /* Sequential I/O invalid on direct acc.*/

Definition at line 250 of file liberrno.h.

Referenced by _FRN(), _FWN(), _get_mismatch_error(), _nlrdecho(), _rnlecho(), _RUI(), _WUI(), RNL(), and WNL().

#define FESHPSZZ   (BASE+419) /* Shape array to RESHAPE is 0-sized */

Definition at line 428 of file liberrno.h.

Referenced by _RESHAPE().

#define FESHRSUP   (BASE+374) /* Shared variables inv. with this I/O */

Definition at line 396 of file liberrno.h.

Referenced by _rb(), and _wb().

#define FESTIOER   (BASE+29) /* Error on underlying stdio request */

Definition at line 192 of file liberrno.h.

Referenced by _frch(), _frwd(), _fwch(), and _fwwd().

#define FETAPBSX   (BASE+354) /* Maximum tape block size exceeded */

Definition at line 381 of file liberrno.h.

#define FETAPCMB   (BASE+355) /* Invalid combination of parameters */

Definition at line 382 of file liberrno.h.

#define FETAPNBN   (BASE+350) /* Negative tape block number is invalid*/

Definition at line 377 of file liberrno.h.

#define FETAPNBS   (BASE+351) /* Invalid NBS parameter */

Definition at line 378 of file liberrno.h.

#define FETAPNVS   (BASE+352) /* Invalid NVS parameter */

Definition at line 379 of file liberrno.h.

#define FETAPNVY   (BASE+358) /* Invalid NVS or NV parameter */

Definition at line 385 of file liberrno.h.

#define FETAPUTE   (BASE+356) /* Unrecovered tape error on tape read */

Definition at line 383 of file liberrno.h.

Referenced by __READ(), __READC(), and _frwd().

#define FETASKPF   (BASE+357) /* Cannot SKIPF forward */

Definition at line 384 of file liberrno.h.

#define FETBARGS   (BASE+360) /* Tblmgr routine called with bad args. */

Definition at line 387 of file liberrno.h.

#define FETBINCR   (BASE+363) /* Tblmgr routine called with bad incr. */

Definition at line 390 of file liberrno.h.

#define FETBNTAB   (BASE+361) /* Tblmgr routine called with bad NTAB */

Definition at line 388 of file liberrno.h.

#define FETBTNUM   (BASE+362) /* Tblmgr routine called with bad tab. #*/

Definition at line 389 of file liberrno.h.

#define FEUBCINV   (BASE+370) /* Read or write of nonbyte-data is inv.*/

Definition at line 392 of file liberrno.h.

Referenced by _frwd(), and _fwwd().

#define FEUNFMIV   (BASE+81) /* Unformatted I/O invalid on formatted */

Definition at line 248 of file liberrno.h.

Referenced by _get_mismatch_error(), _RUI(), and _WUI().

#define FEUNOTAL   (BASE+215) /* UNIT var not allocated or associated */

Definition at line 309 of file liberrno.h.

Referenced by _FRF(), and _FWF().

#define FEVECUNP   (BASE+420) /* Too few elts in UNPACK vector array */

Definition at line 429 of file liberrno.h.

Referenced by _UNPACK().

#define FEWABLKS   (BASE+64) /* Too many blocks requested in WINIT */

Definition at line 230 of file liberrno.h.

#define FEWRAFEN   (BASE+95) /* WRITE or PRINT invalid after ENDFILE */

Definition at line 262 of file liberrno.h.

Referenced by __WRITE(), __WRITEC(), _fwch(), _FWF(), _FWN(), _FWU(), _fwwd(), _wb(), and _WUI().

#define FEWRIEND   (BASE+212) /* Tried to write beyond internal file */

Definition at line 306 of file liberrno.h.

Referenced by _iw_endrec().

#define FEWRLONG   (BASE+211) /* Tried to write a too long record */

Definition at line 305 of file liberrno.h.

Referenced by _ld_write(), _lw_after_nonadv(), _wrfmt(), and _wrunf().

#define FEWRTYPE   (BASE+171) /* Data type mismatch on WRITE */

Definition at line 281 of file liberrno.h.

Referenced by _wrfmt().

#define FEWTOMNY   (BASE+63) /* Too many open word addressable files */

Definition at line 229 of file liberrno.h.

#define FWALOCAR   (BASE+968) /* unallocated allocatable array */

Definition at line 595 of file liberrno.h.

#define FWARGARS   (BASE+948) /* Act/Dummy scalar/array conflict- f90 */

Definition at line 578 of file liberrno.h.

#define FWARGASS   (BASE+945) /* Act/Dummy array type conflict - f90 */

Definition at line 575 of file liberrno.h.

#define FWARGCHL   (BASE+947) /* Act/Dummy arg charlen conflict - f90 */

Definition at line 577 of file liberrno.h.

#define FWARGDIM   (BASE+960) /* array dimension nonconformant - f90 */

Definition at line 587 of file liberrno.h.

#define FWARGDMD   (BASE+965) /* array dim nonconform,dim,ep, mipsf90 */

Definition at line 592 of file liberrno.h.

#define FWARGDMZ   (BASE+966) /* array dim nonconform,ep, mipsf90 */

Definition at line 593 of file liberrno.h.

#define FWARGDVT   (BASE+940) /* Derived Type conflict for arg - f90 */

Definition at line 570 of file liberrno.h.

#define FWARGKTP   (BASE+939) /* KIND type conflict for argument- f90 */

Definition at line 569 of file liberrno.h.

#define FWARGOPT   (BASE+938) /* Nonoptional arg missing, CALL - f90 */

Definition at line 568 of file liberrno.h.

#define FWARGOUT   (BASE+941) /* INTENT IN/OUT conflict for arg - f90 */

Definition at line 571 of file liberrno.h.

#define FWARGPCL   (BASE+944) /* Act/Dummy ptr/ass-shape charlen- f90 */

Definition at line 574 of file liberrno.h.

#define FWARGPTR   (BASE+942) /* Actual/Dummy ptr arg conflict - f90 */

Definition at line 572 of file liberrno.h.

#define FWARGRNK   (BASE+943) /* Actual/Dummy arg rank conflict - f90 */

Definition at line 573 of file liberrno.h.

#define FWARGSBR   (BASE+962) /* Subscript range out of bounds - f90 */

Definition at line 589 of file liberrno.h.

#define FWARGSBV   (BASE+961) /* Subscript value out of bounds - f90 */

Definition at line 588 of file liberrno.h.

#define FWARGSCA   (BASE+946) /* Act/Dummy array/scalar conflict- f90 */

Definition at line 576 of file liberrno.h.

#define FWARGSHP   (BASE+955) /* Actual/dummy argument shape conflict */

Definition at line 585 of file liberrno.h.

#define FWARGSIZ   (BASE+949) /* Act/Dummy array extent conflict- f90 */

Definition at line 579 of file liberrno.h.

#define FWARGSTR   (BASE+963) /* Substring range out of bounds - f90 */

Definition at line 590 of file liberrno.h.

#define FWARGSVB   (BASE+964) /* Subscript val out of bounds, mipsf90 */

Definition at line 591 of file liberrno.h.

#define FWARGTYP   (BASE+953) /* Actual/dummy argument type conflict */

Definition at line 583 of file liberrno.h.

#define FWASASAR   (BASE+969) /* unassociated assumed shape array */

Definition at line 596 of file liberrno.h.

#define FWASOCPT   (BASE+967) /* unassociated pointer */

Definition at line 594 of file liberrno.h.

#define FWBNDCHK   (BASE+950) /* Subscript value out of bounds... */

Definition at line 580 of file liberrno.h.

#define FWCONFCK   (BASE+951) /* Arrays are not conformant... */

Definition at line 581 of file liberrno.h.

#define FWDEFBSZ   (BASE+907) /* DEFBUFSIZ environment var ignored */

Definition at line 559 of file liberrno.h.

Referenced by _f_opn().

#define FWFUNCHL   (BASE+934) /* Character Length conflict, CALL- f90 */

Definition at line 564 of file liberrno.h.

#define FWFUNDVT   (BASE+935) /* Derived Types mismatch for CALL- f90 */

Definition at line 565 of file liberrno.h.

#define FWFUNKTP   (BASE+931) /* KIND type param conflict, CALL - f90 */

Definition at line 561 of file liberrno.h.

#define FWFUNNPT   (BASE+936) /* PTR func but no PTR attr, CALL - f90 */

Definition at line 566 of file liberrno.h.

#define FWFUNPTR   (BASE+937) /* PTR attr but no PTR func, CALL - f90 */

Definition at line 567 of file liberrno.h.

#define FWFUNRNK   (BASE+932) /* Array RANK conflict for CALL - f90 */

Definition at line 562 of file liberrno.h.

#define FWFUNSIZ   (BASE+933) /* Array SIZE conflict for CALL - f90 */

Definition at line 563 of file liberrno.h.

#define FWFUNTYP   (BASE+954) /* Actual/dummy argument type conflict */

Definition at line 584 of file liberrno.h.

#define FWNUMARG   (BASE+952) /* Number of arguments is not correct */

Definition at line 582 of file liberrno.h.

#define MAXMLN   800 /* Maximum length of a message in bytes */

Definition at line 125 of file liberrno.h.

Referenced by _lmessage().

#define WNAS_ANSUPY   (BASE+580) /* Option not supported on CX/1/CEA */

Definition at line 500 of file liberrno.h.

#define WNAS_DEPASDS   (BASE+586) /* Use of "-a SDS" is deprecated */

Definition at line 504 of file liberrno.h.

#define WNAS_NUMERIC   (BASE+590) /* Too many numerics specified */

Definition at line 508 of file liberrno.h.

#define WNAS_QNSTRD   (BASE+589) /* -q and -n :stride conflict; using -q */

Definition at line 507 of file liberrno.h.

#define WNAS_UBMX   (BASE+587) /* "-u" requires tape device on CX/1/CEA*/

Definition at line 505 of file liberrno.h.


Function Documentation

int _fwarn ( int  _Errno,
  ... 
)

Definition at line 56 of file fwarn.c.

References _lmessage(), BASE, and FDC_ERRB.

Referenced by _f_opn().

Here is the call graph for this function:

void _lmessage ( int  _Errno,
char *  _Severity,
va_list  args 
)
int _lwarn ( int  _Errno,
  ... 
)

Definition at line 54 of file lwarn.c.

References _lmessage(), BASE, and FDC_ERRB.

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines