Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/src/
H A Dtidbits.cpp362 const char unixdevnull[] = "/dev/null"; in nullfileptr() local
365 if ((stat(unixdevnull, &sbuf) == 0) && (sbuf.st_mode & S_IFCHR)) in nullfileptr()
366 nullfd = open(unixdevnull, O_WRONLY); in nullfileptr()