Lines Matching refs:msg

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