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