[langinfo/LC_TIME] ABDAY1="Sun" ABDAY2="Mon" ABDAY3="Tue" ABDAY4="Wed" ABDAY5="Thu" ABDAY6="Fri" ABDAY7="Sat" DAY1="Sunday" DAY2="Monday" DAY3="Tuesday" DAY4="Wednesday" DAY5="Thursday" DAY6="Friday" DAY7="Saturday" ... [langinfo/LC_NUMERIC] decimal_point="." thousands_sep="" grouping_sc="\177" grouping_uc="\377" [langinfo/LC_MONETARY] mon_grouping_sc="\3\177" mon_grouping_uc="\3\377" mon_thousands_sep="," mon_decimal_point="." int_curr_symbol="USD " currency_symbol="$" [strerror] 0="No error information" EILSEQ="Illegal byte sequence" EDOM="Domain error" ERANGE="Result not representable" ENOTTY="Not a tty" EACCES="Permission denied" EPERM="Operation not permitted" ENOENT="No such file or directory" ESRCH="No such process" EEXIST="File exists" EOVERFLOW="Value too large for data type" ENOSPC="No space left on device" ENOMEM="Out of memory" EBUSY="Resource busy" EINTR="Interrupted system call" EAGAIN="Resource temporarily unavailable" ESPIPE="Invalid seek" EXDEV="Cross-device link" EROFS="Read-only file system" ENOTEMPTY="Directory not empty" ECONNRESET="Connection reset by peer" ETIMEDOUT="Operation timed out" ECONNREFUSED="Connection refused" EHOSTDOWN="Host is down" EHOSTUNREACH="Host is unreachable" EADDRINUSE="Address in use" EPIPE="Broken pipe" EIO="I/O error" ENXIO="No such device or address" ENOTBLK="Block device required" ENODEV="No such device" ENOTDIR="Not a directory" EISDIR="Is a directory" ETXTBSY="Text file busy" ENOEXEC="Exec format error" EINVAL="Invalid argument" E2BIG="Argument list too long" ELOOP="Symbolic link loop" ENAMETOOLONG="Filename too long" ENFILE="Too many open files in system" EMFILE="No file descriptors available" EBADF="Bad file descriptor" ECHILD="No child process" EFAULT="Bad address" EFBIG="File too large" EMLINK="Too many links" ENOLCK="No locks available" EDEADLK="Resource deadlock would occur" ENOTRECOVERABLE="State not recoverable" EOWNERDEAD="Previous owner died" ECANCELED="Operation canceled" ENOSYS="Function not implemented" ENOMSG="No message of desired type" EIDRM="Identifier removed" ENOSTR="Device not a stream" ENODATA="No data available" ETIME="Device timeout" ENOSR="Out of streams resources" ENOLINK="Link has been severed" EPROTO="Protocol error" EBADMSG="Bad message" EBADFD="File descriptor in bad state" ENOTSOCK="Not a socket" EDESTADDRREQ="Destination address required" EMSGSIZE="Message too large" EPROTOTYPE="Protocol wrong type for socket" ENOPROTOOPT="Protocol not available" EPROTONOSUPPORT,"Protocol not supported" ESOCKTNOSUPPORT,"Socket type not supported" ENOTSUP="Not supported" EPFNOSUPPORT="Protocol family not supported" EAFNOSUPPORT="Address family not supported by protocol" EADDRNOTAVAIL,"Address not available" ENETDOWN="Network is down" ENETUNREACH="Network unreachable" ENETRESET="Connection reset by network" ECONNABORTED="Connection aborted" ENOBUFS="No buffer space available" EISCONN="Socket is connected" ENOTCONN="Socket not connected" ESHUTDOWN="Cannot send after socket shutdown" EALREADY="Operation already in progress" EINPROGRESS="Operation in progress" ESTALE="Stale file handle" EUCLEAN="Data consistency error" ENAVAIL="Resource not available" EREMOTEIO="Remote I/O error" EDQUOT="Quota exceeded" ENOMEDIUM="No medium found" EMEDIUMTYPE="Wrong medium type" EMULTIHOP="Multihop attempted" ENOKEY="Required key not available" EKEYEXPIRED="Key has expired" EKEYREVOKED="Key has been revoked" EKEYREJECTED="Key was rejected by service" [gai_strerror] 0="Unknown error" EAI_BADFLAGS="Invalid flags" EAI_NONAME="Name does not resolve" EAI_AGAIN="Try again" EAI_FAIL="Non-recoverable error" EAI_NODATA="Name has no usable address" EAI_FAMILY="Unrecognized address family or invalid length" EAI_SOCKTYPE="Unrecognized socket type" EAI_SERVICE="Unrecognized service" EAI_MEMORY="Out of memory" EAI_SYSTEM="System error" EAI_OVERFLOW="Overflow" [regerror] REG_OK="No error" REG_NOMATCH="No match" REG_BADPAT="Invalid regexp" REG_ECOLLATE="Unknown collating element" REG_ECTYPE="Unknown character class name" REG_EESCAPE="Trailing backslash" REG_ESUBREG="Invalid back reference" REG_EBRACK="Missing ']'" REG_EPAREN="Missing ')'" REG_EBRACE="Missing '}'" REG_BADBR="Invalid contents of {}" REG_ERANGE="Invalid character range" REG_ESPACE="Out of memory" REG_BADRPT="Repetition not preceded by valid expression" ???="Unknown error"