Home
last modified time | relevance | path

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

/dragonfly/lib/libutil/
HDMakefile13 flopen.c \
51 flopen.3 \
HDflopen.c39 flopen(const char *path, int flags, ...) in flopen() function
HDlibutil.h74 int flopen(const char *_path, int _flags, ...);
HDpidfile.c124 fd = flopen(pfh->pf_path, in pidfile_open()
HDgr_util.c103 lockfd = flopen(group_file, O_RDONLY|O_NONBLOCK|O_CLOEXEC, 0); in gr_lock()
HDpw_util.c176 lockfd = flopen(masterpasswd, O_RDONLY|O_NONBLOCK|O_CLOEXEC, 0); in pw_lock()