Searched refs:_IO_vfscanf (Results 1 - 10 of 10) sorted by path

/haiku/src/libs/stdc++/legacy/
H A Diostream.cc388 int count = _IO_vfscanf(_strbuf, format, ap, &errcode);
H A Dsbscan.cc33 int count = _IO_vfscanf(this, fmt0, ap, &errcode);
42 int count = _IO_vfscanf(this, format, ap, NULL);
/haiku/src/system/libroot/posix/glibc/libio/
H A Diovsscanf.c45 ret = INTUSE(_IO_vfscanf) ((_IO_FILE *) &sf._sbf, format, args, NULL);
H A Dlibio.h469 extern int _IO_vfscanf (_IO_FILE * __restrict, const char * __restrict,
H A Dvscanf.c38 return INTUSE(_IO_vfscanf) (_IO_stdin, format, args, NULL);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dscanf.c37 done = INTUSE(_IO_vfscanf) (stdin, format, arg, NULL);
H A Dvfscanf.c255 _IO_vfscanf (s, format, argptr, errp)
2438 return _IO_vfscanf (s, format, argptr, NULL);
/haiku/headers/posix/
H A Dlibio.h204 extern int _IO_vfscanf(_IO_FILE *, const char *, va_list, int *);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c246 void _IO_vfscanf() {} function
H A Dlibroot_stubs_legacy.c356 void _IO_vfscanf() {} function

Completed in 119 milliseconds