Searched refs:sec (Results 1 - 25 of 276) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Dfuncs.js1922 var sec=uptime;
1923 var sec=parseInt(sec);
1924 var hour_sec=sec%3600;
1925 if(hour_sec!=sec)
1926 new_hour=(sec-hour_sec)/3600;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/dbd/
H A Dcnid_dbd.c59 static void delay(int sec) argument
64 tv.tv_sec = sec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dftpserver.pl193 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
195 $now = sprintf("%02d:%02d:%02d.%06d ", $hour, $min, $sec, $usec);
199 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
201 $now = sprintf("%02d:%02d:%02d ", $hour, $min, $sec);
1558 logmsg "FTPD: send response with 0.01 sec delay between each byte\n";
H A Druntests.pl551 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
553 my $now = sprintf("%02d:%02d:%02d ", $hour, $min, $sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dutil.c71 time_t sec; local
87 sec = epoch_offset + tv.tv_sec;
88 now = localtime(&sec); /* not thread safe but we don't care */
H A Dutil.h41 #define sleep(sec) Sleep ((sec)*1000)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/genlogon/
H A Dgenlogon.pl25 #($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
26 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
28 print LOG "$mon/$mday/$year $hour:$min:$sec - User $ARGV[0] logged into $ARGV[1]\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dadssearch.pl1103 my ($year,$mon,$mday,$hour,$min,$sec,$zone) =
1106 my $localtime = localtime(timegm($sec,$min,$hour,$mday,$mon,$year));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_secdes.h200 SEC_DESC *sec; member in struct:sec_desc_buf_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsecdesc.c144 owner_sid = new_sdb->sec->owner_sid ? new_sdb->sec->owner_sid :
145 old_sdb->sec->owner_sid;
147 group_sid = new_sdb->sec->grp_sid ? new_sdb->sec->grp_sid :
148 old_sdb->sec->grp_sid;
150 secdesc_type = new_sdb->sec->type;
162 dacl = new_sdb->sec->dacl;
164 dacl = old_sdb->sec->dacl;
169 psd = make_sec_desc(ctx, new_sdb->sec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclikrb5.c43 int32_t sec, usec; local
45 ret = krb5_us_timeofday(context, &sec, &usec);
49 context->kdc_sec_offset = seconds - sec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dlpq_parse.c37 int i, day, hour, min, sec; local
49 if(*(c+6) != 0)sec = atoi(c+6);
50 else sec=0;
63 t->tm_sec = sec;
H A Dnt_printing.c1049 DEBUGADD(6,("file_version_is_newer: mod time = %ld sec\n", old_create_time));
1078 DEBUGADD(6,("file_version_is_newer: mod time = %ld sec\n", new_create_time));
4780 if (!secdesc_ctr->sec->owner_sid || !secdesc_ctr->sec->grp_sid) {
4790 owner_sid = secdesc_ctr->sec->owner_sid ?
4791 secdesc_ctr->sec->owner_sid :
4792 old_secdesc_ctr->sec->owner_sid;
4794 group_sid = secdesc_ctr->sec->grp_sid ?
4795 secdesc_ctr->sec->grp_sid :
4796 old_secdesc_ctr->sec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/registry/
H A Dreg_printing.c622 if ( sec_io_desc("sec_desc", &info2->secdesc_buf->sec, &prs, 0 ) ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_sec.c406 if ((UNMARSHALLING(ps) && psdb->len != 0) || (MARSHALLING(ps) && psdb->sec != NULL)) {
407 if(!sec_io_desc("sec ", &psdb->sec, ps, depth))
H A Dparse_spoolss.c3044 if (!prs_uint32("Hack! sec desc", ps, depth, &pipo))
3675 size+=4; /* size of sec desc ptr */
4181 q_u->secdesc_ctr->sec = secdesc;
4205 q_u->secdesc_ctr->sec = secdesc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_spoolss_nt.c3115 data->notify_data.sd.desc = dup_sec_desc( mem_ctx, printer->info_2->secdesc_buf->sec ) ;
4266 printer->secdesc = ntprinter->info_2->secdesc_buf->sec;
4267 ntprinter->info_2->secdesc_buf->sec = NULL; /* Stolen memory. */
4303 printer->secdesc = ntprinter->info_2->secdesc_buf->sec;
4323 ntprinter->info_2->secdesc_buf->sec = NULL; /* Stolen the malloced memory. */
5916 the_acl = old_secdesc_ctr->sec->dacl;
5929 the_acl = secdesc_ctr->sec->dacl;
5950 if (sec_desc_equal(new_secdesc_ctr->sec, old_secdesc_ctr->sec)) {
H A Dsrv_srvsvc_nt.c1548 psd = q_u->info.share.info1501.sdb->sec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpcclient/
H A Dcmd_lsarpc.c743 display_sec_desc(sdb->sec);
H A Dcmd_reg.c290 fprintf(out_hnd,"sec desc: 0x%x\n", sec_desc);
756 /* query key sec info. first call sets sec_buf_size. */
767 if (res4 && psdb->len > 0 && psdb->sec != NULL)
769 display_sec_desc(out_hnd, ACTION_HEADER , psdb->sec);
770 display_sec_desc(out_hnd, ACTION_ENUMERATE, psdb->sec);
771 display_sec_desc(out_hnd, ACTION_FOOTER , psdb->sec);
861 if (res4 && psdb->len > 0 && psdb->sec != NULL)
863 display_sec_desc(out_hnd, ACTION_HEADER , psdb->sec);
864 display_sec_desc(out_hnd, ACTION_ENUMERATE, psdb->sec);
865 display_sec_desc(out_hnd, ACTION_FOOTER , psdb->sec);
[all...]
H A Dcmd_samr.c115 int sec; local
133 sec=high+low;
135 days=sec/(60*60*24);
136 hours=(sec - (days*60*60*24)) / (60*60);
137 mins=(sec - (days*60*60*24) - (hours*60*60) ) / 60;
138 secs=sec - (days*60*60*24) - (hours*60*60) - (mins*60);
1586 display_sec_desc(sec_desc_buf->sec);
H A Ddisplay_sec.c121 void display_sec_desc(SEC_DESC *sec) argument
125 if (sec->sacl) {
127 display_sec_acl(sec->sacl);
130 if (sec->dacl) {
132 display_sec_acl(sec->dacl);
135 if (sec->owner_sid) {
136 sid_to_string(sid_str, sec->owner_sid);
140 if (sec->grp_sid) {
141 sid_to_string(sid_str, sec->grp_sid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl197 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $dst) = localtime($time);
198 $sec = pad($sec, '0', 2);
203 return "$mon/$mday $hour:$min:$sec";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex324 unprivileged user to set linger longer than 60 sec.
329 unprivileged user to set timeout longer than 60 sec. Proviledged applications
H A Dip-cref.tex675 may be found in sec.\ref{IP-ADDR-FLUSH}, p.\pageref{IP-ADDR-FLUSH}.
736 valid_lft forever preferred_lft 604746sec
1170 rules (see sec.\ref{IP-RULE}, p.\pageref{IP-RULE}). If such a route is selected, lookup
1201 is used. See sec.\ref{IP-RULE}, p.\pageref{IP-RULE}.
1431 in the following section (sec.\ref{IP-RULE}, p.\pageref{IP-RULE}).
1450 (sec.\ref{IP-ROUTE-FLUSH}, p.\pageref{IP-ROUTE-FLUSH}) which
1705 cache used 2 age 12sec mtu 1500 rtt 300
1708 cache used 2 age 15sec mtu 1500 rtt 300
1711 cache users 1 used 1 age 23sec mtu 1500 rtt 300
1714 cache used 2 age 20sec mt
[all...]

Completed in 234 milliseconds

1234567891011>>