• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/bind9-45.101/bind9/lib/isc/win32/

Lines Matching refs:msg

61 	char *msg;
72 msg = NTstrerror(num, &freebuf);
73 if (msg != NULL)
74 snprintf(buf, size, "%s", msg);
77 if(freebuf && msg != NULL) {
78 LocalFree(msg);
147 char *msg;
149 msg = NTstrerror(errval, &bfreebuf);
150 fprintf(stderr, "%s: %s\n", errmsg, msg);
152 LocalFree(msg);
164 char *msg;
169 msg = "Interrupted system call";
173 msg = "Bad file number";
177 msg = "Permission denied";
181 msg = "Bad address";
185 msg = "Invalid argument";
189 msg = "Too many open sockets";
193 msg = "Operation would block";
197 msg = "Operation now in progress";
201 msg = "Operation already in progress";
205 msg = "Socket operation on non-socket";
209 msg = "Destination address required";
213 msg = "Message too long";
217 msg = "Protocol wrong type for socket";
221 msg = "Bad protocol option";
225 msg = "Protocol not supported";
229 msg = "Socket type not supported";
233 msg = "Operation not supported on socket";
237 msg = "Protocol family not supported";
241 msg = "Address family not supported";
245 msg = "Address already in use";
249 msg = "Can't assign requested address";
253 msg = "Network is down";
257 msg = "Network is unreachable";
261 msg = "Net connection reset";
265 msg = "Software caused connection abort";
269 msg = "Connection reset by peer";
273 msg = "No buffer space available";
277 msg = "Socket is already connected";
281 msg = "Socket is not connected";
285 msg = "Can't send after socket shutdown";
289 msg = "Too many references: can't splice";
293 msg = "Connection timed out";
297 msg = "Connection refused";
301 msg = "Too many levels of symbolic links";
305 msg = "File name too long";
309 msg = "Host is down";
313 msg = "No route to host";
317 msg = "Directory not empty";
321 msg = "Too many processes";
325 msg = "Too many users";
329 msg = "Disc quota exceeded";
333 msg = "Stale NFS file handle";
337 msg = "Too many levels of remote in path";
341 msg = "Network system is unavailable";
345 msg = "Winsock version out of range";
349 msg = "WSAStartup not yet called";
353 msg = "Graceful shutdown in progress";
357 msg = "Host not found";
361 msg = "No host data of that type was found";
365 msg = NULL;
368 return (msg);
378 char *msg;
383 msg = "The dwFlags parameter has an illegal value.";
386 msg = "The Registry entry for the key container "
390 msg = "The pszContainer or pszProvider parameter "
394 msg = "The value of the dwProvType parameter is out "
399 msg = "The provider DLL signature did not verify "
404 msg = "The dwFlags parameter is CRYPT_NEWKEYSET, but the key"
408 msg = "The Registry entry for the pszContainer key container "
414 msg = "No Registry entry exists in the HKEY_CURRENT_USER "
419 msg = "The CSP ran out of memory during the operation.";
422 msg = "The provider DLL file does not exist or is not on the "
426 msg = "The Registry entry for the provider type specified by "
434 msg = "The provider type specified by dwProvType does not "
440 msg = "No Registry entry exists for the provider type "
444 msg = "The provider DLL file could not be loaded, and "
449 msg = "An error occurred while loading the DLL file image, "
454 msg = NULL;
457 return msg;