Lines Matching defs:write
1085 * path_converter takes care to not write to the path_t
1943 /* \\.\con requires read or write access. */
2055 AccessCheck to check for generic read, write, and execute
3013 * * write access wasn't requested,
3557 Force write of fd to disk.
3573 Force write of everything to disk.
3598 Force write of fd to disk without forcing update of metadata.
9907 os.write -> Py_ssize_t
10126 // On illumos specifically sendfile() may perform a partial write but
10139 // This handles illumos-specific sendfile() partial write behavior,
10260 HANDLE read, write;
10273 ok = CreatePipe(&read, &write, &attr, 0);
10276 fds[1] = _Py_open_osfhandle_noraise(write, _O_WRONLY);
10279 CloseHandle(write);
10363 Iterate over buffers, and write the contents of each to a file descriptor.