Home
last modified time | relevance | path

Searched defs:fgets (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/porting/linux/user/src/stdio/
Dfgets.c6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dfgets.c6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
/third_party/musl/src/stdio/
Dfgets.c8 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dfgets.c6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
/third_party/musl/include/fortify/linux/
Dstdio.h78 char* fgets(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, int size, FILE* stream) in fgets() function
/third_party/musl/porting/linux/user/include/fortify/
Dstdio.h78 char* fgets(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, int size, FILE* stream) in fgets() function
/third_party/rust/crates/libc/src/windows/
Dmod.rs321 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/
Dmod.rs469 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/
Dwasi.rs546 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/
Dmod.rs448 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/
Dmod.rs1122 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/
Dmod.rs3477 pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; in fgets() function