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