Home
last modified time | relevance | path

Searched refs:lockfile (Results 276 – 300 of 7818) sorted by relevance

1...<<11121314151617181920>>...313

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/tests/testsuite/
H A Dgenerate_lockfile.rs128 let lockfile = p.root().join("Cargo.lock"); in preserve_line_endings_issue_2076() localVariable
130 assert!(lockfile.is_file()); in preserve_line_endings_issue_2076()
152 let lockfile = p.root().join("Cargo.lock"); in cargo_update_generate_lockfile() localVariable
153 assert!(!lockfile.is_file()); in cargo_update_generate_lockfile()
155 assert!(lockfile.is_file()); in cargo_update_generate_lockfile()
159 assert!(!lockfile.is_file()); in cargo_update_generate_lockfile()
161 assert!(lockfile.is_file()); in cargo_update_generate_lockfile()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/tests/testsuite/
H A Dgenerate_lockfile.rs128 let lockfile = p.root().join("Cargo.lock"); in preserve_line_endings_issue_2076() localVariable
130 assert!(lockfile.is_file()); in preserve_line_endings_issue_2076()
152 let lockfile = p.root().join("Cargo.lock"); in cargo_update_generate_lockfile() localVariable
153 assert!(!lockfile.is_file()); in cargo_update_generate_lockfile()
155 assert!(lockfile.is_file()); in cargo_update_generate_lockfile()
159 assert!(!lockfile.is_file()); in cargo_update_generate_lockfile()
161 assert!(lockfile.is_file()); in cargo_update_generate_lockfile()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/tests/testsuite/
H A Dgenerate_lockfile.rs128 let lockfile = p.root().join("Cargo.lock"); in preserve_line_endings_issue_2076() localVariable
130 assert!(lockfile.is_file()); in preserve_line_endings_issue_2076()
152 let lockfile = p.root().join("Cargo.lock"); in cargo_update_generate_lockfile() localVariable
153 assert!(!lockfile.is_file()); in cargo_update_generate_lockfile()
155 assert!(lockfile.is_file()); in cargo_update_generate_lockfile()
159 assert!(!lockfile.is_file()); in cargo_update_generate_lockfile()
161 assert!(lockfile.is_file()); in cargo_update_generate_lockfile()
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/lib/
H A Dcron_init.php50 $lockfile = $lockdir . $lockfName; variable
60 $debugHandler = fopen($lockfile, 'w');
61 fwrite($debugHandler, 'Setting Lockfile to ' . $lockfile . "\n");
96 unlink($lockfile);
116 unlink($lockfile);
143 unlink($lockfile);
189 unlink($lockfile);
/dports/sysutils/burp/burp-2.4.0/utest/
H A Dtest_lock.c5 static const char *lockfile="utest_lockfile"; variable
11 fail_unless(!lock_init(lock, lockfile)); in setup()
12 ck_assert_str_eq(lock->path, lockfile); in setup()
26 fail_unless(!lock_test(lockfile)); in assert_can_get_lock()
42 lock=lock_alloc_and_init(lockfile); in do_fork()
67 fail_unless(lock_test(lockfile)==-1); in run_with_fork()
/dports/sysutils/burp-devel/burp-2.5.4/utest/
H A Dtest_lock.c5 static const char *lockfile="utest_lockfile"; variable
11 fail_unless(!lock_init(lock, lockfile)); in setup()
12 ck_assert_str_eq(lock->path, lockfile); in setup()
26 fail_unless(!lock_test(lockfile)); in assert_can_get_lock()
42 lock=lock_alloc_and_init(lockfile); in do_fork()
67 fail_unless(lock_test(lockfile)==-1); in run_with_fork()
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/passa/models/
H A Dprojects.py111 def lockfile(self): member in Project
118 @lockfile.setter
119 def lockfile(self, new): member in Project
123 return self.lockfile and self.lockfile.is_up_to_date(self.pipfile)
187 section = self.lockfile[section_name]
201 self.lockfile.meta.hash = plette.models.Hash({"__invalid__": ""})
203 def difference_lockfile(self, lockfile): argument
222 this = self.lockfile[section_name]._data
226 that = lockfile[section_name]._data
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/vmcs_host/linux/vcfiled/
H A Dvcfiled_lock_test.c59 const char *lockfile = argv[2]; in main() local
62 int rc = vcfiled_lock(lockfile, logmsg); in main()
65 printf("failed to lock %s\n", lockfile); in main()
73 vcfiled_is_running(lockfile) ? in main()
/dports/ftp/p5-Net-FTP-Common/Net-FTP-Common-7.0.d/scripts/rsync-ftp/
H A Drsync-upload-files.pl17 my $lockfile = '/tmp/net-ftp-rsync-upload-files.lck';
24 unlink $lockfile;
50 -e $lockfile and die "$lockfile must be removed before running script";
72 my $ez = Net::FTP::Common->new({ %urth, STDERR => $lockfile }, %netftp_cfg);
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/src/
H A Dauditor.rs3 use crate::{config::AuditConfig, lockfile, prelude::*, presenter::Presenter};
4 use rustsec::{error, lockfile::Lockfile, registry, report, warning, Warning};
132 lockfile::generate()?; in audit()
138 let lockfile = match self.load_lockfile(lockfile_path) { in audit() localVariable
148 self.presenter.before_report(&lockfile_path, &lockfile); in audit()
151 rustsec::Report::generate(&self.database, &lockfile, &self.report_settings); in audit()
156 for package in &lockfile.packages { in audit()
174 .print_report(&report, self_advisories.as_slice(), &lockfile); in audit()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/config/
H A Dlockfile59 echo lockfile: stealing $file
62 echo lockfile: timeout waiting for $file ... delete it\!
67 echo lockfile: waiting for $file
76 echo lockfile: not fast enough on $file
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/config/
H A Dlockfile59 echo lockfile: stealing $file
62 echo lockfile: timeout waiting for $file ... delete it\!
67 echo lockfile: waiting for $file
76 echo lockfile: not fast enough on $file
/dports/net-mgmt/cricket/cricket-1.0.5/
H A Dcollect-subtrees124 my($lockfile) = "/tmp/$gUser-subtree-$s";
128 if (-f $lockfile) {
132 push @mHist, "use \"rm $lockfile\" to unlock it.\n";
136 print STDERR "use \"rm $lockfile\" to unlock it.\n";
142 system("touch $lockfile");
160 unlink($lockfile) if (!isWin32());
/dports/www/htdigest/httpd-2.4.6/modules/ssl/
H A Dssl_engine_mutex.c63 const char *lockfile; in ssl_mutex_reinit() local
70 lockfile = apr_global_mutex_lockfile(mc->pMutex); in ssl_mutex_reinit()
72 lockfile, in ssl_mutex_reinit()
74 if (lockfile) in ssl_mutex_reinit()
77 SSL_CACHE_MUTEX_TYPE, lockfile); in ssl_mutex_reinit()
/dports/www/apache24/httpd-2.4.53/modules/ssl/
H A Dssl_engine_mutex.c63 const char *lockfile; in ssl_mutex_reinit() local
70 lockfile = apr_global_mutex_lockfile(mc->pMutex); in ssl_mutex_reinit()
72 lockfile, in ssl_mutex_reinit()
74 if (lockfile) in ssl_mutex_reinit()
77 SSL_CACHE_MUTEX_TYPE, lockfile); in ssl_mutex_reinit()
/dports/devel/py-requirementslib/requirementslib-1.5.16/src/requirementslib/models/
H A Dproject.py105 def lockfile(self): member in Project
112 @lockfile.setter
113 def lockfile(self, new): member in Project
117 return self.lockfile and self.lockfile.is_up_to_date(self.pipfile)
180 section = self.lockfile[section_name]
194 self.lockfile.meta.hash = plette.models.Hash({"__invalid__": ""})
196 def difference_lockfile(self, lockfile): argument
215 this = self.lockfile[section_name]._data
219 that = lockfile[section_name]._data
/dports/sysutils/pxp-agent/pxp-agent-1.15.16/modules/
H A Dpxp-module-puppet127 def running?(lockfile)
128 return File.exist?(lockfile)
131 def disabled?(lockfile)
132 return File.exist?(lockfile)
214 def wait_for_lockfile(lockfile, check_interval = 0.1, give_up_after = 10*60)
217 while File.exist?(lockfile) && count < number_of_tries
276 lockfile = puppet_config['agent_catalog_run_lockfile'] || ''
277 if running?(lockfile)
278 wait_for_lockfile(lockfile)
292 if running?(lockfile)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/requirementslib/models/
H A Dproject.py105 def lockfile(self): member in Project
112 @lockfile.setter
113 def lockfile(self, new): member in Project
117 return self.lockfile and self.lockfile.is_up_to_date(self.pipfile)
180 section = self.lockfile[section_name]
194 self.lockfile.meta.hash = plette.models.Hash({"__invalid__": ""})
196 def difference_lockfile(self, lockfile): argument
215 this = self.lockfile[section_name]._data
219 that = lockfile[section_name]._data
/dports/mail/p5-Mail-Box/Mail-Box-3.009/t/
H A D400locking-dotlock.t17 my $lockfile = File::Spec->catfile($workdir, 'lockfiletest');
19 unlink $lockfile;
25 , file => $lockfile
33 ok(-f $lockfile, 'lockfile found');
H A D402locking-nfslock.t27 my $lockfile = File::Spec->catfile($workdir, 'lockfiletest');
28 unlink $lockfile;
34 , file => $lockfile
42 ok(-f $lockfile);
/dports/lang/ruby26/ruby-2.6.9/spec/bundler/runtime/
H A Dplatform_spec.rb10 lockfile <<-G
36 lockfile <<-G
61 lockfile <<-G
126 lockfile <<-L
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/contrib/unix/
H A Dfusioninventory-agent.init.redhat23 lockfile=/var/lock/subsys/$prog
35 [ $RETVAL -eq 0 ] && touch $lockfile
43 [ $RETVAL -eq 0 ] && rm -f $lockfile
61 if [ -f $lockfile ]; then
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/contrib/fedora-packaging/
H A Dsyslog-ng.init29 lockfile=/var/lock/subsys/$prog
38 [ $retval -eq 0 ] && touch $lockfile
47 [ $retval -eq 0 ] && rm -f $lockfile
83 [ ! -f $lockfile ] || restart
/dports/net/aprsc/aprsc-2.1.10.gd72a17c/src/rpm/
H A Daprsc.init32 lockfile=/var/lock/subsys/$prog
86 [ $RETVAL -eq 0 ] && touch $lockfile
100 [ $RETVAL -eq 0 ] && rm -f $lockfile
156 rm -f $lockfile
177 if [ -f $lockfile ] ; then
191 if [ $RETVAL -eq 3 -a -f $lockfile ] ; then
/dports/ports-mgmt/portsreinstall/portsreinstall-4.1.0/lib/
H A Dlibmisc.sh22 local lockfile
23 lockfile=$1
26 if mktemp -q "$lockfile" > /dev/null
28 echo $$ > $lockfile
29 elif [ x`cat "$lockfile" 2> /dev/null` != x$$ ]
32 message_echo "If this report is incorrect, remove an obsolete lock file ($lockfile)." >&2

1...<<11121314151617181920>>...313