ENOSPACE
return (ENOSPACE);
{ ENOSPACE, "Disk full or allocation exceeded" },
nak((size < 0) ? (errno + 100) : ENOSPACE);
*errcode = ENOSPACE;
case ENOSPACE: return ("disk full or allocation exceeded");