Home
last modified time | relevance | path

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

/reactos/dll/win32/msvcrt40/
H A Dmsvcrt40.spec12 @ stub ??0filebuf@@QAE@ABV0@@Z
13 @ stub ??0filebuf@@QAE@H@Z
14 @ stub ??0filebuf@@QAE@HPADH@Z
15 @ stub ??0filebuf@@QAE@XZ
77 @ stub ??1filebuf@@UAE@XZ
282 @ stub ?binary@filebuf@@2HB
312 @ stub ?fd@filebuf@@QBEHXZ
433 @ stub ?sh_none@filebuf@@2HB
434 @ stub ?sh_read@filebuf@@2HB
447 @ stub ?sync@filebuf@@UAEHXZ
[all …]
/reactos/dll/win32/msvcrt20/
H A Dmsvcrt20.spec4 @ stub ??0filebuf@@QAE@ABV0@@Z #
5 @ stub ??0filebuf@@QAE@H@Z #
6 @ stub ??0filebuf@@QAE@HPADH@Z #
7 @ stub ??0filebuf@@QAE@XZ #
63 @ stub ??1filebuf@@UAE@XZ #
243 @ stub ?binary@filebuf@@2HB #
273 @ stub ?fd@filebuf@@QBEHXZ #
390 @ stub ?sh_none@filebuf@@2HB #
391 @ stub ?sh_read@filebuf@@2HB #
404 @ stub ?sync@filebuf@@UAEHXZ #
[all …]
/reactos/dll/win32/crypt32/
H A Drootstore.c374 char *filebuf = NULL; in import_certs_from_dir() local
383 if (!check_buffer_resize(&filebuf, &bufsize, path_len + 1 + name_len + 1)) in import_certs_from_dir()
388 snprintf(filebuf, bufsize, "%s/%s", path, entry->d_name); in import_certs_from_dir()
389 if (import_certs_from_path(filebuf, store, FALSE) && !ret) in import_certs_from_dir()
393 CryptMemFree(filebuf); in import_certs_from_dir()
/reactos/sdk/include/c++/stlport/using/
H A Dfstream5 using _STLP_NEW_IO_NAMESPACE::filebuf;
H A Diosfwd31 using _STLP_NEW_IO_NAMESPACE::filebuf;
/reactos/sdk/lib/3rdparty/stlport/src/
H A Diostream.cpp167 static filebuf*
169 auto_ptr<filebuf> result(new basic_filebuf<char, char_traits<char> >()); in _Stl_create_filebuf()
/reactos/sdk/include/c++/stlport/stl/
H A D_iosfwd.h130 typedef basic_filebuf<char, char_traits<char> > filebuf; typedef
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dxmlstorage.h511 #define FILE_FILEBUF std::filebuf
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog789 ostream instances, only streambuf is a filebuf when the macro is