codeql/cpp-all
2.0.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the number corresponding to the permissions S_IRUSR | S_IWUSR | S_IXUSR in Unix.
S_IRUSR | S_IWUSR | S_IXUSR
import semmle.code.cpp.commons.unix.Constants
int s_irwxu()