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

/external/tlsdate/src/
H A Dtlsdate.c94 " [-V|--showtime] [human|raw]\n"
107 int showtime; local
124 showtime = 0;
138 {"showtime", 2, 0, 'V'},
163 showtime = (optarg && 0 == strcmp ("raw", optarg) ? 2:1);
227 (showtime ? (showtime == 2 ? "showtime=raw" : "showtime") : "no-showtime"),
[all...]
H A Dtlsdate.h238 int showtime; member in struct:__anon17574
H A Dtlsdate-helper-plan9.c1076 int showtime; local
1090 showtime = (0 == strcmp ("showtime", argv[8]));
1214 if (showtime)
H A Dtlsdate-helper.c1239 int showtime; local
1256 showtime = (0 == strcmp ("showtime", argv[8]));
1257 showtime_raw = (0 == strcmp ("showtime=raw", argv[8]));
1388 if (showtime)
/external/curl/lib/vtls/
H A Dgtls.c203 static void showtime(struct SessionHandle *data, function
1187 showtime(data, "start date", certclock);
1190 showtime(data, "expire date", certclock);

Completed in 112 milliseconds