Searched refs:hours (Results 1 - 25 of 237) sorted by relevance

12345678910

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/www/
H A Ddetect_timezone.js36 var hours = parseInt(value);
43 var display_hours = hours;
45 if (hours == 0) {
47 } else if (hours > 0) {
49 display_hours = (hours < 10) ? "+0"+hours : "+"+hours;
52 display_hours = (hours > -10) ? "-0"+Math.abs(hours) : hours;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/www/
H A Ddetect_timezone.js36 var hours = parseInt(value);
43 var display_hours = hours;
45 if (hours == 0) {
47 } else if (hours > 0) {
49 display_hours = (hours < 10) ? "+0"+hours : "+"+hours;
52 display_hours = (hours > -10) ? "-0"+Math.abs(hours) : hours;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/www/
H A Ddetect_timezone.js36 var hours = parseInt(value);
43 var display_hours = hours;
45 if (hours == 0) {
47 } else if (hours > 0) {
49 display_hours = (hours < 10) ? "+0"+hours : "+"+hours;
52 display_hours = (hours > -10) ? "-0"+Math.abs(hours) : hours;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/scripts/
H A Dautopppd17 my ($hours,$minutes,$seconds) = split(/:/,shift);
18 return ($hours*60+$minutes)*60+$seconds;
26 my $hours = $total % 24; $total = ($total - $hours)/24;
29 return(sprintf("%d-%02d:%02d:%02d",$days,$hours,$minutes,$seconds));
31 return(sprintf("%02d:%02d:%02d",$hours,$minutes,$seconds));
53 toseconds("01:00:00"), # 2 hours
54 toseconds("01:00:00"), # 3 hours
55 toseconds("03:00:00"), # 6 hours
56 toseconds("06:00:00"), # 12 hours
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/scripts/
H A Dautopppd17 my ($hours,$minutes,$seconds) = split(/:/,shift);
18 return ($hours*60+$minutes)*60+$seconds;
26 my $hours = $total % 24; $total = ($total - $hours)/24;
29 return(sprintf("%d-%02d:%02d:%02d",$days,$hours,$minutes,$seconds));
31 return(sprintf("%02d:%02d:%02d",$hours,$minutes,$seconds));
53 toseconds("01:00:00"), # 2 hours
54 toseconds("01:00:00"), # 3 hours
55 toseconds("03:00:00"), # 6 hours
56 toseconds("06:00:00"), # 12 hours
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/scripts/
H A Dautopppd17 my ($hours,$minutes,$seconds) = split(/:/,shift);
18 return ($hours*60+$minutes)*60+$seconds;
26 my $hours = $total % 24; $total = ($total - $hours)/24;
29 return(sprintf("%d-%02d:%02d:%02d",$days,$hours,$minutes,$seconds));
31 return(sprintf("%02d:%02d:%02d",$hours,$minutes,$seconds));
53 toseconds("01:00:00"), # 2 hours
54 toseconds("01:00:00"), # 3 hours
55 toseconds("03:00:00"), # 6 hours
56 toseconds("06:00:00"), # 12 hours
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/extensions/
H A Dlibip6t_time.c72 * param: part1, a pointer on a string 2 chars maximum long string, that will contain the hours.
125 char *hours; local
127 hours = (char *)malloc(3);
129 memset(hours, 0, 3);
132 if (split_time((char **)&hours, (char **)&minutes, time) == 1)
136 if ((parse_number((char *)hours, 0, 23, hour) != -1) &&
139 free(hours);
145 free(hours);
343 int hours, minutes; local
356 parse_time_string(&hours,
446 divide_time(int fulltime, int *hours, int *minutes) argument
[all...]
H A Dlibipt_time.c71 * param: part1, a pointer on a string 2 chars maximum long string, that will contain the hours.
124 char *hours; local
126 hours = (char *)malloc(3);
128 memset(hours, 0, 3);
131 if (split_time((char **)&hours, (char **)&minutes, time) == 1)
135 if ((parse_number((char *)hours, 0, 23, hour) != -1) &&
138 free(hours);
144 free(hours);
342 int hours, minutes; local
355 parse_time_string(&hours,
445 divide_time(int fulltime, int *hours, int *minutes) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/extensions/
H A Dlibip6t_time.c72 * param: part1, a pointer on a string 2 chars maximum long string, that will contain the hours.
125 char *hours; local
127 hours = (char *)malloc(3);
129 memset(hours, 0, 3);
132 if (split_time((char **)&hours, (char **)&minutes, time) == 1)
136 if ((parse_number((char *)hours, 0, 23, hour) != -1) &&
139 free(hours);
145 free(hours);
343 int hours, minutes; local
356 parse_time_string(&hours,
446 divide_time(int fulltime, int *hours, int *minutes) argument
[all...]
H A Dlibipt_time.c71 * param: part1, a pointer on a string 2 chars maximum long string, that will contain the hours.
124 char *hours; local
126 hours = (char *)malloc(3);
128 memset(hours, 0, 3);
131 if (split_time((char **)&hours, (char **)&minutes, time) == 1)
135 if ((parse_number((char *)hours, 0, 23, hour) != -1) &&
138 free(hours);
144 free(hours);
342 int hours, minutes; local
355 parse_time_string(&hours,
445 divide_time(int fulltime, int *hours, int *minutes) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/extensions/
H A Dlibip6t_time.c72 * param: part1, a pointer on a string 2 chars maximum long string, that will contain the hours.
125 char *hours; local
127 hours = (char *)malloc(3);
129 memset(hours, 0, 3);
132 if (split_time((char **)&hours, (char **)&minutes, time) == 1)
136 if ((parse_number((char *)hours, 0, 23, hour) != -1) &&
139 free(hours);
145 free(hours);
343 int hours, minutes; local
356 parse_time_string(&hours,
446 divide_time(int fulltime, int *hours, int *minutes) argument
[all...]
H A Dlibipt_time.c71 * param: part1, a pointer on a string 2 chars maximum long string, that will contain the hours.
124 char *hours; local
126 hours = (char *)malloc(3);
128 memset(hours, 0, 3);
131 if (split_time((char **)&hours, (char **)&minutes, time) == 1)
135 if ((parse_number((char *)hours, 0, 23, hour) != -1) &&
138 free(hours);
144 free(hours);
342 int hours, minutes; local
355 parse_time_string(&hours,
445 divide_time(int fulltime, int *hours, int *minutes) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Dnet_time.c98 "net time zone\n\tdisplays the timezone in hours from GMT on the remote computer\n\n"\
142 int hours, mins; local
154 hours = zone / 60;
157 printf("%c%02d%02d\n", zsign, hours, mins);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Dnet_time.c98 "net time zone\n\tdisplays the timezone in hours from GMT on the remote computer\n\n"\
142 int hours, mins; local
154 hours = zone / 60;
157 printf("%c%02d%02d\n", zsign, hours, mins);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dnet_time.c98 "net time zone\n\tdisplays the timezone in hours from GMT on the remote computer\n\n"\
142 int hours, mins; local
154 hours = zone / 60;
157 printf("%c%02d%02d\n", zsign, hours, mins);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dnet_time.c100 "net time zone\n\tdisplays the timezone in hours from GMT on the remote computer\n\n"
157 int hours, mins; local
179 hours = zone / 60;
182 printf("%c%02d%02d\n", zsign, hours, mins);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dnet_time.c100 "net time zone\n\tdisplays the timezone in hours from GMT on the remote computer\n\n"
157 int hours, mins; local
179 hours = zone / 60;
182 printf("%c%02d%02d\n", zsign, hours, mins);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dnet_time.c100 "net time zone\n\tdisplays the timezone in hours from GMT on the remote computer\n\n"
157 int hours, mins; local
179 hours = zone / 60;
182 printf("%c%02d%02d\n", zsign, hours, mins);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/script/
H A Dmknissmbpwdtbl.sh36 hours=,nw+r \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/script/
H A Dmknissmbpwdtbl.sh36 hours=,nw+r \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/script/
H A Dmknissmbpwdtbl.sh36 hours=,nw+r \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/script/
H A Dmknissmbpwdtbl.sh36 hours=,nw+r \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/script/
H A Dmknissmbpwdtbl.sh36 hours=,nw+r \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/script/
H A Dmknissmbpwdtbl.sh36 hours=,nw+r \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/script/
H A Dmknissmbpwdtbl.sh36 hours=,nw+r \

Completed in 147 milliseconds

12345678910