Home
last modified time | relevance | path

Searched refs:fpos_t (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfsetpos.c35 fpos_t pos; in fsetpos_0100()
36 pos = (fpos_t)a; in fsetpos_0100()
60 fpos_t pos; in fsetpos_0200()
62 pos = (fpos_t)a; in fsetpos_0200()
86 fpos_t pos; in fsetpos_0300()
88 pos = (fpos_t)a; in fsetpos_0300()
112 fpos_t pos; in fsetpos_0400()
114 pos = (fpos_t)a; in fsetpos_0400()
H A Dfgetpos.c31 fpos_t pos; in fgetpos_0100()
55 fpos_t pos; in fgetpos_0200()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h58 } fpos_t; typedef
84 int fgetpos(FILE *__restrict, fpos_t *__restrict);
85 int fsetpos(FILE *, const fpos_t *);
214 #define fpos64_t fpos_t
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h60 } fpos_t; typedef
86 int fgetpos(FILE *__restrict, fpos_t *__restrict);
87 int fsetpos(FILE *, const fpos_t *);
215 #define fpos64_t fpos_t
/third_party/musl/porting/linux/user/include/
H A Dstdio.h61 } fpos_t; typedef
87 int fgetpos(FILE *__restrict, fpos_t *__restrict);
88 int fsetpos(FILE *, const fpos_t *);
221 #define fpos64_t fpos_t
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h58 } fpos_t; typedef
84 int fgetpos(FILE *__restrict, fpos_t *__restrict);
85 int fsetpos(FILE *, const fpos_t *);
214 #define fpos64_t fpos_t
/third_party/musl/include/
H A Dstdio.h61 } fpos_t; typedef
87 int fgetpos(FILE *__restrict, fpos_t *__restrict);
88 int fsetpos(FILE *, const fpos_t *);
221 #define fpos64_t fpos_t
/third_party/musl/libc-test/src/api/
H A Dstdio.c8 T(fpos_t) in f()
42 {int(*p)(FILE*restrict,fpos_t*restrict) = fgetpos;} in f()
56 {int(*p)(FILE*,const fpos_t*) = fsetpos;} in f()
/third_party/musl/src/stdio/
H A Dfgetpos.c3 int fgetpos(FILE *restrict f, fpos_t *restrict pos) in fgetpos()
H A Dfsetpos.c3 int fsetpos(FILE *f, const fpos_t *pos) in fsetpos()
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs272 pub enum fpos_t {} // FIXME: fill this out with a struct enum
273 impl ::Copy for fpos_t {}
274 impl ::Clone for fpos_t {
275 fn clone(&self) -> fpos_t { in clone()
327 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
328 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs415 pub enum fpos_t {} enum
416 impl ::Copy for fpos_t {}
417 impl ::Clone for fpos_t {
418 fn clone(&self) -> fpos_t { in clone()
504 pub fn fgetpos(arg1: *mut FILE, arg2: *mut fpos_t) -> c_int; in fgetpos()
505 pub fn fsetpos(arg1: *mut FILE, arg2: *const fpos_t) -> c_int; in fsetpos()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1030 pub enum fpos_t {} // FIXME: fill this out with a struct enum
1031 impl ::Copy for fpos_t {}
1032 impl ::Clone for fpos_t {
1033 fn clone(&self) -> fpos_t { in clone()
1117 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
1118 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs425 pub enum fpos_t {} // FIXME: fill this out with a struct enum
426 impl ::Copy for fpos_t {}
427 impl ::Clone for fpos_t {
428 fn clone(&self) -> fpos_t { in clone()
501 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
503 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtimepng.c273 fpos_t pos; in add_one_file()
/third_party/rust/crates/libc/src/
H A Dwasi.rs76 pub struct fpos_t { structure names
482 pub fn fgetpos(f: *mut FILE, pos: *mut fpos_t) -> c_int; in fgetpos()
483 pub fn fsetpos(f: *mut FILE, pos: *const fpos_t) -> c_int; in fsetpos()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c873 fpos_t data_pos; /* Position of first byte of chunk data */
1208 file_getpos(struct file *file, fpos_t *pos) in file_getpos()
1219 file_setpos(struct file *file, const fpos_t *pos) in file_setpos()
1555 fpos_t chunk_data_pos; /* Position of first byte of chunk data */
2621 fpos_t start_pos; in zlib_check()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3355 pub enum fpos_t {} // FIXME: fill this out with a struct enum
3356 impl ::Copy for fpos_t {}
3357 impl ::Clone for fpos_t {
3358 fn clone(&self) -> fpos_t { in clone()
3400 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
3401 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/third_party/python/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2019 fpos_t = __darwin_off_t variable
2046 ('_seek', CFUNCTYPE(fpos_t, c_void_p, c_longlong, c_int)),
2055 ('_offset', fpos_t),
2508 'pem_ctx_st', 'uint8_t', 'fpos_t', 'X509', 'COMP_CTX',
/third_party/node/test/cctest/
H A Dtest_environment.cc95 fpos_t pos_;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2172 typedef _G_fpos_t fpos_t;
2507 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
2512 extern int fsetpos (FILE *__stream, const fpos_t *__pos);
22884 using ::fpos_t;
[all...]

Completed in 61 milliseconds