Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dvsnprintf.c28 f.__gcs.read = NULL; in vsnprintf()
29 f.__gcs.write = NULL; in vsnprintf()
30 f.__gcs.seek = NULL; in vsnprintf()
31 f.__gcs.close = NULL; in vsnprintf()
102 f.f.__gcs.read = NULL;
103 f.f.__gcs.write = NULL;
104 f.f.__gcs.seek = NULL;
105 f.f.__gcs.close = NULL;
189 f.__gcs.read = NULL;
190 f.__gcs.seek = NULL;
[all …]
A Dfopencookie.c49 stream->__gcs = io_functions; in fopencookie()
51 stream->__gcs.read = io_functions->read; in fopencookie()
52 stream->__gcs.write = io_functions->write; in fopencookie()
53 stream->__gcs.seek = io_functions->seek; in fopencookie()
54 stream->__gcs.close = io_functions->close; in fopencookie()
A Dvdprintf.c32 f.__gcs.read = NULL; in vdprintf()
33 f.__gcs.write = _cs_write; in vdprintf()
34 f.__gcs.seek = NULL; in vdprintf()
35 f.__gcs.close = NULL; in vdprintf()
A D_stdio.h106 (S)->__gcs.read = _cs_read; \
107 (S)->__gcs.write = _cs_write; \
108 (S)->__gcs.seek = _cs_seek; \
109 (S)->__gcs.close = _cs_close
113 ((((STREAMPTR)->__gcs.read) == NULL) ? -1 : \
114 (((STREAMPTR)->__gcs.read)((STREAMPTR)->__cookie,(BUF),(SIZE))))
116 ((((STREAMPTR)->__gcs.write) == NULL) ? -1 : \
117 (((STREAMPTR)->__gcs.write)((STREAMPTR)->__cookie,(BUF),(SIZE))))
119 ((((STREAMPTR)->__gcs.seek) == NULL) ? -1 : \
122 ((((STREAMPTR)->__gcs.close) == NULL) ? 0 : \
[all …]
A Dvswprintf.c28 f.__gcs.read = NULL; in vswprintf()
29 f.__gcs.write = NULL; in vswprintf()
30 f.__gcs.seek = NULL; in vswprintf()
31 f.__gcs.close = NULL; in vswprintf()
A D_scanf.c208 f.__gcs.read = NULL; in vsscanf()
209 f.__gcs.write = NULL; in vsscanf()
210 f.__gcs.seek = NULL; in vsscanf()
211 f.__gcs.close = NULL; in vsscanf()
255 f.f.__gcs.read = NULL; in libc_hidden_def()
256 f.f.__gcs.write = NULL; in libc_hidden_def()
257 f.f.__gcs.seek = NULL; in libc_hidden_def()
389 f.__gcs.read = NULL; in vswscanf()
390 f.__gcs.write = NULL; in vswscanf()
391 f.__gcs.seek = NULL; in vswscanf()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h250 _IO_cookie_io_functions_t __gcs; member

Completed in 11 milliseconds