Home
last modified time | relevance | path

Searched refs:tmplck (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DTmp.hs29 tmplck <- fromRepo gitAnnexTmpOtherLock
30 withSharedLock (const tmplck) $ do
58 tmplck <- fromRepo gitAnnexTmpOtherLock
59 void $ tryIO $ tryExclusiveLock (const tmplck) $ do
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuusx.c9194 static char tmplck[CKMAXPATH+1]; /* Temporary lockfile name */ variable
9527 sprintf(tmplck,"%s%08lx.%lx",dbdir,myip,mypid); in getslot()
9528 debug(F110,"getslot tempfile",tmplck,0); in getslot()
9532 lockfd = creat(tmplck, 0600); /* BUT THIS ISN'T PORTABLE */ in getslot()
9534 debug(F111,"getslock temp lockfile create failure", tmplck, errno); in getslot()
9583 if (zrename(tmplck,lcknam) == 0) in getslot()