Searched refs:EVMSERR (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/
H A DLPdir_vms.c44 #ifndef EVMSERR
45 # define EVMSERR 65535 /* error for non-translatable VMS errors */ macro
141 errno = EVMSERR;
180 errno = EVMSERR;
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dstrerror.c442 #ifdef EVMSERR
443 /* This is not in the table, because the numeric value of EVMSERR (32767)
446 evmserr = { EVMSERR, "EVMSERR", "VMS-specific error" };
642 #ifdef EVMSERR
704 #ifdef EVMSERR
759 #ifdef EVMSERR
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dstrerror.c442 #ifdef EVMSERR
443 /* This is not in the table, because the numeric value of EVMSERR (32767)
446 evmserr = { EVMSERR, "EVMSERR", "VMS-specific error" };
642 #ifdef EVMSERR
704 #ifdef EVMSERR
759 #ifdef EVMSERR
/freebsd-9.3-release/contrib/cvs/lib/
H A Dsystem.h282 # ifdef EVMSERR
284 ((x) == ENOENT || (x) == EINVAL || (x) == EVMSERR)

Completed in 61 milliseconds