Home
last modified time | relevance | path

Searched refs:flopenat (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/libutil/
H A Dflopen.c138 flopenat(int dirfd, const char *path, int flags, ...) in flopenat() function
H A DMakefile46 MLINKS+=flopen.3 flopenat.3
H A Dlibutil.h102 int flopenat(int _dirfd, const char *_path, int _flags, ...);
H A Dpidfile.c155 fd = flopenat(dirfd, pfh->pf_filename, in pidfile_open()