Lines Matching defs:time
40 #include <time.h>
60 char date [128], time [128] ;
73 /* Get the time in case we need it later. */
102 HANDLE_BEXT_ARG ("--bext-orig-time", origination_time) ;
109 HANDLE_BEXT_ARG ("--bext-time-ref", time_ref) ;
128 if (strcmp (argv [k], "--bext-auto-time-date") == 0)
129 { snprintf (time, sizeof (time), "%02d:%02d:%02d", timedata.tm_hour, timedata.tm_min, timedata.tm_sec) ;
130 info.origination_time = time ;
137 if (strcmp (argv [k], "--bext-auto-time") == 0)
138 { snprintf (time, sizeof (time), "%02d:%02d:%02d", timedata.tm_hour, timedata.tm_min, timedata.tm_sec) ;
139 info.origination_time = time ;
213 " --bext-orig-time Set the 'bext' origination time.\n"
220 " --bext-time-ref Set the 'bext' Time ref.\n"
234 " --bext-auto-time-date Set the 'bext' time and date to current time/date.\n"
235 " --bext-auto-time Set the 'bext' time to current time.\n"
279 time (¤t) ;