Lines Matching refs:msg

52 	char *msg;
63 msg = NTstrerror(num, &freebuf);
64 if (msg != NULL)
65 snprintf(buf, size, "%s", msg);
68 if(freebuf && msg != NULL) {
69 LocalFree(msg);
138 char *msg;
140 msg = NTstrerror(errval, &bfreebuf);
141 fprintf(stderr, "%s: %s\n", errmsg, msg);
143 LocalFree(msg);
155 char *msg;
160 msg = "Interrupted system call";
164 msg = "Bad file number";
168 msg = "Permission denied";
172 msg = "Bad address";
176 msg = "Invalid argument";
180 msg = "Too many open sockets";
184 msg = "Operation would block";
188 msg = "Operation now in progress";
192 msg = "Operation already in progress";
196 msg = "Socket operation on non-socket";
200 msg = "Destination address required";
204 msg = "Message too long";
208 msg = "Protocol wrong type for socket";
212 msg = "Bad protocol option";
216 msg = "Protocol not supported";
220 msg = "Socket type not supported";
224 msg = "Operation not supported on socket";
228 msg = "Protocol family not supported";
232 msg = "Address family not supported";
236 msg = "Address already in use";
240 msg = "Can't assign requested address";
244 msg = "Network is down";
248 msg = "Network is unreachable";
252 msg = "Net connection reset";
256 msg = "Software caused connection abort";
260 msg = "Connection reset by peer";
264 msg = "No buffer space available";
268 msg = "Socket is already connected";
272 msg = "Socket is not connected";
276 msg = "Can't send after socket shutdown";
280 msg = "Too many references: can't splice";
284 msg = "Connection timed out";
288 msg = "Connection refused";
292 msg = "Too many levels of symbolic links";
296 msg = "File name too long";
300 msg = "Host is down";
304 msg = "No route to host";
308 msg = "Directory not empty";
312 msg = "Too many processes";
316 msg = "Too many users";
320 msg = "Disc quota exceeded";
324 msg = "Stale NFS file handle";
328 msg = "Too many levels of remote in path";
332 msg = "Network system is unavailable";
336 msg = "Winsock version out of range";
340 msg = "WSAStartup not yet called";
344 msg = "Graceful shutdown in progress";
348 msg = "Host not found";
352 msg = "No host data of that type was found";
356 msg = NULL;
359 return (msg);
369 char *msg;
374 msg = "The dwFlags parameter has an illegal value.";
377 msg = "The Registry entry for the key container "
381 msg = "The pszContainer or pszProvider parameter "
385 msg = "The value of the dwProvType parameter is out "
390 msg = "The provider DLL signature did not verify "
395 msg = "The dwFlags parameter is CRYPT_NEWKEYSET, but the key"
399 msg = "The Registry entry for the pszContainer key container "
405 msg = "No Registry entry exists in the HKEY_CURRENT_USER "
410 msg = "The CSP ran out of memory during the operation.";
413 msg = "The provider DLL file does not exist or is not on the "
417 msg = "The Registry entry for the provider type specified by "
425 msg = "The provider type specified by dwProvType does not "
431 msg = "No Registry entry exists for the provider type "
435 msg = "The provider DLL file could not be loaded, and "
440 msg = "An error occurred while loading the DLL file image, "
445 msg = NULL;
448 return msg;