Searched refs:filebuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/libstdc++/include/backward/
H A Dfstream.h34 using std::filebuf;
/freebsd-10.3-release/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h144 typedef basic_filebuf<char> filebuf; ///< @isiosfwd typedef
/freebsd-10.3-release/contrib/libucl/src/
H A Ducl_util.c779 char filebuf[PATH_MAX], realbuf[PATH_MAX]; local
782 snprintf (filebuf, sizeof (filebuf), "%.*s", (int)len, data);
783 if (ucl_realpath (filebuf, realbuf) == NULL) {
788 filebuf,
802 snprintf (filebuf, sizeof (filebuf), "%s.sig", realbuf);
803 if (!ucl_fetch_file (filebuf, &sigbuf, &siglen, &parser->err, true)) {
808 filebuf,

Completed in 118 milliseconds