Searched refs:flopen (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/lib/libutil/tests/
H A Dflopen_test.c45 * Test that flopen() can create a file.
55 fd = flopen(fn, O_RDWR|O_CREAT, 0640);
66 * Test that flopen() can open an existing file.
80 fd = flopen(fn, O_RDWR);
92 * Test that flopen() can lock against itself
102 fd1 = flopen(fn, O_RDWR|O_CREAT, 0640);
106 fd2 = flopen(fn, O_RDWR|O_NONBLOCK);
118 * Test that flopen() can lock against other processes
128 fd1 = flopen(fn, O_RDWR|O_CREAT, 0640);
134 fd2 = flopen(f
[all...]
/freebsd-11.0-release/contrib/openbsm/compat/
H A Dflopen.h27 * Derived from FreeBSD head/lib/libutil/flopen.c r193591
38 flopen(const char *path, int flags, ...) function
H A Dpidfile.h42 #include "flopen.h"
128 fd = flopen(pfh->pf_path,
/freebsd-11.0-release/lib/libutil/
H A Dflopen.c29 __FBSDID("$FreeBSD: releng/11.0/lib/libutil/flopen.c 193591 2009-06-06 18:47:03Z des $");
41 flopen(const char *path, int flags, ...) function
H A DMakefile12 SRCS= _secure_path.c auth.c expand_number.c flopen.c fparseln.c gr_util.c \
30 MAN+= expand_number.3 flopen.3 fparseln.3 hexdump.3 \
H A Dlibutil.h95 int flopen(const char *_path, int _flags, ...);
H A Dpidfile.c126 fd = flopen(pfh->pf_path,
H A Dgr_util.c104 lockfd = flopen(group_file, O_RDONLY|O_NONBLOCK|O_CLOEXEC, 0);
H A Dpw_util.c181 lockfd = flopen(masterpasswd, O_RDONLY|O_NONBLOCK|O_CLOEXEC, 0);

Completed in 53 milliseconds