Home
last modified time | relevance | path

Searched refs:cookie (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/musl/src/stdio/
A Dvswprintf.c8 struct cookie { struct
16 struct cookie* c = f->cookie; in sw_write() argument
33 struct cookie c = {s, n - 1}; in vswprintf()
41 f.cookie = &c; in vswprintf()
A Dfmemopen.c6 struct cookie { struct
14 struct cookie* c = f->cookie; in mseek() argument
27 struct cookie* c = f->cookie; in mread()
48 struct cookie* c = f->cookie; in mwrite()
79 struct cookie* c; in fmemopen()
95 f->cookie = c = (void*)(f + 1); in fmemopen()
A Dopen_memstream.c6 struct cookie { struct
17 struct cookie* c = f->cookie; in ms_seek() argument
30 struct cookie* c = f->cookie; in ms_write()
61 struct cookie* c; in open_memstream()
71 f->cookie = c = (void*)(f + 1); in open_memstream()
A Dopen_wmemstream.c7 struct cookie { struct
19 struct cookie* c = f->cookie; in wms_seek() argument
33 struct cookie* c = f->cookie; in wms_write()
64 struct cookie* c; in open_wmemstream()
74 f->cookie = c = (void*)(f + 1); in open_wmemstream()
A Dvswscanf.c6 const wchar_t* src = f->cookie; in wstring_read()
20 f->cookie = (void*)src; in wstring_read()
32 .buf = buf, .buf_size = sizeof buf, .cookie = (void*)s, .read = wstring_read, .lock = -1}; in vswscanf()
A D__string_read.c5 char* src = f->cookie; in __string_read()
15 f->cookie = src + k; in __string_read()
A Dvsscanf.c9 FILE f = {.buf = (void*)s, .cookie = (void*)s, .read = do_read, .lock = -1}; in vsscanf()
/third_party/ulib/musl/src/stdlib/
A Dwcstod.c13 const wchar_t* wcs = f->cookie; in do_read()
21 f->cookie = (void*)(wcs + i); in do_read()
42 f.cookie = (void*)t; in wcstox()
A Dwcstol.c15 const wchar_t* wcs = f->cookie; in do_read()
23 f->cookie = (void*)(wcs + i); in do_read()
44 f.cookie = (void*)t; in wcstox()
/third_party/ulib/musl/src/internal/
A Dstdio_impl.h44 void* cookie; member

Completed in 10 milliseconds