OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lock_fp
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/master/
master.c
274
static VSTREAM *
lock_fp
;
local
500
lock_fp
= open_lock(vstring_str(lock_path), O_RDWR | O_CREAT, 0600, why);
502
exit(
lock_fp
? 0 : 1);
503
if (
lock_fp
== 0)
506
vstream_fprintf(
lock_fp
, "%*lu\n", (int) sizeof(unsigned long) * 4,
508
if (vstream_fflush(
lock_fp
))
510
close_on_exec(vstream_fileno(
lock_fp
), CLOSE_ON_EXEC);
575
if (myflock(vstream_fileno(
lock_fp
), INTERNAL_LOCK,
Completed in 36 milliseconds
Indexes created Tue May 19 00:24:48 UTC 2026