Searched refs:tm_min (Results 251 - 275 of 321) sorted by relevance

<<111213

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dmsgwin.c273 g_snprintf( buf, sizeof( buf ), "%02d:%02d:%02d", tm.tm_hour, tm.tm_min,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dpppdump.c496 printf("time %.2d:%.2d:%.2d.%d", tm->tm_hour, tm->tm_min,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrond.c686 if (line->cl_Mins[tp->tm_min] && line->cl_Hrs[tp->tm_hour] &&
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dnmeter.c722 sprintf(buf, "%02d:%02d:%02d", tm->tm_hour, tm->tm_min, tm->tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dcmds.c749 if (tm->tm_min > min)
751 if (tm->tm_min == min) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c637 mm = t->tm_min;
3475 mm = tm->tm_min;
3514 ltm->tm_min = (int)(dosdatetime >> 5) & 0x3f;
3566 t->tm_hour, t->tm_min, t->tm_sec);
5103 mm2 = (unsigned)(t->tm_min);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacos.c888 tp->tm_hour, tp->tm_min, tp->tm_sec, z_utime.ctime);
893 tp->tm_hour, tp->tm_min, tp->tm_sec, z_utime.mtime);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dmsdos.c1569 dos_dt.z_dtf.zt_mi = t->tm_min;
1641 dos_dt.z_dtf.zt_mi = t->tm_min;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.c896 tm->tm_hour, tm->tm_min, tm->tm_sec);
972 tm->tm_hour, tm->tm_min, tm->tm_sec,
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c2670 tms->tm_mday, tms->tm_mon, tms->tm_year,tms->tm_hour, tms->tm_min);
2709 fprintf(fplog," %d\n",((tms->tm_hour)*3600 + (tms->tm_min)*60 + tms->tm_sec));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dsmbutil.c45 tp->tm_min = ((p0 >> 5) & 0xFF) + ((p1 & 0x7) << 3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsegment.c698 usecs = (int64_t)(ti.tm_hour*3600 + ti.tm_min*60 + ti.tm_sec) * 1000000 + (avgt % 1000000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_rsp_sign.c971 tm->tm_hour, tm->tm_min, tm->tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dgtls.c214 tm->tm_min,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_rsp_sign.c971 tm->tm_hour, tm->tm_min, tm->tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.cpp1124 stCRT.wMinute = ptmCRT->tm_min;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dsvlogd.c148 (unsigned)(t->tm_min),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c671 w32tm.wMinute = ltm->tm_min; /* 0..59 */
891 ltm.tm_min = w32tm.wMinute;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngwrite.c440 ptime->minute = (png_byte)ttime->tm_min;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngwrite.c405 ptime->minute = (png_byte)ttime->tm_min;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dunzip.c559 ptm->tm_min = (uInt) ((ulDosDate&0x7E0)/0x20) ;
H A Dzip.c329 ((ptm->tm_sec/2) + (32* ptm->tm_min) + (2048 * (uLong)ptm->tm_hour));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dunzip.c559 ptm->tm_min = (uInt) ((ulDosDate&0x7E0)/0x20) ;
H A Dzip.c329 ((ptm->tm_sec/2) + (32* ptm->tm_min) + (2048 * (uLong)ptm->tm_hour));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32.c519 ltm.tm_min = w32tm.wMinute;

Completed in 537 milliseconds

<<111213