Lines Matching refs:open
32 /* Does open() support the O_CLOEXEC flag? Possible values:
35 0: open() ignores O_CLOEXEC flag, ex: Linux kernel older than 2.6.23
36 1: open() supports O_CLOEXEC flag, close-on-exec is set
39 and os.open(). */
1095 open other name surrogate reparse points without traversing them. To
1524 if (PySys_Audit("open", "OOi", pathname_obj, Py_None, flags) < 0) {
1531 fd = open(pathname, flags);
1547 fd = open(pathname, flags);
1562 /* Open a file with the specified flags (wrapper to open() function).
1568 When interrupted by a signal (open() fails with EINTR), retry the syscall,
1571 Release the GIL to call open(). The caller must hold the GIL. */
1580 /* Open a file with the specified flags (wrapper to open() function).
1602 if (PySys_Audit("open", "uui", path, mode, 0) < 0) {
1641 When interrupted by a signal (open() fails with EINTR), retry the syscall,
1657 if (PySys_Audit("open", "Osi", path, mode, 0) < 0) {
1703 if (PySys_Audit("open", "Osi", path, mode, 0) < 0) {