Lines Matching defs:N_
38 # define N_(String) String
48 { EAI_ADDRFAMILY, N_("Address family for hostname not supported") },
49 { EAI_AGAIN, N_("Temporary failure in name resolution") },
50 { EAI_BADFLAGS, N_("Bad value for ai_flags") },
51 { EAI_FAIL, N_("Non-recoverable failure in name resolution") },
52 { EAI_FAMILY, N_("ai_family not supported") },
53 { EAI_MEMORY, N_("Memory allocation failure") },
54 { EAI_NODATA, N_("No address associated with hostname") },
55 { EAI_NONAME, N_("Name or service not known") },
56 { EAI_SERVICE, N_("Servname not supported for ai_socktype") },
57 { EAI_SOCKTYPE, N_("ai_socktype not supported") },
58 { EAI_SYSTEM, N_("System error") },
60 { EAI_INPROGRESS, N_("Processing request in progress") },
61 { EAI_CANCELED, N_("Request canceled") },
62 { EAI_NOTCANCELED, N_("Request not canceled") },
63 { EAI_ALLDONE, N_("All requests done") },
64 { EAI_INTR, N_("Interrupted by a signal") },
65 { EAI_IDN_ENCODE, N_("Parameter string not correctly encoded") }