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

/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dgetaddrinfo_host.c78 static char *hostname_format=NULL; variable
139 hostname_format = strdup(optarg);
140 debug ("hostname format: %s", hostname_format);
175 if (!hostname_format) {
176 printf("-h hostname_format needs to be specified\n");
187 sprintf( &hostname_list[i*HOSTNAME_LEN], hostname_format, i+host_min);

Completed in 18 milliseconds