1$ $FreeBSD$ 2$ 3$ Message catalog for C locale (template) 4$ 5$ strerror() support catalog 6$ 7$set 1 8$ EPERM 91 Operation not permitted 10$ ENOENT 112 No such file or directory 12$ ESRCH 133 No such process 14$ EINTR 154 Interrupted system call 16$ EIO 175 Input/output error 18$ ENXIO 196 Device not configured 20$ E2BIG 217 Argument list too long 22$ ENOEXEC 238 Exec format error 24$ EBADF 259 Bad file descriptor 26$ ECHILD 2710 No child processes 28$ EDEADLK 2911 Resource deadlock avoided 30$ ENOMEM 3112 Cannot allocate memory 32$ EACCES 3313 Permission denied 34$ EFAULT 3514 Bad address 36$ ENOTBLK 3715 Block device required 38$ EBUSY 3916 Device busy 40$ EEXIST 4117 File exists 42$ EXDEV 4318 Cross-device link 44$ ENODEV 4519 Operation not supported by device 46$ ENOTDIR 4720 Not a directory 48$ EISDIR 4921 Is a directory 50$ EINVAL 5122 Invalid argument 52$ ENFILE 5323 Too many open files in system 54$ EMFILE 5524 Too many open files 56$ ENOTTY 5725 Inappropriate ioctl for device 58$ ETXTBSY 5926 Text file busy 60$ EFBIG 6127 File too large 62$ ENOSPC 6328 No space left on device 64$ ESPIPE 6529 Illegal seek 66$ EROFS 6730 Read-only file system 68$ EMLINK 6931 Too many links 70$ EPIPE 7132 Broken pipe 72$ EDOM 7333 Numerical argument out of domain 74$ ERANGE 7534 Result too large 76$ EAGAIN, EWOULDBLOCK 7735 Resource temporarily unavailable 78$ EINPROGRESS 7936 Operation now in progress 80$ EALREADY 8137 Operation already in progress 82$ ENOTSOCK 8338 Socket operation on non-socket 84$ EDESTADDRREQ 8539 Destination address required 86$ EMSGSIZE 8740 Message too long 88$ EPROTOTYPE 8941 Protocol wrong type for socket 90$ ENOPROTOOPT 9142 Protocol not available 92$ EPROTONOSUPPORT 9343 Protocol not supported 94$ ESOCKTNOSUPPORT 9544 Socket type not supported 96$ EOPNOTSUPP 9745 Operation not supported 98$ EPFNOSUPPORT 9946 Protocol family not supported 100$ EAFNOSUPPORT 10147 Address family not supported by protocol family 102$ EADDRINUSE 10348 Address already in use 104$ EADDRNOTAVAIL 10549 Can't assign requested address 106$ ENETDOWN 10750 Network is down 108$ ENETUNREACH 10951 Network is unreachable 110$ ENETRESET 11152 Network dropped connection on reset 112$ ECONNABORTED 11353 Software caused connection abort 114$ ECONNRESET 11554 Connection reset by peer 116$ ENOBUFS 11755 No buffer space available 118$ EISCONN 11956 Socket is already connected 120$ ENOTCONN 12157 Socket is not connected 122$ ESHUTDOWN 12358 Can't send after socket shutdown 124$ ETOOMANYREFS 12559 Too many references: can't splice 126$ ETIMEDOUT 12760 Operation timed out 128$ ECONNREFUSED 12961 Connection refused 130$ ELOOP 13162 Too many levels of symbolic links 132$ ENAMETOOLONG 13363 File name too long 134$ EHOSTDOWN 13564 Host is down 136$ EHOSTUNREACH 13765 No route to host 138$ ENOTEMPTY 13966 Directory not empty 140$ EPROCLIM 14167 Too many processes 142$ EUSERS 14368 Too many users 144$ EDQUOT 14569 Disc quota exceeded 146$ ESTALE 14770 Stale NFS file handle 148$ EREMOTE 14971 Too many levels of remote in path 150$ EBADRPC 15172 RPC struct is bad 152$ ERPCMISMATCH 15373 RPC version wrong 154$ EPROGUNAVAIL 15574 RPC prog. not avail 156$ EPROGMISMATCH 15775 Program version wrong 158$ EPROCUNAVAIL 15976 Bad procedure for program 160$ ENOLCK 16177 No locks available 162$ ENOSYS 16378 Function not implemented 164$ EFTYPE 16579 Inappropriate file type or format 166$ EAUTH 16780 Authentication error 168$ ENEEDAUTH 16981 Need authenticator 170$ EIDRM 17182 Identifier removed 172$ ENOMSG 17383 No message of desired type 174$ EOVERFLOW 17584 Value too large to be stored in data type 176$ ECANCELED 17785 Operation canceled 178$ EILSEQ 17986 Illegal byte sequence 180$ ENOATTR 18187 Attribute not found 182$ EDOOFUS 18388 Programming error 184$ EBADMSG 18589 Bad message 186$ EMULTIHOP 18790 Multihop attempted 188$ ENOLINK 18991 Link has been severed 190$ EPROTO 19192 Protocol error 192$ ENOTCAPABLE 19393 Capabilities insufficient 194$ ECAPMODE 19594 Not permitted in capability mode 196$ ENOTRECOVERABLE 19795 State not recoverable 198$ EOWNERDEAD 19996 Previous owner died 200$ EINTEGRITY 20197 Integrity check failed 202$ 203$ strsignal() support catalog 204$ 205$set 2 206$ SIGHUP 2071 Hangup 208$ SIGINT 2092 Interrupt 210$ SIGQUIT 2113 Quit 212$ SIGILL 2134 Illegal instruction 214$ SIGTRAP 2155 Trace/BPT trap 216$ SIGABRT 2176 Abort trap 218$ SIGEMT 2197 EMT trap 220$ SIGFPE 2218 Floating point exception 222$ SIGKILL 2239 Killed 224$ SIGBUS 22510 Bus error 226$ SIGSEGV 22711 Segmentation fault 228$ SIGSYS 22912 Bad system call 230$ SIGPIPE 23113 Broken pipe 232$ SIGALRM 23314 Alarm clock 234$ SIGTERM 23515 Terminated 236$ SIGURG 23716 Urgent I/O condition 238$ SIGSTOP 23917 Suspended (signal) 240$ SIGTSTP 24118 Suspended 242$ SIGCONT 24319 Continued 244$ SIGCHLD 24520 Child exited 246$ SIGTTIN 24721 Stopped (tty input) 248$ SIGTTOU 24922 Stopped (tty output) 250$ SIGIO 25123 I/O possible 252$ SIGXCPU 25324 Cputime limit exceeded 254$ SIGXFSZ 25525 Filesize limit exceeded 256$ SIGVTALRM 25726 Virtual timer expired 258$ SIGPROF 25927 Profiling timer expired 260$ SIGWINCH 26128 Window size changes 262$ SIGINFO 26329 Information request 264$ SIGUSR1 26530 User defined signal 1 266$ SIGUSR2 26731 User defined signal 2 268$ 269$ gai_strerror() support catalog 270$ 271$set 3 272$ 1 (obsolete) 2731 Address family for hostname not supported 274$ EAI_AGAIN 2752 Temporary failure in name resolution 276$ EAI_BADFLAGS 2773 Invalid value for ai_flags 278$ EAI_FAIL 2794 Non-recoverable failure in name resolution 280$ EAI_FAMILY 2815 ai_family not supported 282$ EAI_MEMORY 2836 Memory allocation failure 284$ 7 (obsolete) 2857 No address associated with hostname 286$ EAI_NONAME 2878 hostname nor servname provided, or not known 288$ EAI_SERVICE 2899 servname not supported for ai_socktype 290$ EAI_SOCKTYPE 29110 ai_socktype not supported 292$ EAI_SYSTEM 29311 System error returned in errno 294$ EAI_BADHINTS 29512 Invalid value for hints 296$ EAI_PROTOCOL 29713 Resolved protocol is unknown 298$ EAI_OVERFLOW 29914 Argument buffer overflow 300$ 0 30132766 Success 302$ NL_MSGMAX 30332767 Unknown error 304