Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go696 O_NOLINKS = 0x40000 const
/external/python/cpython3/Modules/
Dposixmodule.c13026 #ifdef O_NOLINKS in all_ins()
13028 if (PyModule_AddIntMacro(m, O_NOLINKS)) return -1; in all_ins()