Searched defs:fgets (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | fgets.c | 6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | fgets.c | 6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | fgets.c | 6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
|
/third_party/musl/src/stdio/ |
H A D | fgets.c | 8 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | stdio.h | 192 char *fgets(char *s, int size, FILE *stream) in fgets() function
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 317 pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; in fgets() functions
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 448 pub fn fgets(arg1: *mut c_char, arg2: c_int, arg3: *mut FILE) -> *mut c_char; in fgets() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 542 pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; in fgets() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 482 pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; in fgets() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1107 pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; in fgets() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3390 pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; in fgets() functions
|
Completed in 26 milliseconds