1142672Sphantom$ $FreeBSD$
2142672Sphantom$
3142672Sphantom$ Message catalog for C locale (template)
4142672Sphantom$
5142672Sphantom$ strerror() support catalog
6142672Sphantom$
7142672Sphantom$set 1
8142672Sphantom$ EPERM
9142672Sphantom1 Operation not permitted
10142672Sphantom$ ENOENT
11142672Sphantom2 No such file or directory
12142672Sphantom$ ESRCH
13142672Sphantom3 No such process
14142672Sphantom$ EINTR
15142672Sphantom4 Interrupted system call
16142672Sphantom$ EIO
17142672Sphantom5 Input/output error
18142672Sphantom$ ENXIO
19142672Sphantom6 Device not configured
20142672Sphantom$ E2BIG
21142672Sphantom7 Argument list too long
22142672Sphantom$ ENOEXEC
23142672Sphantom8 Exec format error
24142672Sphantom$ EBADF
25142672Sphantom9 Bad file descriptor
26142672Sphantom$ ECHILD
27142672Sphantom10 No child processes
28142672Sphantom$ EDEADLK
29142672Sphantom11 Resource deadlock avoided
30142672Sphantom$ ENOMEM
31142672Sphantom12 Cannot allocate memory
32142672Sphantom$ EACCES
33142672Sphantom13 Permission denied
34142672Sphantom$ EFAULT
35142672Sphantom14 Bad address
36142672Sphantom$ ENOTBLK
37142672Sphantom15 Block device required
38142672Sphantom$ EBUSY
39142672Sphantom16 Device busy
40142672Sphantom$ EEXIST
41142672Sphantom17 File exists
42142672Sphantom$ EXDEV
43142672Sphantom18 Cross-device link
44142672Sphantom$ ENODEV
45142672Sphantom19 Operation not supported by device
46142672Sphantom$ ENOTDIR
47142672Sphantom20 Not a directory
48142672Sphantom$ EISDIR
49142672Sphantom21 Is a directory
50142672Sphantom$ EINVAL
51142672Sphantom22 Invalid argument
52142672Sphantom$ ENFILE
53142672Sphantom23 Too many open files in system
54142672Sphantom$ EMFILE
55142672Sphantom24 Too many open files
56142672Sphantom$ ENOTTY
57142672Sphantom25 Inappropriate ioctl for device
58142672Sphantom$ ETXTBSY
59142672Sphantom26 Text file busy
60142672Sphantom$ EFBIG
61142672Sphantom27 File too large
62142672Sphantom$ ENOSPC
63142672Sphantom28 No space left on device
64142672Sphantom$ ESPIPE
65142672Sphantom29 Illegal seek
66142672Sphantom$ EROFS
67142672Sphantom30 Read-only file system
68142672Sphantom$ EMLINK
69142672Sphantom31 Too many links
70142672Sphantom$ EPIPE
71142672Sphantom32 Broken pipe
72142672Sphantom$ EDOM
73142672Sphantom33 Numerical argument out of domain
74142672Sphantom$ ERANGE
75142672Sphantom34 Result too large
76142672Sphantom$ EAGAIN, EWOULDBLOCK
77142672Sphantom35 Resource temporarily unavailable
78142672Sphantom$ EINPROGRESS
79142672Sphantom36 Operation now in progress
80142672Sphantom$ EALREADY
81142672Sphantom37 Operation already in progress
82142672Sphantom$ ENOTSOCK
83142672Sphantom38 Socket operation on non-socket
84142672Sphantom$ EDESTADDRREQ
85142672Sphantom39 Destination address required
86142672Sphantom$ EMSGSIZE
87142672Sphantom40 Message too long
88142672Sphantom$ EPROTOTYPE
89142672Sphantom41 Protocol wrong type for socket
90142672Sphantom$ ENOPROTOOPT
91142672Sphantom42 Protocol not available
92142672Sphantom$ EPROTONOSUPPORT
93142672Sphantom43 Protocol not supported
94142672Sphantom$ ESOCKTNOSUPPORT
95142672Sphantom44 Socket type not supported
96142672Sphantom$ EOPNOTSUPP
97142672Sphantom45 Operation not supported
98142672Sphantom$ EPFNOSUPPORT
99142672Sphantom46 Protocol family not supported
100142672Sphantom$ EAFNOSUPPORT
101142672Sphantom47 Address family not supported by protocol family
102142672Sphantom$ EADDRINUSE
103142672Sphantom48 Address already in use
104142672Sphantom$ EADDRNOTAVAIL
105142672Sphantom49 Can't assign requested address
106142672Sphantom$ ENETDOWN
107142672Sphantom50 Network is down
108142672Sphantom$ ENETUNREACH
109142672Sphantom51 Network is unreachable
110142672Sphantom$ ENETRESET
111142672Sphantom52 Network dropped connection on reset
112142672Sphantom$ ECONNABORTED
113142672Sphantom53 Software caused connection abort
114142672Sphantom$ ECONNRESET
115142672Sphantom54 Connection reset by peer
116142672Sphantom$ ENOBUFS
117142672Sphantom55 No buffer space available
118142672Sphantom$ EISCONN
119142672Sphantom56 Socket is already connected
120142672Sphantom$ ENOTCONN
121142672Sphantom57 Socket is not connected
122142672Sphantom$ ESHUTDOWN
123142672Sphantom58 Can't send after socket shutdown
124142672Sphantom$ ETOOMANYREFS
125142672Sphantom59 Too many references: can't splice
126142672Sphantom$ ETIMEDOUT
127142672Sphantom60 Operation timed out
128142672Sphantom$ ECONNREFUSED
129142672Sphantom61 Connection refused
130142672Sphantom$ ELOOP
131142672Sphantom62 Too many levels of symbolic links
132142672Sphantom$ ENAMETOOLONG
133142672Sphantom63 File name too long
134142672Sphantom$ EHOSTDOWN
135142672Sphantom64 Host is down
136142672Sphantom$ EHOSTUNREACH
137142672Sphantom65 No route to host
138142672Sphantom$ ENOTEMPTY
139142672Sphantom66 Directory not empty
140142672Sphantom$ EPROCLIM
141142672Sphantom67 Too many processes
142142672Sphantom$ EUSERS
143142672Sphantom68 Too many users
144142672Sphantom$ EDQUOT
145142672Sphantom69 Disc quota exceeded
146142672Sphantom$ ESTALE
147142672Sphantom70 Stale NFS file handle
148142672Sphantom$ EREMOTE
149142672Sphantom71 Too many levels of remote in path
150142672Sphantom$ EBADRPC
151142672Sphantom72 RPC struct is bad
152142672Sphantom$ ERPCMISMATCH
153142672Sphantom73 RPC version wrong
154142672Sphantom$ EPROGUNAVAIL
155142672Sphantom74 RPC prog. not avail
156142672Sphantom$ EPROGMISMATCH
157142672Sphantom75 Program version wrong
158142672Sphantom$ EPROCUNAVAIL
159142672Sphantom76 Bad procedure for program
160142672Sphantom$ ENOLCK
161142672Sphantom77 No locks available
162142672Sphantom$ ENOSYS
163142672Sphantom78 Function not implemented
164142672Sphantom$ EFTYPE
165142672Sphantom79 Inappropriate file type or format
166142672Sphantom$ EAUTH
167142672Sphantom80 Authentication error
168142672Sphantom$ ENEEDAUTH
169142672Sphantom81 Need authenticator
170142672Sphantom$ EIDRM
171142672Sphantom82 Identifier removed
172142672Sphantom$ ENOMSG
173142672Sphantom83 No message of desired type
174142672Sphantom$ EOVERFLOW
175142672Sphantom84 Value too large to be stored in data type
176142672Sphantom$ ECANCELED
177142672Sphantom85 Operation canceled
178142672Sphantom$ EILSEQ
179142672Sphantom86 Illegal byte sequence
180142672Sphantom$ ENOATTR
181142672Sphantom87 Attribute not found
182142672Sphantom$ EDOOFUS
183142672Sphantom88 Programming error
184198040Srwatson$ EBADMSG
185198040Srwatson89 Bad message
186198040Srwatson$ EMULTIHOP
187198040Srwatson90 Multihop attempted
188198040Srwatson$ ENOLINK
189198040Srwatson91 Link has been severed
190198040Srwatson$ EPROTO
191198040Srwatson92 Protocol error
192198040Srwatson$ ENOTCAPABLE
193198040Srwatson93 Capabilities insufficient
194250234Spluknet$ ECAPMODE
195250234Spluknet94 Not permitted in capability mode
196250250Spluknet$ ENOTRECOVERABLE
197250250Spluknet95 State not recoverable
198250250Spluknet$ EOWNERDEAD
199250250Spluknet96 Previous owner died
200142672Sphantom$
201142672Sphantom$ strsignal() support catalog
202142672Sphantom$
203142672Sphantom$set 2
204142672Sphantom$ SIGHUP
205142672Sphantom1 Hangup
206142672Sphantom$ SIGINT
207142672Sphantom2 Interrupt
208142672Sphantom$ SIGQUIT
209142672Sphantom3 Quit
210142672Sphantom$ SIGILL
211142672Sphantom4 Illegal instruction
212142672Sphantom$ SIGTRAP
213142672Sphantom5 Trace/BPT trap
214142672Sphantom$ SIGABRT
215142672Sphantom6 Abort trap
216142672Sphantom$ SIGEMT
217142672Sphantom7 EMT trap
218142672Sphantom$ SIGFPE
219142672Sphantom8 Floating point exception
220142672Sphantom$ SIGKILL
221142672Sphantom9 Killed
222142672Sphantom$ SIGBUS
223142672Sphantom10 Bus error
224142672Sphantom$ SIGSEGV
225142672Sphantom11 Segmentation fault
226142672Sphantom$ SIGSYS
227142672Sphantom12 Bad system call
228142672Sphantom$ SIGPIPE
229142672Sphantom13 Broken pipe
230142672Sphantom$ SIGALRM
231142672Sphantom14 Alarm clock
232142672Sphantom$ SIGTERM
233142672Sphantom15 Terminated
234142672Sphantom$ SIGURG
235142672Sphantom16 Urgent I/O condition
236142672Sphantom$ SIGSTOP
237142672Sphantom17 Suspended (signal)
238142672Sphantom$ SIGTSTP
239142672Sphantom18 Suspended
240142672Sphantom$ SIGCONT
241142672Sphantom19 Continued
242142672Sphantom$ SIGCHLD
243142672Sphantom20 Child exited
244142672Sphantom$ SIGTTIN
245142672Sphantom21 Stopped (tty input)
246142672Sphantom$ SIGTTOU
247142672Sphantom22 Stopped (tty output)
248142672Sphantom$ SIGIO
249142672Sphantom23 I/O possible
250142672Sphantom$ SIGXCPU
251142672Sphantom24 Cputime limit exceeded
252142672Sphantom$ SIGXFSZ
253142672Sphantom25 Filesize limit exceeded
254142672Sphantom$ SIGVTALRM
255142672Sphantom26 Virtual timer expired
256142672Sphantom$ SIGPROF
257142672Sphantom27 Profiling timer expired
258142672Sphantom$ SIGWINCH
259142672Sphantom28 Window size changes
260142672Sphantom$ SIGINFO
261142672Sphantom29 Information request
262142672Sphantom$ SIGUSR1
263142672Sphantom30 User defined signal 1
264142672Sphantom$ SIGUSR2
265142672Sphantom31 User defined signal 2
266199083Sume$
267199083Sume$ gai_strerror() support catalog
268199083Sume$
269199083Sume$set 3
270199083Sume$ 1 (obsolete)
271199083Sume1 Address family for hostname not supported
272199083Sume$ EAI_AGAIN
273199083Sume2 Temporary failure in name resolution
274199083Sume$ EAI_BADFLAGS
275199083Sume3 Invalid value for ai_flags
276199083Sume$ EAI_FAIL
277199083Sume4 Non-recoverable failure in name resolution
278199083Sume$ EAI_FAMILY
279199083Sume5 ai_family not supported
280199083Sume$ EAI_MEMORY
281199083Sume6 Memory allocation failure
282199083Sume$ 7 (obsolete)
283199083Sume7 No address associated with hostname
284199083Sume$ EAI_NONAME
285199083Sume8 hostname nor servname provided, or not known
286199083Sume$ EAI_SERVICE
287199083Sume9 servname not supported for ai_socktype
288199083Sume$ EAI_SOCKTYPE
289199083Sume10 ai_socktype not supported
290199083Sume$ EAI_SYSTEM
291199083Sume11 System error returned in errno
292199083Sume$ EAI_BADHINTS
293199083Sume12 Invalid value for hints
294199083Sume$ EAI_PROTOCOL
295199083Sume13 Resolved protocol is unknown
296199083Sume$ EAI_OVERFLOW
297199083Sume14 Argument buffer overflow
298199083Sume$ 0
299199083Sume32766 Success
300199083Sume$ NL_MSGMAX
301199083Sume32767 Unknown error
302