Home
last modified time | relevance | path

Searched refs:inact (Results 1 – 25 of 144) sorted by relevance

123456

/dports/www/squid/squid-4.15/lib/rfcnb/
H A Drfcnb-io.c73 struct sigaction inact, outact; in RFCNB_Set_Timeout()
88 inact.sa_handler = (void (*)()) rfcnb_alarm; in RFCNB_Set_Timeout()
91 inact.sa_mask.__sigbits[0] = 0; in RFCNB_Set_Timeout()
92 inact.sa_mask.__sigbits[1] = 0; in RFCNB_Set_Timeout()
93 inact.sa_mask.__sigbits[2] = 0; in RFCNB_Set_Timeout()
94 inact.sa_mask.__sigbits[3] = 0; in RFCNB_Set_Timeout()
96 inact.sa_mask = (sigset_t) 0; in RFCNB_Set_Timeout()
98 inact.sa_flags = 0; /* Don't restart */ in RFCNB_Set_Timeout()
108 struct sigaction inact, outact; in RFCNB_Set_Timeout()
119 sigemptyset(&inact.sa_mask); in RFCNB_Set_Timeout()
[all …]
/dports/benchmarks/apib/apib-APIB_1_2_1_RC1/apib/
H A Dapib_cpu_bsd.cc67 unsigned inact; in cpu_GetMemoryUsage() local
68 len = sizeof(inact); in cpu_GetMemoryUsage()
69 sysctlbyname("vm.stats.vm.v_inactive_count", &inact, &len, NULL, 0); in cpu_GetMemoryUsage()
70 cache = inact * pagesize; in cpu_GetMemoryUsage()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/python/test/
H A Dtest_fakepwd.py291 inact,
303 self.assertEqual(entry.sp_inact, inact)
348 inact,
359 self.assertEqual(entry[6], inact)
391 inact = self._counter + 5
396 username, password, lastChange, min, max, warn, inact, expire, flag
398 return (username, password, lastChange, min, max, warn, inact, expire, flag)
413 inact = 3
418 db.addUser(username, password, lastChange, min, max, warn, inact, expire, flag)
427 self.assertEqual(entry.sp_inact, inact)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/python/test/
H A Dtest_fakepwd.py262 (username, password, lastChange, min, max, warn, inact, expire,
272 self.assertEqual(entry.sp_inact, inact)
306 (username, password, lastChange, min, max, warn, inact, expire,
315 self.assertEqual(entry[6], inact)
348 inact = self._counter + 5
353 inact, expire, flag)
354 return (username, password, lastChange, min, max, warn, inact,
371 inact = 3
376 db.addUser(username, password, lastChange, min, max, warn, inact,
386 self.assertEqual(entry.sp_inact, inact)
/dports/devel/hpx/hpx-1.2.1/tests/unit/serialization/
H A Dzero_copy_serialization.cpp140 hpx::actions::base_action *inact = inp.get_action(); in test_parcel_serialization() local
142 HPX_TEST_EQ(outact->get_component_type(), inact->get_component_type()); in test_parcel_serialization()
143 HPX_TEST_EQ(outact->get_action_name(), inact->get_action_name()); in test_parcel_serialization()
144 HPX_TEST_EQ(int(outact->get_action_type()), int(inact->get_action_type())); in test_parcel_serialization()
145 HPX_TEST_EQ(outact->get_parent_locality_id(), inact->get_parent_locality_id()); in test_parcel_serialization()
146 HPX_TEST_EQ(outact->get_parent_thread_id(), inact->get_parent_thread_id()); in test_parcel_serialization()
147 HPX_TEST_EQ(outact->get_parent_thread_phase(), inact->get_parent_thread_phase()); in test_parcel_serialization()
148 HPX_TEST_EQ(int(outact->get_thread_priority()), int(inact->get_thread_priority())); in test_parcel_serialization()
149 HPX_TEST_EQ(int(outact->get_thread_stacksize()), int(inact->get_thread_stacksize())); in test_parcel_serialization()
150 HPX_TEST_EQ(outact->get_parent_thread_phase(), inact->get_parent_thread_phase()); in test_parcel_serialization()
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A DWindowWidgets.h50 …FlatButton(int x, int y, int w, int h, Fl_Image * img, Fl_Image * inact, const char * tt, Fl_Callb… in FlatButton() argument
54 deimage(inact); in FlatButton()
72 … h, Fl_Image * img, Fl_Image * inact, const char * tt, Fl_Callback1* cb, long cb_para) : FlatButto… in LFlatButton_c() argument
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/python/
H A Dfakepwd.py122 def __init__(self, username, password, lastChange, min, max, warn, inact, argument
130 self.sp_inact = inact
161 def addUser(self, username, password, lastChange, min, max, warn, inact, argument
202 min, max, warn, inact, expire, flag))
/dports/science/rdkit/rdkit-Release_2021_03_5/Contrib/pzc/
H A Dreadme.md33 act,inact = pco.predict(i)
34 print "Model %d active: %d\tinactive: %d" % (i,act,inact)
49 act,inact = pco2.predict(i)
50 print "%d\t%d\t%d" % (i,act,inact)
/dports/graphics/gwenview/gwenview-21.12.3/lib/
H A Dmemoryutils.cpp136 qulonglong cache, inact, free, psize; in getFreeMemory() local
139 inactlen = sizeof(inact); in getFreeMemory()
144 && sysctlbyname("vm.stats.vm.v_inactive_count", &inact, &inactlen, NULL, 0) == 0 in getFreeMemory()
148 return (cachedValue = (cache + inact + free) * psize); in getFreeMemory()
/dports/dns/bind916/bind-9.16.27/bin/tests/system/metadata/
H A Dsetup.sh35 inact=`$KEYGEN -q -a rsasha1 -P now-24h -A now-24h -I now $czone`
36 echo $inact > inact.key
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/metadata/
H A Dsetup.sh35 inact=`$KEYGEN -q -a rsasha1 -P now-24h -A now-24h -I now $czone`
36 echo $inact > inact.key
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/metadata/
H A Dsetup.sh33 inact=`$KEYGEN -q -a rsasha1 -P now-24h -A now-24h -I now $czone`
34 echo $inact > inact.key
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/metadata/
H A Dsetup.sh32 inact=`$KEYGEN -q -a rsasha1 -P now-24h -A now-24h -I now $czone`
33 echo $inact > inact.key
/dports/dns/bind911/bind-9.11.37/bin/tests/system/metadata/
H A Dsetup.sh35 inact=`$KEYGEN -q -r $RANDFILE -P now-24h -A now-24h -I now $czone`
36 echo $inact > inact.key
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/modules/
H A Dmod_auth_unix.c525 if (inact != NULL) { in get_pwd_info()
571 if (inact != NULL) { in get_pwd_info()
572 *inact = (time_t) -1; in get_pwd_info()
648 if (inact) in get_pwd_info()
649 *inact = (time_t) -1; in get_pwd_info()
686 if (inact) in get_pwd_info()
687 *inact = (time_t) -1; in get_pwd_info()
726 NULL, &inact, &expire); in pw_auth()
744 inact > (time_t) 0) { in pw_auth()
768 NULL, &inact, &expire); in pw_authz()
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/modules/
H A Dmod_auth_unix.c525 if (inact != NULL) { in get_pwd_info()
571 if (inact != NULL) { in get_pwd_info()
572 *inact = (time_t) -1; in get_pwd_info()
648 if (inact) in get_pwd_info()
649 *inact = (time_t) -1; in get_pwd_info()
686 if (inact) in get_pwd_info()
687 *inact = (time_t) -1; in get_pwd_info()
726 NULL, &inact, &expire); in pw_auth()
744 inact > (time_t) 0) { in pw_auth()
768 NULL, &inact, &expire); in pw_authz()
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/modules/
H A Dmod_auth_unix.c525 if (inact != NULL) { in get_pwd_info()
571 if (inact != NULL) { in get_pwd_info()
572 *inact = (time_t) -1; in get_pwd_info()
648 if (inact) in get_pwd_info()
649 *inact = (time_t) -1; in get_pwd_info()
686 if (inact) in get_pwd_info()
687 *inact = (time_t) -1; in get_pwd_info()
726 NULL, &inact, &expire); in pw_auth()
744 inact > (time_t) 0) { in pw_auth()
768 NULL, &inact, &expire); in pw_authz()
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/modules/
H A Dmod_auth_unix.c525 if (inact != NULL) { in get_pwd_info()
571 if (inact != NULL) { in get_pwd_info()
572 *inact = (time_t) -1; in get_pwd_info()
648 if (inact) in get_pwd_info()
649 *inact = (time_t) -1; in get_pwd_info()
686 if (inact) in get_pwd_info()
687 *inact = (time_t) -1; in get_pwd_info()
726 NULL, &inact, &expire); in pw_auth()
744 inact > (time_t) 0) { in pw_auth()
768 NULL, &inact, &expire); in pw_authz()
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/modules/
H A Dmod_auth_unix.c525 if (inact != NULL) { in get_pwd_info()
571 if (inact != NULL) { in get_pwd_info()
572 *inact = (time_t) -1; in get_pwd_info()
648 if (inact) in get_pwd_info()
649 *inact = (time_t) -1; in get_pwd_info()
686 if (inact) in get_pwd_info()
687 *inact = (time_t) -1; in get_pwd_info()
726 NULL, &inact, &expire); in pw_auth()
744 inact > (time_t) 0) { in pw_auth()
768 NULL, &inact, &expire); in pw_authz()
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/modules/
H A Dmod_auth_unix.c525 if (inact != NULL) { in get_pwd_info()
571 if (inact != NULL) { in get_pwd_info()
572 *inact = (time_t) -1; in get_pwd_info()
648 if (inact) in get_pwd_info()
649 *inact = (time_t) -1; in get_pwd_info()
686 if (inact) in get_pwd_info()
687 *inact = (time_t) -1; in get_pwd_info()
726 NULL, &inact, &expire); in pw_auth()
744 inact > (time_t) 0) { in pw_auth()
768 NULL, &inact, &expire); in pw_authz()
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/modules/
H A Dmod_auth_unix.c525 if (inact != NULL) { in get_pwd_info()
571 if (inact != NULL) { in get_pwd_info()
572 *inact = (time_t) -1; in get_pwd_info()
648 if (inact) in get_pwd_info()
649 *inact = (time_t) -1; in get_pwd_info()
686 if (inact) in get_pwd_info()
687 *inact = (time_t) -1; in get_pwd_info()
726 NULL, &inact, &expire); in pw_auth()
744 inact > (time_t) 0) { in pw_auth()
768 NULL, &inact, &expire); in pw_authz()
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/modules/
H A Dmod_auth_unix.c525 if (inact != NULL) { in get_pwd_info()
571 if (inact != NULL) { in get_pwd_info()
572 *inact = (time_t) -1; in get_pwd_info()
648 if (inact) in get_pwd_info()
649 *inact = (time_t) -1; in get_pwd_info()
686 if (inact) in get_pwd_info()
687 *inact = (time_t) -1; in get_pwd_info()
726 NULL, &inact, &expire); in pw_auth()
744 inact > (time_t) 0) { in pw_auth()
768 NULL, &inact, &expire); in pw_authz()
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/modules/
H A Dmod_auth_unix.c525 if (inact != NULL) { in get_pwd_info()
571 if (inact != NULL) { in get_pwd_info()
572 *inact = (time_t) -1; in get_pwd_info()
648 if (inact) in get_pwd_info()
649 *inact = (time_t) -1; in get_pwd_info()
686 if (inact) in get_pwd_info()
687 *inact = (time_t) -1; in get_pwd_info()
726 NULL, &inact, &expire); in pw_auth()
744 inact > (time_t) 0) { in pw_auth()
768 NULL, &inact, &expire); in pw_authz()
[all …]
/dports/net/nsscache/nsscache-version-0.44/nss_cache/maps/
H A Dshadow_test.py43 self._good_entry.inact = None
105 self.assertEqual(entry.inact,
132 entry.inact = 0
133 self.assertEqual(entry.inact, 0, msg='Could not set attribute: inact')
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/python/
H A Dfakepwd.py148 inact: int,
158 self.sp_inact = inact
203 inact: int,
237 username, password, lastChange, min, max, warn, inact, expire, flag

123456