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

/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dfstream.h34 using std::filebuf;
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h144 typedef basic_filebuf<char> filebuf; ///< @isiosfwd typedef
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c942 char filebuf[PATH_MAX], realbuf[PATH_MAX]; local
950 snprintf (filebuf, sizeof (filebuf), "%.*s", (int)len, data);
951 if (ucl_realpath (filebuf, realbuf) == NULL) {
959 filebuf,
988 snprintf (filebuf, sizeof (filebuf), "%s.sig", realbuf);
989 if (!ucl_fetch_file (filebuf, &sigbuf, &siglen, &parser->err, true)) {
994 filebuf,

Completed in 73 milliseconds