Home
last modified time | relevance | path

Searched refs:putw (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dputw.c37 * @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 Dputw.c4 int putw(int x, FILE *f) in putw() function
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h181 int putw(int, FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h183 int putw(int, FILE *);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h188 int putw(int, FILE *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h181 int putw(int, FILE *);
/third_party/musl/include/
H A Dstdio.h188 int putw(int, FILE *);
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs523 pub fn putw(arg1: c_int, arg2: *mut FILE) -> c_int; in putw() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2426 extern int putw (int __w, FILE *__stream);
[all...]

Completed in 30 milliseconds