HomeSort by: relevance | last modified time | path
    Searched defs:EVMSERR (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
LPdir_vms.c 56 /* Some compiler options hide EVMSERR. */
57 #ifndef EVMSERR
58 #define EVMSERR 65535 /* error for non-translatable VMS errors */
160 errno = EVMSERR;
199 errno = EVMSERR;
  /src/crypto/external/bsd/openssl/dist/crypto/
LPdir_vms.c 56 /* Some compiler options hide EVMSERR. */
57 #ifndef EVMSERR
58 # define EVMSERR 65535 /* error for non-translatable VMS errors */
160 errno = EVMSERR;
199 errno = EVMSERR;
  /src/crypto/external/bsd/openssl.old/dist/crypto/
LPdir_vms.c 56 /* Some compiler options hide EVMSERR. */
57 #ifndef EVMSERR
58 # define EVMSERR 65535 /* error for non-translatable VMS errors */
160 errno = EVMSERR;
199 errno = EVMSERR;

Completed in 15 milliseconds