Searched defs:freopen (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/src/stdio/ |
D | freopen.c | 13 FILE *freopen(const char *restrict filename, const char *restrict mode, FILE *restrict f) in freopen() function
|
/third_party/musl/porting/linux/user/src/stdio/ |
D | freopen.c | 13 FILE *freopen(const char *restrict filename, const char *restrict mode, FILE *restrict f) in freopen() function
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 306 pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; in freopen() function
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 470 pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; in freopen() function
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 471 pub fn freopen(a: *const c_char, b: *const c_char, f: *mut FILE) -> *mut FILE; in freopen() function
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 454 pub fn freopen(arg1: *const c_char, arg2: *const c_char, arg3: *mut FILE) -> *mut FILE; in freopen() function
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1096 pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; in freopen() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3379 pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; in freopen() function
|