Home
last modified time | relevance | path

Searched defs:lockfile (Results 51 – 75 of 909) sorted by relevance

12345678910>>...37

/dports/misc/rump/buildrump.sh-b914579/src/lib/libutil/
H A Dpidlock.c49 pidlock(const char *lockfile, int flags, pid_t *locker, const char *info) in pidlock()
208 char lockfile[MAXPATHLEN]; in ttylock() local
223 char lockfile[MAXPATHLEN]; in ttyunlock() local
/dports/security/gvmd/gvmd-21.4.4/src/
H A Dutils.c559 lock_internal (lockfile_t *lockfile, const gchar *lockfile_name, in lock_internal()
624 lockfile_lock (lockfile_t *lockfile, const gchar *lockfile_basename) in lockfile_lock()
639 lockfile_lock_nb (lockfile_t *lockfile, const gchar *lockfile_basename) in lockfile_lock_nb()
654 lockfile_lock_path_nb (lockfile_t *lockfile, const gchar *lockfile_path) in lockfile_lock_path_nb()
669 lockfile_lock_shared_nb (lockfile_t *lockfile, const gchar *lockfile_basename) in lockfile_lock_shared_nb()
683 lockfile_unlock (lockfile_t *lockfile) in lockfile_unlock()
721 lockfile_t lockfile; in lockfile_locked() local
/dports/devel/ccache-static/ccache-3.7.12/src/
H A Dlockfile.c32 char *lockfile = format("%s.lock", path); in lockfile_acquire() local
137 char *lockfile = format("%s.lock", path); in lockfile_release() local
155 char *lockfile = format("%s.lock", path); in lockfile_acquire() local
/dports/devel/ccache/ccache-3.7.12/src/
H A Dlockfile.c32 char *lockfile = format("%s.lock", path); in lockfile_acquire() local
137 char *lockfile = format("%s.lock", path); in lockfile_release() local
155 char *lockfile = format("%s.lock", path); in lockfile_acquire() local
/dports/comms/smstools3/smstools3/src/
H A Dlocking.c25 int lockfile( char* filename) in lockfile() function
28 int lockfile; in lockfile() local
/dports/devel/stack/stack-2.7.3/_cabal_deps/filelock-0.1.1.5/tests/
H A Dtest.hs91 lockfile = "lock" function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/filelock-0.1.1.4/tests/
H A Dtest.hs91 lockfile = "lock" function
/dports/lang/ruby26/ruby-2.6.9/test/rubygems/
H A Dtest_gem_request_set_lockfile.rb26 def lockfile method in TestGemRequestSetLockfile
30 def write_lockfile(lockfile) argument
/dports/sysutils/perp/perp-2.07/runtools/
H A Drunlock.c31 do_check(const char *lockfile, int quiet) in do_check()
65 const char *lockfile = NULL; in main() local
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dlockfile.c30 char *lockfile = format("%s.lock", path); in lockfile_acquire() local
188 char *lockfile = format("%s.lock", path); in lockfile_release() local
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dlockfile.c30 char *lockfile = format("%s.lock", path); in lockfile_acquire() local
188 char *lockfile = format("%s.lock", path); in lockfile_release() local
/dports/devel/elixir-hex/hex-1.0.1/
H A Dmix.exs34 defp lockfile(elixir_version) when elixir_version >= {1, 5, 0}, do: "mix-new.lock" function
35 defp lockfile(_), do: "mix-old.lock" function
/dports/editors/jed/jed-0.99-19/src/
H A Dlock.c218 static int get_lock_info (char *lockfile, Lock_Info_Type *l) in get_lock_info()
287 static int perform_lock (char *lockfile, Lock_Info_Type *l, int force) in perform_lock()
365 char *lockfile; in jed_lock_file() local
448 char *lockfile; in jed_unlock_file() local
/dports/chinese/tin/tin-2.4.5/src/
H A Dlock.c224 char lockfile[PATH_LEN]; in dot_lock() local
270 char *lockfile; in dot_unlock() local
/dports/news/tin/tin-2.4.5/src/
H A Dlock.c224 char lockfile[PATH_LEN]; in dot_lock() local
270 char *lockfile; in dot_unlock() local
/dports/math/SCIP/scip-7.0.3/examples/TSP/src/
H A DEventhdlrNewSol.cpp68 ofstream lockfile("temp.tour.lock"); in SCIP_DECL_EVENTINIT() local
157 ofstream lockfile("temp.tour.lock"); in SCIP_DECL_EVENTEXEC() local
/dports/www/mod_fcgid/mod_fcgid-2.3.9/modules/fcgid/
H A Dfcgid_mutex_unix.c37 const char **lockfile, in fcgid_mutex_create()
111 char *lockfile; in fcgid_mutex_create() local
/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
152 let lockfile = p.root().join("Cargo.lock"); in cargo_update_generate_lockfile() localVariable
/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
152 let lockfile = p.root().join("Cargo.lock"); in cargo_update_generate_lockfile() localVariable
/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
152 let lockfile = p.root().join("Cargo.lock"); in cargo_update_generate_lockfile() localVariable
/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dbackfill.c41 char lockfile[MAX_BUFF]; in remove_line() local
145 char lockfile[MAX_BUFF]; in backfill() local
/dports/devel/py-requirementslib/requirementslib-1.5.16/src/requirementslib/models/
H A Dproject.py105 def lockfile(self): member in Project
113 def lockfile(self, new): member in Project
196 def difference_lockfile(self, lockfile): argument
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/passa/models/
H A Dprojects.py111 def lockfile(self): member in Project
119 def lockfile(self, new): member in Project
203 def difference_lockfile(self, lockfile): argument
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/requirementslib/models/
H A Dproject.py105 def lockfile(self): member in Project
113 def lockfile(self, new): member in Project
196 def difference_lockfile(self, lockfile): argument
/dports/devel/dep/dep-0.5.4/vendor/github.com/nightlyone/lockfile/
H A Dlockfile_unix.go3 package lockfile package

12345678910>>...37