Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/common/
Dfcntl.h20 #define O_NOCTTY 00000400 // Do not assign controlling terminal macro
/DragonOS-0.1.7/user/libs/libc/src/include/export/
Dfcntl.h24 #define O_NOCTTY 00000400 // Do not assign controlling terminal macro
/DragonOS-0.1.7/docs/userland/libc/apis/api-list/
Dfcntl.md27 #define O_NOCTTY 00000400 // Do not assign controlling terminal
/DragonOS-0.1.7/kernel/src/filesystem/vfs/
Dfile.rs53 const O_NOCTTY = 0o00000400; constant