MCPcopy 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
1180static int fstat(int fd, struct stat *buf)
1181{
1182 return (int)syscall(SYS_fstat, fd, buf);
1183}
1184
1185static int lstat(const char *pathname, struct stat *buf)
1186{

Callers 7

internal_functionFunction · 0.85
read_fileFunction · 0.85
dwarf_beginFunction · 0.85
isPipeMethod · 0.85
parseBinaryFunction · 0.85
parseELFMethod · 0.85
parsePEMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected