Searched refs:fileno (Results 1 - 5 of 5) sorted by relevance

/seL4-test-master/projects/musllibc/src/stdio/
H A Dfileno.c3 int fileno(FILE *f) function
13 weak_alias(fileno, fileno_unlocked);
/seL4-test-master/tools/nanopb/tests/common/
H A Dtest_helpers.h9 #define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
/seL4-test-master/tools/seL4/misc/
H A Dcpio-strip.c87 p = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_SHARED, fileno(archive), 0);
/seL4-test-master/projects/musllibc/include/
H A Dstdio.h135 int fileno(FILE *);
/seL4-test-master/tools/nanopb/generator/
H A Dnanopb_generator.py1832 msvcrt.setmode(sys.stdin.fileno(), os.O_BINARY)
1833 msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)
1835 data = io.open(sys.stdin.fileno(), "rb").read()
1901 io.open(sys.stdout.fileno(), "wb").write(response.SerializeToString())

Completed in 94 milliseconds