Lines Matching defs:evmserr
442 #ifdef EVMSERR
443 /* This is not in the table, because the numeric value of EVMSERR (32767)
446 evmserr = { EVMSERR, "EVMSERR", "VMS-specific error" };
647 #ifdef EVMSERR
648 if (errnoval == evmserr.value)
649 msg = evmserr.msg;
709 #ifdef EVMSERR
710 if (errnoval == evmserr.value)
711 name = evmserr.name;
764 #ifdef EVMSERR
765 if (strcmp (name, evmserr.name) == 0)
766 errnoval = evmserr.value;