Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dfunopen.c99 typedef struct funcookie { struct
105 } funcookie; argument
114 funcookie *c = (funcookie *) cookie; in funreader()
128 funcookie *c = (funcookie *) cookie; in funwriter()
141 funcookie *c = (funcookie *) cookie; in funseeker()
169 funcookie *c = (funcookie *) cookie; in funseeker64()
182 funcookie *c = (funcookie *) cookie; in funcloser()
202 funcookie *c; in funopen()
211 if ((c = (funcookie *) malloc (sizeof *c)) == NULL) in funopen()