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

/bind-9.6-ESV-R11/bin/named/win32/
H A Dos.c212 FILE *lockfile; local
246 lockfile = fdopen(fd, "w");
247 if (lockfile == NULL) {
258 if (fprintf(lockfile, "%ld\n", (long)pid) < 0) {
260 (void)fclose(lockfile);
264 if (fflush(lockfile) == EOF) {
266 (void)fclose(lockfile);
270 (void)fclose(lockfile);
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c714 FILE *lockfile; local
759 lockfile = fdopen(fd, "w");
760 if (lockfile == NULL) {
773 if (fprintf(lockfile, "%ld\n", (long)pid) < 0) {
775 (void)fclose(lockfile);
779 if (fflush(lockfile) == EOF) {
781 (void)fclose(lockfile);
785 (void)fclose(lockfile);
/bind-9.6-ESV-R11/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...]
/bind-9.6-ESV-R11/
H A Dltmain.sh2169 lockfile="$output_obj.lock"
2173 lockfile=
2179 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
2180 func_echo "Waiting for $lockfile to be removed"
2184 if test -f "$lockfile"; then
2186 *** ERROR, $lockfile exists and contains:
2187 `cat $lockfile 2>/dev/null`
2200 $ECHO "$srcfile" > "$lockfile"
2204 func_append removelist " $lockfile"
2235 test "X`cat $lockfile
[all...]
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh1292 lockfile="$output_obj.lock"
1296 lockfile=
1302 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
1303 func_echo "Waiting for $lockfile to be removed"
1307 if test -f "$lockfile"; then
1309 *** ERROR, $lockfile exists and contains:
1310 `cat $lockfile 2>/dev/null`
1323 $ECHO "$srcfile" > "$lockfile"
1327 removelist="$removelist $lockfile"
1359 test "X`cat $lockfile
[all...]

Completed in 296 milliseconds