Lines Matching defs:msg

46   char const *msg = NULL;
52 msg = "Text file busy";
59 msg = "Operation now in progress";
62 msg = "Operation already in progress";
65 msg = "Socket operation on non-socket";
68 msg = "Destination address required";
71 msg = "Message too long";
74 msg = "Protocol wrong type for socket";
77 msg = "Protocol not available";
80 msg = "Protocol not supported";
83 msg = "Socket type not supported";
86 msg = "Operation not supported";
89 msg = "Protocol family not supported";
92 msg = "Address family not supported by protocol";
95 msg = "Address already in use";
98 msg = "Cannot assign requested address";
101 msg = "Network is down";
104 msg = "Network is unreachable";
107 msg = "Network dropped connection on reset";
110 msg = "Software caused connection abort";
113 msg = "Connection reset by peer";
116 msg = "No buffer space available";
119 msg = "Transport endpoint is already connected";
122 msg = "Transport endpoint is not connected";
125 msg = "Cannot send after transport endpoint shutdown";
128 msg = "Too many references: cannot splice";
131 msg = "Connection timed out";
134 msg = "Connection refused";
137 msg = "Too many levels of symbolic links";
140 msg = "Host is down";
143 msg = "No route to host";
146 msg = "Too many processes";
149 msg = "Too many users";
152 msg = "Disk quota exceeded";
155 msg = "Stale NFS file handle";
158 msg = "Object is remote";
165 msg = "Overlapped operation aborted";
168 msg = "Overlapped I/O event object not in signaled state";
171 msg = "Overlapped operations will complete later";
217 msg = "Network subsystem is unavailable";
220 msg = "Winsock.dll version out of range";
223 msg = "Successful WSAStartup not yet performed";
226 msg = "Graceful shutdown in progress";
229 msg = "No more results";
232 msg = "Call was canceled";
235 msg = "Procedure call table is invalid";
238 msg = "Service provider is invalid";
241 msg = "Service provider failed to initialize";
244 msg = "System call failure";
247 msg = "Service not found";
250 msg = "Class type not found";
253 msg = "Database query was refused";
256 msg = "Host not found";
259 msg = "Nonauthoritative host not found";
262 msg = "Nonrecoverable error";
265 msg = "Valid name, no data record of requested type";
273 msg = "No message of desired type";
279 msg = "Identifier removed";
285 msg = "Link has been severed";
291 msg = "Protocol error";
297 msg = "Multihop attempted";
303 msg = "Bad message";
309 msg = "Value too large for defined data type";
315 msg = "Not supported";
321 msg = "Stale NFS file handle";
327 msg = "Operation canceled";
332 if (msg)
333 return (char *) msg;