Searched refs:putw (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | putw.c | 37 * @tc.desc : Test the putw method to write integers to the file 49 int result = putw(10, fp); in putw_0100() 51 t_error("%s putw error get result is %d are not want 0\n", __func__, result); in putw_0100() 59 * @tc.desc : Test the result of putw when the incoming file pointer is empty 69 putw(10, fp); in putw_0200()
|
/third_party/musl/src/stdio/ |
H A D | putw.c | 4 int putw(int x, FILE *f) in putw() function
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 181 int putw(int, FILE *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 183 int putw(int, FILE *);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 188 int putw(int, FILE *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 181 int putw(int, FILE *);
|
/third_party/musl/include/ |
H A D | stdio.h | 188 int putw(int, FILE *);
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 523 pub fn putw(arg1: c_int, arg2: *mut FILE) -> c_int; in putw() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 2426 extern int putw (int __w, FILE *__stream); [all...] |
Completed in 30 milliseconds