Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GJDuck/e9patch
/ fstat
Function
fstat
examples/stdlib.c:1180–1183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1178
}
1179
1180
static int fstat(int fd, struct stat *buf)
1181
{
1182
return (int)syscall(SYS_fstat, fd, buf);
1183
}
1184
1185
static int lstat(const char *pathname, struct stat *buf)
1186
{
Callers
7
internal_function
Function · 0.85
read_file
Function · 0.85
dwarf_begin
Function · 0.85
isPipe
Method · 0.85
parseBinary
Function · 0.85
parseELF
Method · 0.85
parsePE
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected