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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dcal.c82 struct tm zero_tm; local
117 zero_tm.tm_mon = i;
118 strftime(buf, sizeof(buf), "%B", &zero_tm);
122 zero_tm.tm_wday = i;
123 strftime(buf, sizeof(buf), "%a", &zero_tm);

Completed in 47 milliseconds