Home
last modified time | relevance | path

Searched refs:Fcntl (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/sendmail/contrib/
H A Dqtool.pl12 use Fcntl qw(:flock :DEFAULT);
73 my $fcntl_structlockp = pack($fcntl_struct, Fcntl::F_WRLCK,
75 my $fcntl_structunlockp = pack($fcntl_struct, Fcntl::F_UNLCK,
373 my $flock_status = flock(DEVNULL, Fcntl::LOCK_EX | Fcntl::LOCK_NB);
374 my $fcntl_status = fcntl (DEVNULL, Fcntl::F_SETLK, $fcntl_structlockp);
387 $result = sysopen(FILE_TO_LOCK, $file_name, Fcntl::O_RDWR);
393 $result = flock(FILE_TO_LOCK, Fcntl::LOCK_EX | Fcntl::LOCK_NB);
401 my $result2 = fcntl (FILE_TO_LOCK, Fcntl::F_SETLK, $fcntl_structlockp);
429 $result = flock($file, Fcntl::LOCK_UN);
436 my $result2 = fcntl ($file, Fcntl::F_SETLK, $fcntl_structunlockp);
H A Dexpn.pl11 use Fcntl;
/freebsd/contrib/capsicum-test/
H A Dfcntl.cc22 FORK_TEST(Fcntl, Basic) { in FORK_TEST() argument
152 TEST(Fcntl, Commands) { in TEST() argument
214 TEST(Fcntl, WriteLock) { in TEST() argument
262 TEST(Fcntl, SubRightNormalFD) { in TEST() argument
289 TEST(Fcntl, PreserveSubRights) { in TEST() argument
322 TEST(Fcntl, FLSubRights) { in TEST() argument
364 TEST(Fcntl, OWNSubRights) { in TEST() argument
/freebsd/lib/libpam/pam.d/
H A Dconvert.pl40 use Fcntl;
/freebsd/crypto/openssl/util/
H A Dcopy.pl10 use Fcntl;
/freebsd/sbin/growfs/tests/
H A Dlegacy_test.pl6 use Fcntl qw(:DEFAULT :seek);
/freebsd/tests/sys/fs/fusefs/
H A Dlocks.cc63 class Fcntl: public Locks { class
124 class Getlk: public Fcntl {};
126 class Setlk: public Fcntl {};
128 class Setlkw: public Fcntl {};
/freebsd/usr.bin/truss/
H A Dsyscall.h95 Fcntl, enumerator
H A Dsyscalls.c269 .args = { { Int, 0 }, { Fcntl, 1 }, { Fcntlflag, 2 } } },
2000 case Fcntl: in print_arg()
/freebsd/contrib/openpam/misc/
H A Dgendoc.pl41 use Fcntl;
/freebsd/contrib/sendmail/src/
H A DREADME232 rather than using fcntl-based locking. Fcntl locking