Searched refs:time (Results 176 - 200 of 2065) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dpselect.c40 #include <sys/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dshowppd.c18 #include <sys/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dserver_child.h32 uint32_t time; /* client boot time (from the mac client) */ member in struct:server_child_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/asp/
H A Dasp_close.c33 #include <sys/time.h>
H A Dasp_getreq.c33 #include <sys/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dpselect.c40 #include <sys/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/lib/
H A Dloss_interval.h18 #include <linux/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dprimitive.c52 #include <linux/time.h> /* For struct timeval */
131 * [,stream id] [,life time] [,destination transport address]
155 * o life time - specifies the life time of the user data. The user data
156 * will not be sent by SCTP after the life time expires. This
160 * send primitive) within the life time variable. However, the
162 * chunk before the life time expired.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_volume.c22 #include <linux/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0_mixer.c9 #include <linux/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Drdate.c3 * The Rdate command will ask a time server for the RFC 868 time
4 * and optionally set the system time.
17 bb_error_msg_and_die("timeout connecting to time server");
29 fd = create_and_connect_stream_or_die(host, bb_lookup_port("time", "tcp", 37));
31 if (safe_read(fd, (void *)&nett, 4) != 4) /* read time from server */
32 bb_error_msg_and_die("%s did not send the complete time", host);
36 * RFC 868 time is the number of seconds
38 * the RFC 868 time 2,208,988,800 corresponds to 00:00 1 Jan 1970 GMT
39 * Subtract the RFC 868 time t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_dump.c101 time (&clock);
147 time (&now);
437 int time;
440 time = 0;
450 time *= 10;
451 time += str[i] - '0';
459 total += time * 60 *60;
460 time = 0;
467 total += time * 60;
468 time
434 int time; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dconncache.c67 if ((time(NULL) - fcc->lookup_time) > FAILED_CONNECTION_CACHE_TIMEOUT)
127 fcc->lookup_time = time(NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dcookie_interface.c28 #include <time.h>
92 ".google.com", "TRUE", "/", "FALSE", time(NULL) + 31337, "PREF", "hello google, i like you very much!");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib576.c57 if(finfo->strings.time)
58 printf("Time: %s\n", finfo->strings.time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Denc_writ.c60 #include <time.h>
84 extern unsigned long time();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Denc_writ.c60 #include <time.h>
84 extern unsigned long time();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas-rtc.c2 #include <linux/time.h>
9 #include <asm/time.h>
23 error = rtas_call(rtas_token("get-time-of-day"), 0, 8, ret);
27 /* This is boot time so we spin. */
54 error = rtas_call(rtas_token("get-time-of-day"), 0, 8, ret);
89 error = rtas_call(rtas_token("set-time-of-day"), 7, 1, NULL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dfore200e_mkfirm.c15 #include <time.h>
118 time(&now);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pnx4008/
H A Dtime.c2 * arch/arm/mach-pnx4008/time.c
22 #include <linux/time.h>
30 #include <asm/mach/time.h>
70 * register until HSTIM_MATCH0 indicates time after
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dpm.c28 #include <linux/time.h>
33 #include <asm/mach/time.h>
62 /* preserve current time */
122 /* restore current time */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/philips/pnx8550/common/
H A Dtime.c5 * Common time service routines for MIPS machines. See
18 #include <linux/time.h>
28 #include <asm/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dthread2.py2 import string, sys, time namespace
29 time.sleep(1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dadjtimex.c115 " time.tv_sec: %ld\n"
116 " time.tv_usec: %ld\n"
120 (long)txc.time.tv_sec, (long)txc.time.tv_usec, ret, descript);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/dvb/
H A Ddmx.h29 #include <linux/time.h>
31 #include <time.h>

Completed in 366 milliseconds

1234567891011>>