Searched refs:time (Results 76 - 100 of 972) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Drdate.c3 * The Rdate command will ask a time server for the RFC 868 time
4 * and optionally set the system time.
24 #include <sys/time.h>
32 #include <time.h>
50 if ((tserv = getservbyname("time", "tcp")) == NULL) /* find port # */
51 perror_msg_and_die("time");
60 if (connect(fd, (struct sockaddr *)&s_in, sizeof(s_in)) < 0) /* connect to time server */
63 if (read(fd, (void *)&nett, 4) != 4) /* read time from server */
64 error_msg_and_die("%s did not send the complete time", hos
[all...]
H A Duptime.c34 #include <time.h>
52 time(&current_secs);
H A Drm.c26 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Ddhcpd.c39 #include <time.h>
40 #include <sys/time.h>
147 timeout_end = time(0) + server_config.auto_time;
160 tv.tv_sec = timeout_end - time(0);
171 timeout_end = time(0) + server_config.auto_time;
186 timeout_end = time(0) + server_config.auto_time;
288 lease->expires = time(0) + server_config.decline_time;
293 if (lease) lease->expires = time(0);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_browserdb.c59 * Update a browser death time.
69 browc->death_time = time(NULL) + ( (CHECK_TIME_MST_ANNOUNCE + 2) * 60 );
88 time_t now = time( NULL );
100 will allow it time to send out a local announce and build its
152 * Input: t - Expiration time. Entries with death times less than this
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdbbackup.c56 #include <time.h>
59 #include <sys/time.h>
H A Dtdbdump.c28 #include <time.h>
31 #include <sys/time.h>
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dstats.c21 #include <time.h>
68 s += snprintf(s, buf + BUFSPACE - s, "uptime=%lu&", (unsigned long) time(NULL));
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dstats.c21 #include <time.h>
68 s += snprintf(s, buf + BUFSPACE - s, "uptime=%lu&", (unsigned long) time(NULL));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dadb.c25 unsigned int time; member in struct:adb_log
35 adb_log[0].time = get_dec();
47 t0 = ap->time;
49 t = t0 - ap->time;
65 ap->time = get_dec();
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Dlink.h114 #define LED_TIMEOUT(time) (link->led_timeout = RioTimePlus(RioTime(),(time)))
118 #define LED_TIMEOUT(time)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/casio-e55/
H A Dsetup.c23 #include <asm/time.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/common/
H A Dtime.c3 * arch/mips/vr41xx/common/time.c
50 #include <asm/time.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/ibm-workpad/
H A Dsetup.c23 #include <asm/time.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dm8260_setup.c49 #include <asm/time.h>
53 static int m8260_set_rtc_time(unsigned long time);
100 m8260_set_rtc_time(unsigned long time) argument
102 rtc_time = time;
110 /* Get time from the RTC.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Drtc-aica.c11 #include <linux/time.h>
16 seconds to get the standard Unix Epoch when getting the time, and add 20
17 years when setting the time. */
26 * aica_rtc_gettimeofday - Get the time from the AICA RTC
49 * aica_rtc_settimeofday - Set the AICA RTC to the current time
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/isofs/
H A Dutil.c5 #include <linux/time.h>
12 * take into account daylight savings time, but it shouldn't matter.
13 * The time stored should be localtime (with or without DST in effect),
29 if (flag == 0) tz = p[6]; /* High sierra has no time zone */
56 * The time is always stored in localtime with the
59 * to get to true GMT, which is what we store the time
/asus-wl-520gu-7.0.1.45/src/router/bridge/brctl/
H A Dbrctl.c24 #include <sys/time.h>
39 "\tsetageing\t<bridge> <time>\t\tset ageing time\n"
41 "\tsetfd\t\t<bridge> <time>\t\tset bridge forward delay\n"
42 "\tsetgcint\t<bridge> <time>\t\tset garbage collection interval\n"
43 "\tsethello\t<bridge> <time>\t\tset hello time\n"
44 "\tsetmaxage\t<bridge> <time>\t\tset max message age\n"
/asus-wl-520gu-7.0.1.45/src/router/bridge/libbridge/
H A Dlibbridge_if.c26 #include <sys/time.h>
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Dunused.c13 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dalloc_sb.c19 #include <time.h>
H A Dbb_compat.c18 #include <time.h>
H A Dgen_bitmap.c19 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Daffs_fs_i.h7 #include <linux/time.h>
H A Dhfs_sysdep.h64 static inline hfs_u32 hfs_from_utc(hfs_s32 time) argument
66 return time - sys_tz.tz_minuteswest*60;
69 static inline hfs_s32 hfs_to_utc(hfs_u32 time) argument
71 return time + sys_tz.tz_minuteswest*60;

Completed in 218 milliseconds

1234567891011>>