reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
359 open_flags |= O_RDWR; 361 open_flags |= O_WRONLY; 364 open_flags |= O_APPEND; 367 open_flags |= O_TRUNC; 370 open_flags |= O_CREAT; 373 open_flags |= O_CREAT | O_EXCL; 375 open_flags |= O_RDONLY; 379 open_flags |= O_NOFOLLOW; 385 open_flags |= O_NONBLOCK; 387 open_flags |= O_CLOEXEC; 392 return open_flags;