Home
last modified time | relevance | path

Searched refs:s_time (Results 201 – 225 of 506) sorted by relevance

12345678910>>...21

/dports/net-mgmt/librenms/librenms-21.5.1/
H A Dpoller-wrapper.py287 s_time = time.time() variable
382 total_time = int(time.time() - s_time)
/dports/graphics/kgeotag/kgeotag-1.2.0/src/
H A DGpxEngine.cpp30 static const auto s_time = QStringLiteral("time"); variable
128 } else if (name == s_time) { in load()
/dports/security/silktools/silk-3.19.1/src/plugins/
H A Dconficker-c.c303 uint32_t s_time, in confickerSeeds() argument
314 d = imaxdiv((s_time - (4 * 86400)), (86400 * 7)); in confickerSeeds()
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_rline.cpp40 …RLine(time_t s_time, unsigned long d, const std::string& src, const std::string& re, const std::st… in RLine() argument
41 : XLine(s_time, d, src, re, "R") in RLine()
/dports/security/openssl-unsafe/openssl-c9ba19c/apps/
H A DMakefile41 s_time version pkcs7 cms crl2pkcs7 sess_id ciphers nseq pkcs12 \
57 s_time.o $(A_OBJ) $(S_OBJ) $(RAND_OBJ) version.o sess_id.o \
65 s_time.c $(A_SRC) $(S_SRC) $(RAND_SRC) version.c sess_id.c \
880 s_time.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
882 s_time.o: ../include/openssl/err.h ../include/openssl/evp.h
883 s_time.o: ../include/openssl/hmac.h ../include/openssl/kssl.h
888 s_time.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
890 s_time.o: ../include/openssl/sha.h ../include/openssl/srtp.h
891 s_time.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
892 s_time.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
[all …]
/dports/security/openssl-legacy-static/openssl-1.0.2u/apps/
H A DMakefile41 s_time version pkcs7 cms crl2pkcs7 sess_id ciphers nseq pkcs12 \
57 s_time.o $(A_OBJ) $(S_OBJ) $(RAND_OBJ) version.o sess_id.o \
65 s_time.c $(A_SRC) $(S_SRC) $(RAND_SRC) version.c sess_id.c \
880 s_time.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
882 s_time.o: ../include/openssl/err.h ../include/openssl/evp.h
883 s_time.o: ../include/openssl/hmac.h ../include/openssl/kssl.h
888 s_time.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
890 s_time.o: ../include/openssl/sha.h ../include/openssl/srtp.h
891 s_time.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
892 s_time.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
[all …]
/dports/sysutils/nss_ndb/nss_ndb-1.0.24/
H A Dnsstest.c202 s_time(double dt) { in s_time() function
1723 fprintf(stderr, " Time: %s\n", s_time(dt)); in main()
1724 fprintf(stderr, " Time/call: %s\n", s_time(dt/t_nc)); in main()
1726 fprintf(stderr, " Min: %s/c\n", s_time(t_min)); in main()
1727 fprintf(stderr, " Avg: %s/c\n", s_time(t_avg)); in main()
1728 fprintf(stderr, " Max: %s/c\n", s_time(t_max)); in main()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/System/Data/Odbc/
H A DOdbc32.cs811 …private static readonly TypeMap s_time = new TypeMap(OdbcType.Time, DbType.Time, typeof(TimeSpan),… field in System.Data.Odbc.TypeMap
872 case OdbcType.Time: return s_time; in FromOdbcType()
906 case DbType.Time: return s_time; in FromDbType()
943 return s_time; in FromSystemType()
1000 case ODBC32.SQL_TYPE.TYPE_TIME: return s_time; in FromSqlType()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/dird/
H A Drun_conf.c47 s_time, enumerator
390 state = s_time; in store_run()
462 case s_time: /* time */ in store_run()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/dird/
H A Drun_conf.c47 s_time, enumerator
390 state = s_time; in store_run()
462 case s_time: /* time */ in store_run()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/dird/
H A Drun_conf.c47 s_time, enumerator
390 state = s_time; in store_run()
462 case s_time: /* time */ in store_run()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/dird/
H A Drun_conf.c47 s_time, enumerator
390 state = s_time; in store_run()
462 case s_time: /* time */ in store_run()
/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dpasti_dsk.cpp131 int s_time = sh[6] | (sh[7] << 8); in load() local
137 obs.sectors[s].time_ratio = s_time ? s_time / 16384.0 : 1; in load()
141 … s, s_off, s_pos, tdata ? tdata[s_pos/8] : 0x00, tdata ? tdata[s_pos/8+1] : 0x00, s_time, s_flags, in load()
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Dpasti_dsk.cpp131 int s_time = sh[6] | (sh[7] << 8); in load() local
137 obs.sectors[s].time_ratio = s_time ? s_time / 16384.0 : 1; in load()
141 … s, s_off, s_pos, tdata ? tdata[s_pos/8] : 0x00, tdata ? tdata[s_pos/8+1] : 0x00, s_time, s_flags, in load()
/dports/net-mgmt/flowviewer/FlowViewer_4.5/
H A DFlowGrapher_Main.cgi832 … ($s_time,$e_time,$dur,$sif,$sip,$sp,$dif,$dip,$dp,$p,$fl,$pkt,$oct) = split(/\|/,$silk_record);
848 ($s_dy,$s_tm) = split(/T/,$s_time);
912 … ($s_time,$e_time,$dur,$sif,$sip,$sp,$dif,$dip,$dp,$p,$fl,$pkt,$oct) = split(/\|/,$silk_record);
914 ($s_time,$e_time,$sif,$sip,$sp,$dif,$dip,$dp,$p,$fl,$pkt,$oct) = split(/\s+/,$_);
923 $md = substr($s_time,5,2) . substr($s_time,8,2);
924 $s_tm = substr($s_time,11,8);
925 $s_ms = substr($s_time,20,3);
927 ($md,$s_tm,$s_ms) = split(/\./,$s_time);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man1/
H A Dopenssl-s_time.pod.in6 openssl-s_time - SSL/TLS performance timing program
10 B<openssl> B<s_time>
141 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/dird/
H A Drun_conf.cc49 s_time, enumerator
374 state = s_time; in StoreRun()
452 case s_time: /* Time */ in StoreRun()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/dird/
H A Drun_conf.cc53 s_time, enumerator
376 state = s_time; in StoreRun()
455 case s_time: /* Time */ in StoreRun()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/dird/
H A Drun_conf.cc53 s_time, enumerator
376 state = s_time; in StoreRun()
455 case s_time: /* Time */ in StoreRun()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/dird/
H A Drun_conf.cc53 s_time, enumerator
376 state = s_time; in StoreRun()
455 case s_time: /* Time */ in StoreRun()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man1/
H A Dopenssl-s_time.pod.in6 openssl-s_time - SSL/TLS performance timing program
10 B<openssl> B<s_time>
141 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/dird/
H A Drun_conf.cc53 s_time, enumerator
378 state = s_time; in StoreRun()
457 case s_time: /* Time */ in StoreRun()
/dports/comms/mgetty+sendfax/mgetty-1.1.37/
H A Dclass1lib.c840 int fax1_send_dcs _P2((fd, s_time), int fd, int s_time )
873 if ( fax1_st_table[i].ms_n == s_time )
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/dird/
H A Drun_conf.cc53 s_time, enumerator
378 state = s_time; in StoreRun()
457 case s_time: /* Time */ in StoreRun()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/dird/
H A Drun_conf.cc49 s_time, enumerator
374 state = s_time; in StoreRun()
452 case s_time: /* Time */ in StoreRun()

12345678910>>...21