MCPcopy Create free account
hub / github.com/GJDuck/e9patch / fileno

Function fileno

examples/stdlib.c:3387–3393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3385}
3386
3387static int fileno(FILE *stream)
3388{
3389 stdio_lock(stream, -1);
3390 int result = fileno_unlocked(stream);
3391 stdio_unlock(stream);
3392 return result;
3393}
3394
3395static int setvbuf(FILE *stream, char *buf, int mode, size_t size)
3396{

Callers 3

test_stdioFunction · 0.85
isPipeMethod · 0.85
emitBinaryFunction · 0.85

Calls 1

fileno_unlockedFunction · 0.85

Tested by 1

test_stdioFunction · 0.68