Home
last modified time | relevance | path

Searched defs:fgets (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/linux/user/src/stdio/
H A Dfgets.c6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dfgets.c6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dfgets.c6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
/third_party/musl/src/stdio/
H A Dfgets.c8 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dstdio.h192 char *fgets(char *s, int size, FILE *stream) in fgets() function
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs317 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 Dmod.rs448 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 Dwasi.rs542 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 Dmod.rs482 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 Dmod.rs1107 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 Dmod.rs3390 pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; in fgets() functions

Completed in 28 milliseconds