Searched refs:timeserver (Results 1 – 1 of 1) sorted by relevance
/curl/docs/examples/ |
H A D | synctime.c | 94 char timeserver[MAX_STRING1]; member 239 *conf->timeserver = 0; in conf_init() 258 snprintf(conf->timeserver, MAX_STRING, "%s", &argv[OptionIndex][9]); in main() 281 if(*conf->timeserver == 0) /* Use default server for time information */ in main() 282 snprintf(conf->timeserver, MAX_STRING, "%s", DefaultTimeServer[0]); in main() 323 fprintf(stderr, "Fetch: %s\n\n", conf->timeserver); in main() 327 SyncTime_CURL_Fetch(curl, conf->timeserver, "index.htm", in main()
|
Completed in 4 milliseconds