MCPcopy Create free account
hub / github.com/F-Stack/f-stack / flopenat

Function flopenat

tools/libutil/flopen.c:137–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137int
138flopenat(int dirfd, const char *path, int flags, ...)
139{
140 va_list ap;
141 int ret;
142
143 va_start(ap, flags);
144 ret = vflopenat(dirfd, path, flags, ap);
145 va_end(ap);
146 return (ret);
147}

Callers 1

pidfile_openFunction · 0.85

Calls 1

vflopenatFunction · 0.85

Tested by

no test coverage detected