Home
last modified time | relevance | path

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

/external/marisa-trie/tools/
Dmarisa-build.cc101 const int stdout_fileno = ::_fileno(stdout); in build() local
102 if (stdout_fileno < 0) { in build()
107 if (::_setmode(stdout_fileno, _O_BINARY) == -1) { in build()