Searched refs:days (Results 51 - 64 of 64) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dds1286.c334 static char *days[] = { variable
365 p += sprintf(p, "alarm\t\t: %s ", days[tm.tm_wday]);
389 else if (amode == 0) s = "days, hours and minutes match";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dreq.c155 int ex=1,x509=0,days=30; local
390 else if (strcmp(*argv,"-days") == 0)
393 days= atoi(*(++argv));
394 if (days == 0) days=30;
461 BIO_printf(bio_err," -days number of days a certificate generated by -x509 is valid for.\n");
851 if (!X509_gmtime_adj(X509_get_notAfter(x509ss), (long)60*60*24*days)) goto end;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dreq.c172 int ex=1,x509=0,days=30; local
458 else if (strcmp(*argv,"-days") == 0)
461 days= atoi(*(++argv));
462 if (days == 0) days=30;
533 BIO_printf(bio_err," -days number of days a certificate generated by -x509 is valid for.\n");
949 if (!X509_gmtime_adj(X509_get_notAfter(x509ss), (long)60*60*24*days)) goto end;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dtime.c83 int days = 365*years + intervening_leap_days + (a->tm_yday - b->tm_yday); local
84 int hours = 24*days + (a->tm_hour - b->tm_hour);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dtime.c1272 /* Number of years in days */
1277 /* Number of months in days left */
1481 int year, days; local
1490 days = month_days[wtime.tm_mon] +
1497 if (wtime.tm_mday < 0 || wtime.tm_mday > days)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.y698 /* Compute intervening leap days correctly even if year is negative.
709 int days = (365 * years + intervening_leap_days
711 return (60 * (60 * (24 * days + (a->tm_hour - b->tm_hour))
993 or if the relative time stamp mentions days, months, or years. */
H A Dgetdate.c2045 /* Compute intervening leap days correctly even if year is negative.
2056 int days = (365 * years + intervening_leap_days
2058 return (60 * (60 * (24 * days + (a->tm_hour - b->tm_hour))
2340 or if the relative time stamp mentions days, months, or years. */
2051 int days = (365 * years + intervening_leap_days local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dips.c6278 long days; local
6300 days = current_time / IPS_SECS_DAY;
6309 while (days < 0 || days >= year_lengths[yleap = IPS_IS_LEAP_YEAR(year)]) {
6312 newy = year + (days / IPS_DAYS_NORMAL_YEAR);
6313 if (days < 0)
6315 days -= (newy - year) * IPS_DAYS_NORMAL_YEAR +
6324 for (i = 0; days >= month_lengths[i][yleap]; ++i)
6325 days -= month_lengths[i][yleap];
6328 scb->cmd.ffdc.day = days
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dinode.c145 = (be32_to_cpu(tail->change.days) * (24 * 60 * 60) +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509.h830 X509 * X509_REQ_to_X509(X509_REQ *r, int days,EVP_PKEY *pkey);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dx509.h830 X509 * X509_REQ_to_X509(X509_REQ *r, int days,EVP_PKEY *pkey);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509.h883 X509 * X509_REQ_to_X509(X509_REQ *r, int days,EVP_PKEY *pkey);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509.h883 X509 * X509_REQ_to_X509(X509_REQ *r, int days,EVP_PKEY *pkey);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c1647 static char s[] = "XXXXX days, XX hours, XX minutes, XX seconds";
1651 c += sprintf(c, "%d days, ", seconds / (60*60*24));
4349 char *days[] = { "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" }; local
4406 for (j = 0; j < ARRAYSIZE(days); j++)
4408 j, valid && start.match.days[0] == j ? "selected" : "", days[j]);
4414 for (j = 0; j < ARRAYSIZE(days); j++)
4416 j, valid && start.match.days[1] == j ? "selected" : "", days[j]);
9071 start.match.days[
[all...]

Completed in 159 milliseconds

123