Searched refs:s_asprintf (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/whois/ |
H A D | whois.c | 146 static void s_asprintf(char **ret, const char *format, ...) __printflike(2, 3); 243 s_asprintf(&qnichost, "%s%s", country, QNICHOST_TAIL); in main() 292 s_asprintf(char **ret, const char *format, ...) in s_asprintf() function 524 s_asprintf(&nhost, "%.*s", in whois() 528 s_asprintf(&nport, "%s", port); in whois() 535 s_asprintf(&nport, "%.*s", in whois() 548 s_asprintf(&nhost, "%s", ANICHOST); in whois() 549 s_asprintf(&nport, "%s", port); in whois() 586 s_asprintf(&nhost, "%s", try_rir[i].host); in whois() 587 s_asprintf(&nport, "%s", port); in whois()
|