Searched defs:fgets (Results 1 - 10 of 10) 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
|
| /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