xref: /freebsd/lib/libc/nls/C.msg (revision 4b9d6057)
1$
2$ Message catalog for C locale (template)
3$
4$ strerror() support catalog
5$
6$set 1
7$ EPERM
81 Operation not permitted
9$ ENOENT
102 No such file or directory
11$ ESRCH
123 No such process
13$ EINTR
144 Interrupted system call
15$ EIO
165 Input/output error
17$ ENXIO
186 Device not configured
19$ E2BIG
207 Argument list too long
21$ ENOEXEC
228 Exec format error
23$ EBADF
249 Bad file descriptor
25$ ECHILD
2610 No child processes
27$ EDEADLK
2811 Resource deadlock avoided
29$ ENOMEM
3012 Cannot allocate memory
31$ EACCES
3213 Permission denied
33$ EFAULT
3414 Bad address
35$ ENOTBLK
3615 Block device required
37$ EBUSY
3816 Device busy
39$ EEXIST
4017 File exists
41$ EXDEV
4218 Cross-device link
43$ ENODEV
4419 Operation not supported by device
45$ ENOTDIR
4620 Not a directory
47$ EISDIR
4821 Is a directory
49$ EINVAL
5022 Invalid argument
51$ ENFILE
5223 Too many open files in system
53$ EMFILE
5424 Too many open files
55$ ENOTTY
5625 Inappropriate ioctl for device
57$ ETXTBSY
5826 Text file busy
59$ EFBIG
6027 File too large
61$ ENOSPC
6228 No space left on device
63$ ESPIPE
6429 Illegal seek
65$ EROFS
6630 Read-only file system
67$ EMLINK
6831 Too many links
69$ EPIPE
7032 Broken pipe
71$ EDOM
7233 Numerical argument out of domain
73$ ERANGE
7434 Result too large
75$ EAGAIN, EWOULDBLOCK
7635 Resource temporarily unavailable
77$ EINPROGRESS
7836 Operation now in progress
79$ EALREADY
8037 Operation already in progress
81$ ENOTSOCK
8238 Socket operation on non-socket
83$ EDESTADDRREQ
8439 Destination address required
85$ EMSGSIZE
8640 Message too long
87$ EPROTOTYPE
8841 Protocol wrong type for socket
89$ ENOPROTOOPT
9042 Protocol not available
91$ EPROTONOSUPPORT
9243 Protocol not supported
93$ ESOCKTNOSUPPORT
9444 Socket type not supported
95$ EOPNOTSUPP
9645 Operation not supported
97$ EPFNOSUPPORT
9846 Protocol family not supported
99$ EAFNOSUPPORT
10047 Address family not supported by protocol family
101$ EADDRINUSE
10248 Address already in use
103$ EADDRNOTAVAIL
10449 Can't assign requested address
105$ ENETDOWN
10650 Network is down
107$ ENETUNREACH
10851 Network is unreachable
109$ ENETRESET
11052 Network dropped connection on reset
111$ ECONNABORTED
11253 Software caused connection abort
113$ ECONNRESET
11454 Connection reset by peer
115$ ENOBUFS
11655 No buffer space available
117$ EISCONN
11856 Socket is already connected
119$ ENOTCONN
12057 Socket is not connected
121$ ESHUTDOWN
12258 Can't send after socket shutdown
123$ ETOOMANYREFS
12459 Too many references: can't splice
125$ ETIMEDOUT
12660 Operation timed out
127$ ECONNREFUSED
12861 Connection refused
129$ ELOOP
13062 Too many levels of symbolic links
131$ ENAMETOOLONG
13263 File name too long
133$ EHOSTDOWN
13464 Host is down
135$ EHOSTUNREACH
13665 No route to host
137$ ENOTEMPTY
13866 Directory not empty
139$ EPROCLIM
14067 Too many processes
141$ EUSERS
14268 Too many users
143$ EDQUOT
14469 Disc quota exceeded
145$ ESTALE
14670 Stale NFS file handle
147$ EREMOTE
14871 Too many levels of remote in path
149$ EBADRPC
15072 RPC struct is bad
151$ ERPCMISMATCH
15273 RPC version wrong
153$ EPROGUNAVAIL
15474 RPC prog. not avail
155$ EPROGMISMATCH
15675 Program version wrong
157$ EPROCUNAVAIL
15876 Bad procedure for program
159$ ENOLCK
16077 No locks available
161$ ENOSYS
16278 Function not implemented
163$ EFTYPE
16479 Inappropriate file type or format
165$ EAUTH
16680 Authentication error
167$ ENEEDAUTH
16881 Need authenticator
169$ EIDRM
17082 Identifier removed
171$ ENOMSG
17283 No message of desired type
173$ EOVERFLOW
17484 Value too large to be stored in data type
175$ ECANCELED
17685 Operation canceled
177$ EILSEQ
17886 Illegal byte sequence
179$ ENOATTR
18087 Attribute not found
181$ EDOOFUS
18288 Programming error
183$ EBADMSG
18489 Bad message
185$ EMULTIHOP
18690 Multihop attempted
187$ ENOLINK
18891 Link has been severed
189$ EPROTO
19092 Protocol error
191$ ENOTCAPABLE
19293 Capabilities insufficient
193$ ECAPMODE
19494 Not permitted in capability mode
195$ ENOTRECOVERABLE
19695 State not recoverable
197$ EOWNERDEAD
19896 Previous owner died
199$ EINTEGRITY
20097 Integrity check failed
201$
202$ strsignal() support catalog
203$
204$set 2
205$ SIGHUP
2061 Hangup
207$ SIGINT
2082 Interrupt
209$ SIGQUIT
2103 Quit
211$ SIGILL
2124 Illegal instruction
213$ SIGTRAP
2145 Trace/BPT trap
215$ SIGABRT
2166 Abort trap
217$ SIGEMT
2187 EMT trap
219$ SIGFPE
2208 Floating point exception
221$ SIGKILL
2229 Killed
223$ SIGBUS
22410 Bus error
225$ SIGSEGV
22611 Segmentation fault
227$ SIGSYS
22812 Bad system call
229$ SIGPIPE
23013 Broken pipe
231$ SIGALRM
23214 Alarm clock
233$ SIGTERM
23415 Terminated
235$ SIGURG
23616 Urgent I/O condition
237$ SIGSTOP
23817 Suspended (signal)
239$ SIGTSTP
24018 Suspended
241$ SIGCONT
24219 Continued
243$ SIGCHLD
24420 Child exited
245$ SIGTTIN
24621 Stopped (tty input)
247$ SIGTTOU
24822 Stopped (tty output)
249$ SIGIO
25023 I/O possible
251$ SIGXCPU
25224 Cputime limit exceeded
253$ SIGXFSZ
25425 Filesize limit exceeded
255$ SIGVTALRM
25626 Virtual timer expired
257$ SIGPROF
25827 Profiling timer expired
259$ SIGWINCH
26028 Window size changes
261$ SIGINFO
26229 Information request
263$ SIGUSR1
26430 User defined signal 1
265$ SIGUSR2
26631 User defined signal 2
267$
268$ gai_strerror() support catalog
269$
270$set 3
271$ 1 (obsolete)
2721 Address family for hostname not supported
273$ EAI_AGAIN
2742 Temporary failure in name resolution
275$ EAI_BADFLAGS
2763 Invalid value for ai_flags
277$ EAI_FAIL
2784 Non-recoverable failure in name resolution
279$ EAI_FAMILY
2805 ai_family not supported
281$ EAI_MEMORY
2826 Memory allocation failure
283$ 7 (obsolete)
2847 No address associated with hostname
285$ EAI_NONAME
2868 hostname nor servname provided, or not known
287$ EAI_SERVICE
2889 servname not supported for ai_socktype
289$ EAI_SOCKTYPE
29010 ai_socktype not supported
291$ EAI_SYSTEM
29211 System error returned in errno
293$ EAI_BADHINTS
29412 Invalid value for hints
295$ EAI_PROTOCOL
29613 Resolved protocol is unknown
297$ EAI_OVERFLOW
29814 Argument buffer overflow
299$ 0
30032766 Success
301$ NL_MSGMAX
30232767 Unknown error
303