Searched refs:s_asprintf (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | whois.c | 81 static void s_asprintf(char **ret, const char *format, ...); 167 s_asprintf(&qnichost, "%s%s", country, QNICHOST_TAIL); in main() 194 s_asprintf(&retval, "%s", ANICHOST); in choose_server() 204 s_asprintf(&retval, "%s", NORIDHOST); in choose_server() 212 s_asprintf(&retval, "%s", ANICHOST); in choose_server() 214 s_asprintf(&retval, "%s%s", pos, QNICHOST_TAIL); in choose_server() 243 s_asprintf(char **ret, const char *format, ...) in s_asprintf() function 312 s_asprintf(&nhost, "%.*s", in whois() 323 s_asprintf(&nhost, "%.*s", in whois() 331 s_asprintf(&nhost, "%s", in whois()
|