Home
last modified time | relevance | path

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

/curl/docs/examples/
H A Dftpgetinfo.c72 time_t file_time = (time_t)filetime; in main() local
73 printf("filetime %s: %s", filename, ctime(&file_time)); in main()
/curl/docs/libcurl/opts/
H A DCURLOPT_FILETIME.md61 time_t file_time = (time_t)filetime;
62 printf("filetime: %s", ctime(&file_time));
H A DCURLINFO_FILETIME.md62 time_t file_time = (time_t)filetime;
63 printf("filetime: %s", ctime(&file_time));
H A DCURLINFO_FILETIME_T.md63 time_t file_time = (time_t)filetime;
64 printf("filetime: %s", ctime(&file_time));

Completed in 7 milliseconds