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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dzipinfo.c1110 /* For printing of date & time, a "char d_t_buf[21]" is required.
1114 # define d_t_buf attribs macro
1116 zi_time(__G__ &G.crec.last_mod_dos_datetime, NULL, d_t_buf);
1117 Info(slide, 0, ((char *)slide, LoadFarString(FileModDate), d_t_buf));
1128 d_t_buf[0] = (char)0; /* signal "show local time" */
1129 zi_time(__G__ &G.crec.last_mod_dos_datetime, &(z_utime.mtime), d_t_buf);
1131 d_t_buf, LoadFarStringSmall(LocalTime)));
1133 d_t_buf[0] = (char)1; /* signal "show UTC (GMT) time" */
1134 zi_time(__G__ &G.crec.last_mod_dos_datetime, &(z_utime.mtime), d_t_buf);
1136 d_t_buf, LoadFarStringSmal
2161 # define d_t_buf macro
[all...]

Completed in 508 milliseconds