Searched refs:flopen (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/lib/libutil/tests/ |
| H A D | flopen_test.c | 53 fd = flopen(fn, O_RDWR|O_CREAT, 0640); in test_flopen_create() 78 fd = flopen(fn, O_RDWR); in test_flopen_open() 100 fd1 = flopen(fn, O_RDWR|O_CREAT, 0640); in test_flopen_lock_self() 104 fd2 = flopen(fn, O_RDWR|O_NONBLOCK); in test_flopen_lock_self() 126 fd1 = flopen(fn, O_RDWR|O_CREAT, 0640); in test_flopen_lock_other() 132 fd2 = flopen(fn, O_RDWR|O_NONBLOCK); in test_flopen_lock_other() 158 fd1 = flopen(fn, O_RDWR|O_CREAT, 0640); in test_flopen_lock_child() 170 if ((fd2 = flopen(fn, O_RDWR|O_NONBLOCK)) != -1) { in test_flopen_lock_child()
|
| /freebsd-14.2/lib/libutil/ |
| H A D | Makefile | 14 SRCS= _secure_path.c auth.c cpuset.c expand_number.c flopen.c fparseln.c \ 33 MAN+= cpuset.3 expand_number.3 flopen.3 fparseln.3 ftime.3 getlocalbase.3 \ 41 MLINKS+=flopen.3 flopenat.3
|
| H A D | flopen.c | 124 flopen(const char *path, int flags, ...) in flopen() function
|
| H A D | libutil.h | 95 int flopen(const char *_path, int _flags, ...);
|
| H A D | pw_util.c | 178 lockfd = flopen(masterpasswd, O_RDONLY|O_NONBLOCK|O_CLOEXEC, 0); in pw_lock()
|
| H A D | gr_util.c | 104 lockfd = flopen(group_file, O_RDONLY|O_NONBLOCK|O_CLOEXEC, 0); in gr_lock()
|
| /freebsd-14.2/tools/build/cross-build/include/linux/ |
| H A D | libutil.h | 52 int flopen(const char *_path, int _flags, ...);
|
| /freebsd-14.2/contrib/openbsm/compat/ |
| H A D | flopen.h | 38 flopen(const char *path, int flags, ...) in flopen() function
|
| H A D | pidfile.h | 128 fd = flopen(pfh->pf_path, in pidfile_open()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 6112 INTERCEPTOR(int, flopen, const char *path, int flags, ...) { 6118 COMMON_INTERCEPTOR_ENTER(ctx, flopen, path, flags, mode); 6122 return REAL(flopen)(path, flags, mode); 6131 COMMON_INTERCEPTOR_ENTER(ctx, flopen, path, flags, mode); 6139 COMMON_INTERCEPT_FUNCTION(flopen); \
|