Searched refs:open_flags (Results 1 – 3 of 3) sorted by relevance
386 int open_flags = 0; in GetOpenFlags() local392 open_flags |= O_RDWR; in GetOpenFlags()394 open_flags |= O_WRONLY; in GetOpenFlags()397 open_flags |= O_APPEND; in GetOpenFlags()400 open_flags |= O_TRUNC; in GetOpenFlags()403 open_flags |= O_CREAT; in GetOpenFlags()406 open_flags |= O_CREAT | O_EXCL; in GetOpenFlags()408 open_flags |= O_RDONLY; in GetOpenFlags()412 open_flags |= O_NOFOLLOW; in GetOpenFlags()418 open_flags |= O_NONBLOCK; in GetOpenFlags()[all …]
215 int open_flags = O_RDWR | O_NOCTTY; in SetUpPtyRedirection() local220 open_flags |= O_CLOEXEC; in SetUpPtyRedirection()222 if (llvm::Error Err = m_pty->OpenFirstAvailablePrimary(open_flags)) in SetUpPtyRedirection()
108 static struct flag open_flags[] = { variable330 flags = str2flags(open_flags, STR(1)); in call_syscall()