Searched defs:fgets (Results 1 – 12 of 12) sorted by relevance
| /third_party/musl/porting/linux/user/src/stdio/ |
| 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/ |
| D | fgets.c | 6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
|
| /third_party/musl/src/stdio/ |
| D | fgets.c | 8 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
|
| /third_party/musl/porting/uniproton/kernel/src/stdio/ |
| D | fgets.c | 6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
|
| /third_party/musl/include/fortify/linux/ |
| D | stdio.h | 78 char* fgets(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, int size, FILE* stream) in fgets() function
|
| /third_party/musl/porting/linux/user/include/fortify/ |
| D | stdio.h | 78 char* fgets(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, int size, FILE* stream) in fgets() function
|
| /third_party/rust/crates/libc/src/windows/ |
| D | mod.rs | 321 pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; in fgets() function
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 469 pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; in fgets() function
|
| /third_party/rust/crates/libc/src/ |
| D | wasi.rs | 546 pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; in fgets() function
|
| /third_party/rust/crates/libc/src/solid/ |
| D | mod.rs | 448 pub fn fgets(arg1: *mut c_char, arg2: c_int, arg3: *mut FILE) -> *mut c_char; in fgets() function
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1122 pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; in fgets() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3477 pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; in fgets() function
|