Lines Matching full: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);
181 char *msg;
183 msg = NTstrerror(errval, &bfreebuf);
184 fprintf(stderr, "%s: %s\n", errmsg, msg);
186 LocalFree(msg);
198 char *msg;
203 msg = "Interrupted system call";
207 msg = "Bad file number";
211 msg = "Permission denied";
215 msg = "Bad address";
219 msg = "Invalid argument";
223 msg = "Too many open sockets";
227 msg = "Operation would block";
231 msg = "Operation now in progress";
235 msg = "Operation already in progress";
239 msg = "Socket operation on non-socket";
243 msg = "Destination address required";
247 msg = "Message too long";
251 msg = "Protocol wrong type for socket";
255 msg = "Bad protocol option";
259 msg = "Protocol not supported";
263 msg = "Socket type not supported";
267 msg = "Operation not supported on socket";
271 msg = "Protocol family not supported";
275 msg = "Address family not supported";
279 msg = "Address already in use";
283 msg = "Can't assign requested address";
287 msg = "Network is down";
291 msg = "Network is unreachable";
295 msg = "Net connection reset";
299 msg = "Software caused connection abort";
303 msg = "Connection reset by peer";
307 msg = "No buffer space available";
311 msg = "Socket is already connected";
315 msg = "Socket is not connected";
319 msg = "Can't send after socket shutdown";
323 msg = "Too many references: can't splice";
327 msg = "Connection timed out";
331 msg = "Connection refused";
335 msg = "Too many levels of symbolic links";
339 msg = "File name too long";
343 msg = "Host is down";
347 msg = "No route to host";
351 msg = "Directory not empty";
355 msg = "Too many processes";
359 msg = "Too many users";
363 msg = "Disc quota exceeded";
367 msg = "Stale NFS file handle";
371 msg = "Too many levels of remote in path";
375 msg = "Network system is unavailable";
379 msg = "Winsock version out of range";
383 msg = "WSAStartup not yet called";
387 msg = "Graceful shutdown in progress";
391 msg = "Host not found";
395 msg = "No host data of that type was found";
399 msg = NULL;
402 return (msg);
412 char *msg;
417 msg = "The dwFlags parameter has an illegal value.";
420 msg = "The Registry entry for the key container "
424 msg = "The pszContainer or pszProvider parameter "
428 msg = "The value of the dwProvType parameter is out "
433 msg = "The provider DLL signature did not verify "
438 msg = "The dwFlags parameter is CRYPT_NEWKEYSET, but the key"
442 msg = "The Registry entry for the pszContainer key container "
448 msg = "No Registry entry exists in the HKEY_CURRENT_USER "
453 msg = "The CSP ran out of memory during the operation.";
456 msg = "The provider DLL file does not exist or is not on the "
460 msg = "The Registry entry for the provider type specified by "
468 msg = "The provider type specified by dwProvType does not "
474 msg = "No Registry entry exists for the provider type "
478 msg = "The provider DLL file could not be loaded, and "
483 msg = "An error occurred while loading the DLL file image, "
488 msg = NULL;
491 return msg;