Searched refs:seconds (Results 1 - 25 of 85) sorted by last modified time

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A DMakefile.kernel79 @echo -n "(hit control-c with in 10 seconds, to stop)"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dprogress.c34 static void time2str(char *r, curl_off_t seconds) argument
37 if(seconds <= 0) {
41 h = seconds / CURL_OFF_T_C(3600);
43 m = (seconds - (h*CURL_OFF_T_C(3600))) / CURL_OFF_T_C(60);
44 s = (seconds - (h*CURL_OFF_T_C(3600))) - (m*CURL_OFF_T_C(60));
51 d = seconds / CURL_OFF_T_C(86400);
52 h = (seconds - (d*CURL_OFF_T_C(86400))) / CURL_OFF_T_C(3600);
250 int countindex; /* amount of seconds stored in the speeder array */
293 here and we expect it to never wrap as 2^32 is a lot of seconds! */
297 array. With N_ENTRIES filled in, we have about N_ENTRIES-1 seconds o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dftpserver.pl192 my ($seconds, $usec) = gettimeofday();
194 localtime($seconds);
198 my $seconds = time();
200 localtime($seconds);
1553 logmsg "FTPD: delay reply for $1 with $2 seconds\n";
1861 # just go sleep this many seconds!
1862 logmsg("Sleep for $delay seconds\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-usermod567 Set the expiration date for the user account. This only affect samba account. The date must be in the following format : YYYY-MM-DD HH:MM:SS. This option call the external 'date' command to set calculate the number of seconds from Junary 1 1970 to the specified date.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h1314 krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dtime.c74 Yield the difference between *A and *B, in seconds, ignoring leap seconds.
86 int seconds = 60*minutes + (a->tm_sec - b->tm_sec); local
88 return seconds;
92 Return the UTC offset in seconds west of UTC, or 0 if it cannot be determined.
256 Return the UTC offset in seconds west of UTC, adjusted for extra time offset.
265 Return the UTC offset in seconds west of UTC, adjusted for extra time
353 if the NTTIME was 5 seconds, the time_t is 5 seconds. JFM
446 If the nttime_t was 5 seconds, th
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclikrb5.c40 krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds) argument
49 context->kdc_sec_offset = seconds - sec;
321 will expire within 10 seconds.
397 DEBUG(4,("ads_krb5_mk_req: Advancing clock by %d seconds to cope with clock skew\n", time_offset));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.c223 /* Gregorian year, month, day, hour, minutes, and seconds. */
229 int seconds; member in struct:__anon1687
231 /* Relative year, month, day, hour, minutes, and seconds. */
1260 PC.seconds = 0;
1270 PC.seconds = 0;
1291 PC.seconds = yyvsp[-1].textintval.value;
1301 PC.seconds = yyvsp[-1].textintval.value;
1574 PC.seconds = 0;
2039 measured in seconds, ignoring leap seconds
[all...]
H A Dgetdate.y128 /* Gregorian year, month, day, hour, minutes, and seconds. */
134 int seconds;
136 /* Relative year, month, day, hour, minutes, and seconds. */
214 PC.seconds = 0;
221 PC.seconds = 0;
236 PC.seconds = $5.value;
243 PC.seconds = $5.value;
430 PC.seconds = 0;
692 measured in seconds, ignoring leap seconds
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex320 \item \verb|linger| is time in seconds. After the last user releases flow
326 \item \verb|expires| is time in seconds. Flow label will be kept at least
398 \item \verb|Linger| is \verb|linger| of this label in seconds.
399 \item \verb|Expires| is time until expiration of the label in seconds. It may
H A Dip-cref.tex1030 and \verb|used| is a triplet of time intervals in seconds
1034 \item the entry was used 12 seconds ago.
1035 \item the entry was confirmed 13 seconds ago.
1036 \item the entry was updated 20 seconds ago.
3003 \# Send two probes and wait for result for 3 seconds.\\
3248 \# Send two probes and wait for result for 3 seconds.\\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c811 tls_sockets_select(int read_select_1, int read_select_2, int write_select_1, int write_select_2, int seconds /* timeout, -1 means no timeout */)
852 if (seconds >= 0) {
853 timeout.tv_sec = seconds;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dbio.h439 #define BIO_set_ssl_renegotiate_timeout(b,seconds) \
440 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c1176 msgf("timeout set to %d seconds", timeout);
1555 long tv_sec; /* seconds */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/scripts/
H A Dautopppd17 my ($hours,$minutes,$seconds) = split(/:/,shift);
18 return ($hours*60+$minutes)*60+$seconds;
24 my $seconds = $total % 60; $total = ($total - $seconds)/60;
29 return(sprintf("%d-%02d:%02d:%02d",$days,$hours,$minutes,$seconds));
31 return(sprintf("%02d:%02d:%02d",$hours,$minutes,$seconds));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbio.h439 #define BIO_set_ssl_renegotiate_timeout(b,seconds) \
440 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_recent.c35 {.name = "seconds", .id = O_SECONDS, .type = XTTYPE_UINT32,
36 .flags = XTOPT_PUT, XTOPT_POINTER(s, seconds)},
57 " --seconds seconds For check and update commands above.\n"
59 " the last 'seconds' seconds.\n"
62 " May be used in conjunction with the seconds option.\n"
148 if(info->seconds) printf(" seconds: %d", info->seconds);
[all...]
H A Dlibxt_time.c365 unsigned int *minutes, unsigned int *seconds)
367 *seconds = fulltime % 60;
364 divide_time(unsigned int fulltime, unsigned int *hours, unsigned int *minutes, unsigned int *seconds) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_recent.h27 __u32 seconds; member in struct:xt_recent_mtinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables-apply51 -t | --timeout Specify the timeout in seconds (default: $TIMEOUT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dfile.c935 time_t seconds; local
951 seconds = time(NULL);
952 srand(seconds);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A DiTCO_wdt.c184 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
186 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. (2<heartbeat<39 (TCO v1) or 613 (TCO v2), default=" __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
211 static inline unsigned int seconds_to_ticks(int seconds) argument
214 * every 0.6 seconds */
215 return (seconds * 10) / 6;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dohci1394.c1473 u32 seconds; local
1481 /* 'cycle' is only mod 8000, but we also need two 'seconds' bits -
1483 seconds = reg_read(recv->ohci, OHCI1394_IsochronousCycleTimer) >> 25;
1486 seconds += 1;
1488 cycle |= (seconds & 3) << 13;
2116 /* 'cycle' is only mod 8000, but we also need two 'seconds' bits -
2118 u32 seconds = reg_read(xmit->ohci, OHCI1394_IsochronousCycleTimer) >> 25; local
2121 seconds += 1;
2123 start |= (seconds & 3) << 13;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dtodc_time.c309 sec = todc_read_val(todc_info->seconds) & 0x7f;
396 todc_write_val(todc_info->seconds, tm.tm_sec);
414 * Manipulates read bit to reliably read seconds at a high rate.
467 * which we only read the seconds counter. todc_read_val writes
478 sec = todc_read_timereg(todc_info->seconds) & 0x7f;
486 if ((todc_read_timereg(todc_info->seconds) & 0x7f) != sec) {
491 sec = todc_read_timereg(todc_info->seconds) & 0x7f;
496 if ((todc_read_timereg(todc_info->seconds) & 0x7f) != sec) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/mm/
H A Dcmm.c241 cmm_set_timeout(long nr, long seconds) argument
244 cmm_timeout_seconds = seconds;
308 long nr, seconds; local
325 seconds = simple_strtoul(p, &p, 0);
326 cmm_set_timeout(nr, seconds);
379 long nr, seconds; local
405 seconds = simple_strtoul(msg, &msg, 0);
408 cmm_set_timeout(nr, seconds);

Completed in 297 milliseconds

1234