Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dflopen.c49 vflopenat(int dirfd, const char *path, int flags, va_list ap) in vflopenat() function
130 ret = vflopenat(AT_FDCWD, path, flags, ap); in flopen()
142 ret = vflopenat(dirfd, path, flags, ap); in flopenat()