Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dflopen.c51 vflopenat(int dirfd, const char *path, int flags, va_list ap) in vflopenat() function
132 ret = vflopenat(AT_FDCWD, path, flags, ap); in flopen()
144 ret = vflopenat(dirfd, path, flags, ap); in flopenat()