Searched defs:EAI_BUFSIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgai_strerror.c47 #define EAI_BUFSIZE 128 macro
52 static char buf[EAI_BUFSIZE];
83 buf = malloc(EAI_BUFSIZE);
93 * XXX This really should be snprintf(buf, EAI_BUFSIZE, ...).

Completed in 52 milliseconds