xref: /dragonfly/lib/libc/nls/C.msg (revision 655933d6)
1$ $FreeBSD: head/lib/libc/nls/C.msg 250250 2013-05-04 19:07:22Z pluknet $
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, ENOTSUP
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$ ENOMEDIUM
19393 No medium found
194$ ENOTRECOVERABLE
19594 State not recoverable
196$ EOWNERDEAD
19795 Previous owner died
198$
199$ strsignal() support catalog
200$
201$set 2
202$ SIGHUP
2031 Hangup
204$ SIGINT
2052 Interrupt
206$ SIGQUIT
2073 Quit
208$ SIGILL
2094 Illegal instruction
210$ SIGTRAP
2115 Trace/BPT trap
212$ SIGABRT, SIGIOT
2136 Abort trap
214$ SIGEMT
2157 EMT trap
216$ SIGFPE
2178 Floating point exception
218$ SIGKILL
2199 Killed
220$ SIGBUS
22110 Bus error
222$ SIGSEGV
22311 Segmentation fault
224$ SIGSYS
22512 Bad system call
226$ SIGPIPE
22713 Broken pipe
228$ SIGALRM
22914 Alarm clock
230$ SIGTERM
23115 Terminated
232$ SIGURG
23316 Urgent I/O condition
234$ SIGSTOP
23517 Suspended (signal)
236$ SIGTSTP
23718 Suspended
238$ SIGCONT
23919 Continued
240$ SIGCHLD
24120 Child exited
242$ SIGTTIN
24321 Stopped (tty input)
244$ SIGTTOU
24522 Stopped (tty output)
246$ SIGIO
24723 I/O possible
248$ SIGXCPU
24924 Cputime limit exceeded
250$ SIGXFSZ
25125 Filesize limit exceeded
252$ SIGVTALRM
25326 Virtual timer expired
254$ SIGPROF
25527 Profiling timer expired
256$ SIGWINCH
25728 Window size changes
258$ SIGINFO
25929 Information request
260$ SIGUSR1
26130 User defined signal 1
262$ SIGUSR2
26331 User defined signal 2
264$ SIGTHR
26532 Thread interrupt (reserved)
266$ SIGCKPT
26733 Checkpoint and continue
268$ SIGCKPTEXIT
26934 Checkpoint and exit
270$
271$ gai_strerror() support catalog
272$
273$set 3
274$ 1 (obsolete)
2751 Address family for hostname not supported
276$ EAI_AGAIN
2772 Temporary failure in name resolution
278$ EAI_BADFLAGS
2793 Invalid value for ai_flags
280$ EAI_FAIL
2814 Non-recoverable failure in name resolution
282$ EAI_FAMILY
2835 ai_family not supported
284$ EAI_MEMORY
2856 Memory allocation failure
286$ 7 (obsolete)
2877 No address associated with hostname
288$ EAI_NONAME
2898 hostname nor servname provided, or not known
290$ EAI_SERVICE
2919 servname not supported for ai_socktype
292$ EAI_SOCKTYPE
29310 ai_socktype not supported
294$ EAI_SYSTEM
29511 System error returned in errno
296$ EAI_BADHINTS
29712 Invalid value for hints
298$ EAI_PROTOCOL
29913 Resolved protocol is unknown
300$ EAI_OVERFLOW
30114 Argument buffer overflow
302$ 0
30332766 Success
304$ NL_MSGMAX
30532767 Unknown error
306