Home
last modified time | relevance | path

Searched defs:O_NOCTTY (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Dfcntl.h20 #define O_NOCTTY 00000400 // Do not assign controlling terminal macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs87 const O_NOCTTY = 0o00000400; constant