Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DOutputByteStream.cxx123 const int protMode = S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH; variable
214 int fd = _wopen(filename, openFlags, protMode); in open()
223 return attach(::open(buf.data(), openFlags, protMode)); in open()
230 return attach(::open(filename, openFlags, protMode)); in open()