]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/nls/C.msg
MFV: zlib: examples: define functions as static ones. (PR #855)
[FreeBSD/FreeBSD.git] / lib / libc / nls / C.msg
1 $
2 $ Message catalog for C locale (template)
3 $
4 $ strerror() support catalog
5 $
6 $set 1
7 $ EPERM
8 1 Operation not permitted
9 $ ENOENT
10 2 No such file or directory
11 $ ESRCH
12 3 No such process
13 $ EINTR
14 4 Interrupted system call
15 $ EIO
16 5 Input/output error
17 $ ENXIO
18 6 Device not configured
19 $ E2BIG
20 7 Argument list too long
21 $ ENOEXEC
22 8 Exec format error
23 $ EBADF
24 9 Bad file descriptor
25 $ ECHILD
26 10 No child processes
27 $ EDEADLK
28 11 Resource deadlock avoided
29 $ ENOMEM
30 12 Cannot allocate memory
31 $ EACCES
32 13 Permission denied
33 $ EFAULT
34 14 Bad address
35 $ ENOTBLK
36 15 Block device required
37 $ EBUSY
38 16 Device busy
39 $ EEXIST
40 17 File exists
41 $ EXDEV
42 18 Cross-device link
43 $ ENODEV
44 19 Operation not supported by device
45 $ ENOTDIR
46 20 Not a directory
47 $ EISDIR
48 21 Is a directory
49 $ EINVAL
50 22 Invalid argument
51 $ ENFILE
52 23 Too many open files in system
53 $ EMFILE
54 24 Too many open files
55 $ ENOTTY
56 25 Inappropriate ioctl for device
57 $ ETXTBSY
58 26 Text file busy
59 $ EFBIG
60 27 File too large
61 $ ENOSPC
62 28 No space left on device
63 $ ESPIPE
64 29 Illegal seek
65 $ EROFS
66 30 Read-only file system
67 $ EMLINK
68 31 Too many links
69 $ EPIPE
70 32 Broken pipe
71 $ EDOM
72 33 Numerical argument out of domain
73 $ ERANGE
74 34 Result too large
75 $ EAGAIN, EWOULDBLOCK
76 35 Resource temporarily unavailable
77 $ EINPROGRESS
78 36 Operation now in progress
79 $ EALREADY
80 37 Operation already in progress
81 $ ENOTSOCK
82 38 Socket operation on non-socket
83 $ EDESTADDRREQ
84 39 Destination address required
85 $ EMSGSIZE
86 40 Message too long
87 $ EPROTOTYPE
88 41 Protocol wrong type for socket
89 $ ENOPROTOOPT
90 42 Protocol not available
91 $ EPROTONOSUPPORT
92 43 Protocol not supported
93 $ ESOCKTNOSUPPORT
94 44 Socket type not supported
95 $ EOPNOTSUPP
96 45 Operation not supported
97 $ EPFNOSUPPORT
98 46 Protocol family not supported
99 $ EAFNOSUPPORT
100 47 Address family not supported by protocol family
101 $ EADDRINUSE
102 48 Address already in use
103 $ EADDRNOTAVAIL
104 49 Can't assign requested address
105 $ ENETDOWN
106 50 Network is down
107 $ ENETUNREACH
108 51 Network is unreachable
109 $ ENETRESET
110 52 Network dropped connection on reset
111 $ ECONNABORTED
112 53 Software caused connection abort
113 $ ECONNRESET
114 54 Connection reset by peer
115 $ ENOBUFS
116 55 No buffer space available
117 $ EISCONN
118 56 Socket is already connected
119 $ ENOTCONN
120 57 Socket is not connected
121 $ ESHUTDOWN
122 58 Can't send after socket shutdown
123 $ ETOOMANYREFS
124 59 Too many references: can't splice
125 $ ETIMEDOUT
126 60 Operation timed out
127 $ ECONNREFUSED
128 61 Connection refused
129 $ ELOOP
130 62 Too many levels of symbolic links
131 $ ENAMETOOLONG
132 63 File name too long
133 $ EHOSTDOWN
134 64 Host is down
135 $ EHOSTUNREACH
136 65 No route to host
137 $ ENOTEMPTY
138 66 Directory not empty
139 $ EPROCLIM
140 67 Too many processes
141 $ EUSERS
142 68 Too many users
143 $ EDQUOT
144 69 Disc quota exceeded
145 $ ESTALE
146 70 Stale NFS file handle
147 $ EREMOTE
148 71 Too many levels of remote in path
149 $ EBADRPC
150 72 RPC struct is bad
151 $ ERPCMISMATCH
152 73 RPC version wrong
153 $ EPROGUNAVAIL
154 74 RPC prog. not avail
155 $ EPROGMISMATCH
156 75 Program version wrong
157 $ EPROCUNAVAIL
158 76 Bad procedure for program
159 $ ENOLCK
160 77 No locks available
161 $ ENOSYS
162 78 Function not implemented
163 $ EFTYPE
164 79 Inappropriate file type or format
165 $ EAUTH
166 80 Authentication error
167 $ ENEEDAUTH
168 81 Need authenticator
169 $ EIDRM
170 82 Identifier removed
171 $ ENOMSG
172 83 No message of desired type
173 $ EOVERFLOW
174 84 Value too large to be stored in data type
175 $ ECANCELED
176 85 Operation canceled
177 $ EILSEQ
178 86 Illegal byte sequence
179 $ ENOATTR
180 87 Attribute not found
181 $ EDOOFUS
182 88 Programming error
183 $ EBADMSG
184 89 Bad message
185 $ EMULTIHOP
186 90 Multihop attempted
187 $ ENOLINK
188 91 Link has been severed
189 $ EPROTO
190 92 Protocol error
191 $ ENOTCAPABLE
192 93 Capabilities insufficient
193 $ ECAPMODE
194 94 Not permitted in capability mode
195 $ ENOTRECOVERABLE
196 95 State not recoverable
197 $ EOWNERDEAD
198 96 Previous owner died
199 $ EINTEGRITY
200 97 Integrity check failed
201 $
202 $ strsignal() support catalog
203 $
204 $set 2
205 $ SIGHUP
206 1 Hangup
207 $ SIGINT
208 2 Interrupt
209 $ SIGQUIT
210 3 Quit
211 $ SIGILL
212 4 Illegal instruction
213 $ SIGTRAP
214 5 Trace/BPT trap
215 $ SIGABRT
216 6 Abort trap
217 $ SIGEMT
218 7 EMT trap
219 $ SIGFPE
220 8 Floating point exception
221 $ SIGKILL
222 9 Killed
223 $ SIGBUS
224 10 Bus error
225 $ SIGSEGV
226 11 Segmentation fault
227 $ SIGSYS
228 12 Bad system call
229 $ SIGPIPE
230 13 Broken pipe
231 $ SIGALRM
232 14 Alarm clock
233 $ SIGTERM
234 15 Terminated
235 $ SIGURG
236 16 Urgent I/O condition
237 $ SIGSTOP
238 17 Suspended (signal)
239 $ SIGTSTP
240 18 Suspended
241 $ SIGCONT
242 19 Continued
243 $ SIGCHLD
244 20 Child exited
245 $ SIGTTIN
246 21 Stopped (tty input)
247 $ SIGTTOU
248 22 Stopped (tty output)
249 $ SIGIO
250 23 I/O possible
251 $ SIGXCPU
252 24 Cputime limit exceeded
253 $ SIGXFSZ
254 25 Filesize limit exceeded
255 $ SIGVTALRM
256 26 Virtual timer expired
257 $ SIGPROF
258 27 Profiling timer expired
259 $ SIGWINCH
260 28 Window size changes
261 $ SIGINFO
262 29 Information request
263 $ SIGUSR1
264 30 User defined signal 1
265 $ SIGUSR2
266 31 User defined signal 2
267 $
268 $ gai_strerror() support catalog
269 $
270 $set 3
271 $ 1 (obsolete)
272 1 Address family for hostname not supported
273 $ EAI_AGAIN
274 2 Temporary failure in name resolution
275 $ EAI_BADFLAGS
276 3 Invalid value for ai_flags
277 $ EAI_FAIL
278 4 Non-recoverable failure in name resolution
279 $ EAI_FAMILY
280 5 ai_family not supported
281 $ EAI_MEMORY
282 6 Memory allocation failure
283 $ 7 (obsolete)
284 7 No address associated with hostname
285 $ EAI_NONAME
286 8 hostname nor servname provided, or not known
287 $ EAI_SERVICE
288 9 servname not supported for ai_socktype
289 $ EAI_SOCKTYPE
290 10 ai_socktype not supported
291 $ EAI_SYSTEM
292 11 System error returned in errno
293 $ EAI_BADHINTS
294 12 Invalid value for hints
295 $ EAI_PROTOCOL
296 13 Resolved protocol is unknown
297 $ EAI_OVERFLOW
298 14 Argument buffer overflow
299 $ 0
300 32766 Success
301 $ NL_MSGMAX
302 32767 Unknown error