Searched defs:ERROR_SYSTEM (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/astsa/
H A Derror.h52 #define ERROR_SYSTEM 0x0100 /* report system errno message */ macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Derror.h70 #define ERROR_SYSTEM 0x0100 /* report system errno message */ macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dfastfind.c300 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "cannot create tmp file"); local
321 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot create tmp file in this directory", p ? p : "."); local
329 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot open tmp file", fp->encode.temp); local
1112 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot rename from tmp file %s", fp->encode.file, fp->encode.temp); local
1158 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "cannot rewind tmp file"); local
1215 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot read tmp file", fp->encode.temp); local

Completed in 175 milliseconds