OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readfn
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/locale/
t_io.c
139
readfn
(void *vp, char *buf, int len)
function in typeref:typename:int
162
FILE *fp = funopen(&ib,
readfn
, NULL, NULL, NULL);
190
FILE *fp = funopen(&ib,
readfn
, NULL, NULL, NULL);
/src/lib/libc/stdio/
funopen.c
53
ssize_t (*
readfn
)(void *, void *, size_t),
62
if (
readfn
== NULL) {
79
fp->_read =
readfn
;
89
int (*
readfn
)(void *, char *, int);
member in struct:__anon0a17aefa0108
101
return (*d->
readfn
)(d->cookie, buf, (int)len);
148
int (*
readfn
)(void *, char *, int),
160
d->
readfn
=
readfn
;
165
d->
readfn
? creadfn : NULL,
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025