Searched refs:tm_mon (Results 76 - 100 of 148) sorted by relevance

123456

/freebsd-10.2-release/usr.bin/ncal/
H A Dncal.c382 m = tm->tm_mon + 1;
486 dt.m = tm1->tm_mon + 1;
563 tm.tm_mon = dt.m - 1;
780 tm.tm_mon = m;
880 tm.tm_mon = m;
1100 *m = tm.tm_mon + 1;
/freebsd-10.2-release/contrib/openbsm/libauditd/
H A Dauditd_lib.c385 tm.tm_mon = atol(p) - 1;
386 if (tm.tm_mon < 0 || tm.tm_mon > 11)
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dder_get.c409 &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour,
412 &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour,
421 tm.tm_mon -= 1;
H A Dder_put.c440 tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday,
444 tm.tm_year % 100, tm.tm_mon + 1, tm.tm_mday,
/freebsd-10.2-release/contrib/amd/amq/
H A Damq.c121 tp->tm_mon + 1, tp->tm_mday,
141 tp->tm_mon + 1, tp->tm_mday,
/freebsd-10.2-release/contrib/apr-util/misc/
H A Dapr_date.c264 ds.tm_mon = mon;
598 ds.tm_mon = mon;
/freebsd-10.2-release/contrib/bmake/
H A Dutil.c506 if (tm->tm_mon >= 12)
508 s = snprintf(buf, len, "%s", months[tm->tm_mon]);
/freebsd-10.2-release/sys/ia64/ia64/
H A Dnexus.c507 ct.mon = tm.tm_mon;
527 tm.tm_mon = ct.mon;
/freebsd-10.2-release/usr.sbin/cron/cron/
H A Dcron.c237 month = tm->tm_mon +1 /* 0..11 -> 1..12 */ -FIRST_MONTH;
298 otzmonth = otztm.tm_mon +1 /* 0..11 -> 1..12 */ -FIRST_MONTH;
/freebsd-10.2-release/usr.bin/calendar/
H A Ddates.c176 m1 = tp1->tm_mon + 1;
179 m2 = tp2->tm_mon + 1;
H A Dio.c355 tm.tm_mon = month[i] - 1;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCF.cpp39 stream.Printf("%04d-%02d-%02d %02d:%02d:%02d %s", tm_date->tm_year+1900, tm_date->tm_mon+1, tm_date->tm_mday, tm_date->tm_hour, tm_date->tm_min, tm_date->tm_sec, buffer.c_str());
/freebsd-10.2-release/sys/boot/ia64/ski/
H A Defi_stub.c129 time->tm_mon = comps[1] + 1;
/freebsd-10.2-release/crypto/openssl/crypto/asn1/
H A Da_gentm.c262 ts->tm_mon + 1, ts->tm_mday, ts->tm_hour, ts->tm_min,
/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c324 tm_to_set.tm_mon = str[2] - 1;
/freebsd-10.2-release/contrib/tcsh/
H A Dtc.prompt.c491 tprintf_append_mbs(&buf, month_list[t->tm_mon], attributes);
494 p = Itoa(t->tm_mon + 1, 2, attributes);
/freebsd-10.2-release/usr.sbin/fifolog/lib/
H A Dgetdate.y647 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth;
845 yyMonth = tm->tm_mon + 1;
/freebsd-10.2-release/usr.bin/at/
H A Dat.c684 t->tm_mon = ATOI2(arg);
685 --t->tm_mon; /* Convert from 01-12 to 00-11 */
/freebsd-10.2-release/usr.bin/find/
H A Dgetdate.y658 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth;
891 yyMonth = tm->tm_mon + 1;
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_bancomm.c96 int32_t tm_mon; member in struct:stfp_tm
/freebsd-10.2-release/contrib/opie/
H A Dopiesu.c237 tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min,
/freebsd-10.2-release/contrib/tcpdump/
H A Dutil.c218 tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday,
/freebsd-10.2-release/release/picobsd/tinyware/simple_httpd/
H A Dsimple_httpd.c499 t->tm_mday, t->tm_mon+1, t->tm_year );
/freebsd-10.2-release/contrib/ldns/
H A Dstr2host.c72 sscanf(time, "%4d%2d%2d%2d%2d%2d", &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec) == 6
75 tm.tm_mon--;
80 if (tm.tm_mon < 0 || tm.tm_mon > 11) {
/freebsd-10.2-release/lib/libfetch/
H A Dftp.c456 &tm.tm_year, &tm.tm_mon, &tm.tm_mday,
461 tm.tm_mon--;
471 tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday,

Completed in 407 milliseconds

123456