Lines Matching refs:msg

63 	char *msg;
74 msg = NTstrerror(num, &freebuf);
75 if (msg != NULL)
76 snprintf(buf, size, "%s", msg);
79 if(freebuf && msg != NULL) {
80 LocalFree(msg);
149 char *msg;
151 msg = NTstrerror(errval, &bfreebuf);
152 fprintf(stderr, "%s: %s\n", errmsg, msg);
154 LocalFree(msg);
166 char *msg;
171 msg = "Interrupted system call";
175 msg = "Bad file number";
179 msg = "Permission denied";
183 msg = "Bad address";
187 msg = "Invalid argument";
191 msg = "Too many open sockets";
195 msg = "Operation would block";
199 msg = "Operation now in progress";
203 msg = "Operation already in progress";
207 msg = "Socket operation on non-socket";
211 msg = "Destination address required";
215 msg = "Message too long";
219 msg = "Protocol wrong type for socket";
223 msg = "Bad protocol option";
227 msg = "Protocol not supported";
231 msg = "Socket type not supported";
235 msg = "Operation not supported on socket";
239 msg = "Protocol family not supported";
243 msg = "Address family not supported";
247 msg = "Address already in use";
251 msg = "Can't assign requested address";
255 msg = "Network is down";
259 msg = "Network is unreachable";
263 msg = "Net connection reset";
267 msg = "Software caused connection abort";
271 msg = "Connection reset by peer";
275 msg = "No buffer space available";
279 msg = "Socket is already connected";
283 msg = "Socket is not connected";
287 msg = "Can't send after socket shutdown";
291 msg = "Too many references: can't splice";
295 msg = "Connection timed out";
299 msg = "Connection refused";
303 msg = "Too many levels of symbolic links";
307 msg = "File name too long";
311 msg = "Host is down";
315 msg = "No route to host";
319 msg = "Directory not empty";
323 msg = "Too many processes";
327 msg = "Too many users";
331 msg = "Disc quota exceeded";
335 msg = "Stale NFS file handle";
339 msg = "Too many levels of remote in path";
343 msg = "Network system is unavailable";
347 msg = "Winsock version out of range";
351 msg = "WSAStartup not yet called";
355 msg = "Graceful shutdown in progress";
359 msg = "Host not found";
363 msg = "No host data of that type was found";
367 msg = NULL;
370 return (msg);
380 char *msg;
385 msg = "The dwFlags parameter has an illegal value.";
388 msg = "The Registry entry for the key container "
392 msg = "The pszContainer or pszProvider parameter "
396 msg = "The value of the dwProvType parameter is out "
401 msg = "The provider DLL signature did not verify "
406 msg = "The dwFlags parameter is CRYPT_NEWKEYSET, but the key"
410 msg = "The Registry entry for the pszContainer key container "
416 msg = "No Registry entry exists in the HKEY_CURRENT_USER "
421 msg = "The CSP ran out of memory during the operation.";
424 msg = "The provider DLL file does not exist or is not on the "
428 msg = "The Registry entry for the provider type specified by "
436 msg = "The provider type specified by dwProvType does not "
442 msg = "No Registry entry exists for the provider type "
446 msg = "The provider DLL file could not be loaded, and "
451 msg = "An error occurred while loading the DLL file image, "
456 msg = NULL;
459 return msg;