Searched refs:tms (Results 1 - 25 of 46) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtimes.h6 struct tms { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/tools/misc/
H A Depi_ttcp.c580 static struct tm *tms; /* system time structure */ variable in typeref:struct:tm
2160 struct tms buftime;
2668 tms = localtime(&sysTicks);
2670 tms->tm_mday, tms->tm_mon, tms->tm_year,tms->tm_hour, tms->tm_min);
2708 tms = localtime(&sysTicks);
2709 fprintf(fplog," %d\n",((tms
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbnspeed.c86 /* Depending on the VMS version, the tms structure is perhaps defined.
132 static struct tms tstart,tend;
H A Dexpspeed.c112 /* Depending on the VMS version, the tms structure is perhaps defined.
158 static struct tms tstart,tend;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/cast/
H A Dcast_spd.c81 /* Depending on the VMS version, the tms structure is perhaps defined.
139 static struct tms tstart,tend;
H A Dcastopts.c81 /* Depending on the VMS version, the tms structure is perhaps defined.
176 static struct tms tstart,tend;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rc2/
H A Drc2speed.c81 /* Depending on the VMS version, the tms structure is perhaps defined.
139 static struct tms tstart,tend;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rc4/
H A Drc4speed.c81 /* Depending on the VMS version, the tms structure is perhaps defined.
139 static struct tms tstart,tend;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rc5/
H A Drc5speed.c81 /* Depending on the VMS version, the tms structure is perhaps defined.
139 static struct tms tstart,tend;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/
H A Dtmdiff.c83 /* Depending on the VMS version, the tms structure is perhaps defined.
126 struct tms ms_tms;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2speed.c84 /* Depending on the VMS version, the tms structure is perhaps defined.
142 static struct tms tstart,tend;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A Drc4speed.c84 /* Depending on the VMS version, the tms structure is perhaps defined.
142 static struct tms tstart,tend;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5speed.c84 /* Depending on the VMS version, the tms structure is perhaps defined.
142 static struct tms tstart,tend;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dtmdiff.c87 /* Depending on the VMS version, the tms structure is perhaps defined.
131 struct tms ms_tms;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbfspeed.c84 /* Depending on the VMS version, the tms structure is perhaps defined.
142 static struct tms tstart,tend;
H A Dbf_opts.c84 /* Depending on the VMS version, the tms structure is perhaps defined.
169 static struct tms tstart,tend;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbnspeed.c86 /* Depending on the VMS version, the tms structure is perhaps defined.
132 static struct tms tstart,tend;
H A Dexpspeed.c112 /* Depending on the VMS version, the tms structure is perhaps defined.
158 static struct tms tstart,tend;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcast_spd.c84 /* Depending on the VMS version, the tms structure is perhaps defined.
142 static struct tms tstart,tend;
H A Dcastopts.c84 /* Depending on the VMS version, the tms structure is perhaps defined.
179 static struct tms tstart,tend;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bf/
H A Dbfspeed.c81 /* Depending on the VMS version, the tms structure is perhaps defined.
139 static struct tms tstart,tend;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dftp.c250 char *tms; local
1227 tms = datetime_str (time (NULL));
1249 tms, tmrate, fd_errstr (dtsock));
1262 logprintf (LOG_NOTQUIET, "%s (%s) - ", tms, tmrate);
1280 logprintf (LOG_NOTQUIET, "%s (%s) - ", tms, tmrate);
1355 char *tms, *locf; local
1439 tms = datetime_str (time (NULL));
1449 tms, hurl, tmp, quote (locf));
1503 tms = datetime_str (time (NULL));
1524 tms, tmrat
[all...]
H A Dhttp.c2425 char *tms;
2520 tms = datetime_str (time (NULL));
2536 tms, tmp, hurl);
2541 tms, hurl);
2589 tms = datetime_str (time (NULL));
2679 tms, hstat.statcode,
2796 tms, u->url, hstat.statcode,
2844 tms, tmrate,
2850 tms, u->url,
2880 tms, tmrat
2420 char *tms; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Dspeed.c81 /* Depending on the VMS version, the tms structure is perhaps defined.
143 static struct tms tstart,tend;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/idea/
H A Didea_spd.c81 /* Depending on the VMS version, the tms structure is perhaps defined.
139 static struct tms tstart,tend;

Completed in 142 milliseconds

12