Home
last modified time | relevance | path

Searched refs:www_path (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Ds_time.c123 char *www_path = NULL; in s_time_main() local
202 www_path = opt_arg(); in s_time_main()
203 buf_size = strlen(www_path) + fmt_http_get_cmd_size; in s_time_main()
283 if (www_path != NULL) { in s_time_main()
285 www_path); in s_time_main()
338 if (www_path != NULL) { in s_time_main()
339 buf_len = BIO_snprintf(buf, sizeof(buf), fmt_http_get_cmd, www_path); in s_time_main()
365 if (www_path != NULL) { in s_time_main()
367 www_path); in s_time_main()