Searched refs:cookie (Results 1 – 10 of 10) sorted by relevance
8 struct cookie { struct16 struct cookie* c = f->cookie; in sw_write() argument33 struct cookie c = {s, n - 1}; in vswprintf()41 f.cookie = &c; in vswprintf()
6 struct cookie { struct14 struct cookie* c = f->cookie; in mseek() argument27 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()
6 struct cookie { struct17 struct cookie* c = f->cookie; in ms_seek() argument30 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()
7 struct cookie { struct19 struct cookie* c = f->cookie; in wms_seek() argument33 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()
6 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()
5 char* src = f->cookie; in __string_read()15 f->cookie = src + k; in __string_read()
9 FILE f = {.buf = (void*)s, .cookie = (void*)s, .read = do_read, .lock = -1}; in vsscanf()
13 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()
15 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()
44 void* cookie; member
Completed in 10 milliseconds