Home
last modified time | relevance | path

Searched refs:flopen (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libutil/tests/
H A Dflopen_test.c52 fd = flopen(fn, O_RDWR|O_CREAT, 0640); in test_flopen_create()
77 fd = flopen(fn, O_RDWR); in test_flopen_open()
99 fd1 = flopen(fn, O_RDWR|O_CREAT, 0640); in test_flopen_lock_self()
103 fd2 = flopen(fn, O_RDWR|O_NONBLOCK); in test_flopen_lock_self()
125 fd1 = flopen(fn, O_RDWR|O_CREAT, 0640); in test_flopen_lock_other()
131 fd2 = flopen(fn, O_RDWR|O_NONBLOCK); in test_flopen_lock_other()
157 fd1 = flopen(fn, O_RDWR|O_CREAT, 0640); in test_flopen_lock_child()
169 if ((fd2 = flopen(fn, O_RDWR|O_NONBLOCK)) != -1) { in test_flopen_lock_child()
/freebsd/lib/libutil/
H A DMakefile12 SRCS= _secure_path.c auth.c cpuset.c expand_number.c flopen.c fparseln.c \
31 MAN+= cpuset.3 expand_number.3 flopen.3 fparseln.3 ftime.3 getlocalbase.3 \
39 MLINKS+=flopen.3 flopenat.3
H A Dflopen.c124 flopen(const char *path, int flags, ...) in flopen() function
H A Dlibutil.h95 int flopen(const char *_path, int _flags, ...);
H A Dgr_util.c103 lockfd = flopen(group_file, O_RDONLY|O_NONBLOCK|O_CLOEXEC, 0); in gr_lock()
H A Dpw_util.c176 lockfd = flopen(masterpasswd, O_RDONLY|O_NONBLOCK|O_CLOEXEC, 0); in pw_lock()
/freebsd/tools/build/cross-build/include/linux/
H A Dlibutil.h51 int flopen(const char *_path, int _flags, ...);
/freebsd/contrib/openbsm/compat/
H A Dflopen.h38 flopen(const char *path, int flags, ...) in flopen() function
H A Dpidfile.h128 fd = flopen(pfh->pf_path, in pidfile_open()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6123 INTERCEPTOR(int, flopen, const char *path, int flags, ...) {
6129 COMMON_INTERCEPTOR_ENTER(ctx, flopen, path, flags, mode);
6133 return COMMON_INTERCEPTOR_BLOCK_REAL(flopen)(path, flags, mode);
6142 COMMON_INTERCEPTOR_ENTER(ctx, flopen, path, flags, mode);
6150 COMMON_INTERCEPT_FUNCTION(flopen); \