Searched refs:lockfile (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.10/procmail-14/procmail/examples/
H A D1rmail8 if lockfile -! -r1 $LOCKFILE
12 lockfile -! -4 -r2 $LOCKFILE
H A D2rmail8 if lockfile -! -r1 $LOCKFILE
12 lockfile -! -4 -r2 $LOCKFILE
H A D3rmail14 if lockfile -! -r1 $LOCKFILE $LOCKFILE2
18 lockfile -! -4 -r2 $LOCKFILE $LOCKFILE2
/macosx-10.10/procmail-14/procmail/man/
H A DMakefile15 procmail.1 procmailrc.5 procmailsc.5 procmailex.5 lockfile.1 formail.1: init
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_mutex.c63 const char *lockfile; local
70 lockfile = apr_global_mutex_lockfile(mc->pMutex);
72 lockfile,
74 if (lockfile)
77 SSL_CACHE_MUTEX_TYPE, lockfile);
H A Dssl_util_stapling.c504 const char *lockfile; local
510 lockfile = apr_global_mutex_lockfile(mc->stapling_mutex);
512 lockfile, p)) != APR_SUCCESS) {
513 if (lockfile) {
516 SSL_STAPLING_MUTEX_TYPE, lockfile);
/macosx-10.10/procmail-14/procmail/src/
H A DMakefile15 procmail lockfile formail multigram mailstat setid getparams gethome \
H A Dprocmail.h92 extern const char shell[],lockfile[],newline[],binsh[],unexpeof[],*const*gargv,
/macosx-10.10/apache-793/httpd/build/rpm/
H A Dhtcacheclean.init50 lockfile=${LOCKFILE-/var/lock/subsys/${prog}}
62 [ $RETVAL = 0 ] && touch ${lockfile}
70 [ $RETVAL = 0 ] && rm -f ${lockfile}
H A Dhttpd.init62 lockfile=${LOCKFILE-/var/lock/subsys/${prog}}
91 [ $RETVAL = 0 ] && touch ${lockfile}
99 [ $RETVAL = 0 ] && rm -f ${lockfile} ${pidfile}
/macosx-10.10/bind9-45.101/bind9/bin/named/win32/
H A Dos.c237 FILE *lockfile; local
260 lockfile = ns_os_openfile(filename, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH,
262 if (lockfile == NULL) {
270 if (fprintf(lockfile, "%ld\n", (long)pid) < 0) {
272 (void)fclose(lockfile);
276 if (fflush(lockfile) == EOF) {
278 (void)fclose(lockfile);
282 (void)fclose(lockfile);
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/cgi-bin/soap/
H A Dwebservice.tcl20 set lockfile [file join $admindir webservice.lock]
143 global lockfile
145 set failed [catch {open $lockfile {WRONLY EXCL CREAT}} lock]
157 global lockfile
158 catch {file delete $lockfile}
/macosx-10.10/procmail-14/
H A DMakefile33 chgrp mail $(DSTROOT)/usr/bin/lockfile
34 chmod g+s $(DSTROOT)/usr/bin/lockfile
/macosx-10.10/curl-83.1.2/curl/tests/server/
H A Dutil.c270 FILE *lockfile; local
275 lockfile = fopen(filename, "wb");
276 } while((lockfile == NULL) && ((error = errno) == EINTR));
277 if(lockfile == NULL) {
284 res = fclose(lockfile);
/macosx-10.10/procmail-14/procmail/
H A DMakefile49 # lockfile Preinstalls just all lockfile related stuff to ./new
110 BINSS = procmail lockfile formail mailstat
111 MANS1S = procmail formail lockfile
/macosx-10.10/emacs-93/emacs/src/
H A Dfilelock.c332 fill_in_lock_file_name (lockfile, fn)
333 register char *lockfile;
340 strcpy (lockfile, SDATA (fn));
345 for (p = lockfile + strlen (lockfile); p != lockfile && *p != '/'; p--)
354 while (lstat (lockfile, &st) == 0 && !S_ISLNK (st.st_mode))
519 zap the lockfile. */
/macosx-10.10/bind9-45.101/bind9/bin/named/unix/
H A Dos.c851 FILE *lockfile; local
874 lockfile = ns_os_openfile(filename, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH,
876 if (lockfile == NULL) {
885 if (fprintf(lockfile, "%ld\n", (long)pid) < 0) {
887 (void)fclose(lockfile);
891 if (fflush(lockfile) == EOF) {
893 (void)fclose(lockfile);
897 (void)fclose(lockfile);
/macosx-10.10/cups-408/cups/notifier/
H A Ddbus.c162 static int acquire_lock(int *fd, char *lockfile, size_t locksize);
614 char *lockfile, /* I - Lock filename buffer */
628 snprintf(lockfile, locksize, "%s/cups-dbus-notifier-lockfile", tmpdir);
634 if ((*fd = open(lockfile, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR)) < 0)
613 acquire_lock(int *fd, char *lockfile, size_t locksize) argument
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_acts.c726 char lockfile[128], pidbuf[8]; local
754 snprintf(lockfile, sizeof(lockfile), LOCKFILE,
756 fd = open(lockfile, O_WRONLY | O_CREAT | O_EXCL,
874 snprintf(lockfile, sizeof(lockfile),
876 unlink(lockfile);
/macosx-10.10/apache-793/httpd/os/unix/
H A Dunixd.c260 const char *lockfile = apr_proc_mutex_lockfile(pmutex); local
262 if (lockfile) {
263 if (chown(lockfile, ap_unixd_config.user_id,
/macosx-10.10/zsh-61/zsh/Src/
H A Dhist.c2748 char *lockfile; local
2757 lockfile = bicat(unmeta(fn), ".LOCK");
2765 while ((fd = symlink(lnk, lockfile)) < 0) {
2773 if (lstat(lockfile, &sb) < 0) {
2781 unlink(lockfile);
2794 while (link(tmpfile, lockfile) < 0) {
2801 } else if (lstat(lockfile, &sb) < 0) {
2809 unlink(lockfile);
2820 while ((fd = open(lockfile, O_WRONLY|O_CREAT|O_EXCL, 0644)) < 0) {
2828 if (lstat(lockfile,
2881 char *lockfile; local
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh394 lockfile="$output_obj.lock"
395 removelist="$removelist $output_obj $lockfile"
399 lockfile=
405 until ln "$0" "$lockfile" 2>/dev/null; do
406 $show "Waiting for $lockfile to be removed"
410 if test -f "$lockfile"; then
412 *** ERROR, $lockfile exists and contains:
413 `cat $lockfile 2>/dev/null`
425 echo $srcfile > "$lockfile"
478 test x"`cat $lockfile
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/config/
H A Dltmain.sh403 lockfile="$output_obj.lock"
404 removelist="$removelist $output_obj $lockfile"
408 lockfile=
414 until ln "$0" "$lockfile" 2>/dev/null; do
415 $show "Waiting for $lockfile to be removed"
419 if test -f "$lockfile"; then
421 *** ERROR, $lockfile exists and contains:
422 `cat $lockfile 2>/dev/null`
434 echo $srcfile > "$lockfile"
487 test x"`cat $lockfile
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
H A Dltmain.sh403 lockfile="$output_obj.lock"
404 removelist="$removelist $output_obj $lockfile"
408 lockfile=
414 until ln "$0" "$lockfile" 2>/dev/null; do
415 $show "Waiting for $lockfile to be removed"
419 if test -f "$lockfile"; then
421 *** ERROR, $lockfile exists and contains:
422 `cat $lockfile 2>/dev/null`
434 echo $srcfile > "$lockfile"
487 test x"`cat $lockfile
[all...]
/macosx-10.10/apache-793/httpd/server/mpm/prefork/
H A Dprefork.c495 const char *lockfile; local
526 lockfile = apr_proc_mutex_lockfile(accept_mutex);
528 lockfile,
534 lockfile ? lockfile : "none",

Completed in 287 milliseconds

123