Searched refs:s_asprintf (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/adv_cmds-153/whois/
H A Dwhois.c96 static void s_asprintf(char **ret, const char *format, ...) __attribute__((__format__(printf, 2, 3)));
98 static void s_asprintf(char **ret, const char *format, ...) __printflike(2, 3);
193 s_asprintf(&qnichost, "%s%s", country, QNICHOST_TAIL);
225 s_asprintf(&retval, "%s", NORIDHOST);
233 s_asprintf(&retval, "%s", ANICHOST);
235 s_asprintf(&retval, "%s%s", pos, QNICHOST_TAIL);
263 s_asprintf(char **ret, const char *format, ...) function
323 s_asprintf(&nhost, "%.*s",
334 s_asprintf(&nhost, "%.*s",
342 s_asprintf(
[all...]

Completed in 118 milliseconds