- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for O_TRUNC (0.05 sec)
-
api/go1.13.txt
pkg os (netbsd-arm64-cgo), const O_APPEND = 8 pkg os (netbsd-arm64-cgo), const O_CREATE = 512 pkg os (netbsd-arm64-cgo), const O_EXCL = 2048 pkg os (netbsd-arm64-cgo), const O_SYNC = 128 pkg os (netbsd-arm64-cgo), const O_TRUNC = 1024 pkg os (netbsd-arm64-cgo), const PathListSeparator = 58 pkg os (netbsd-arm64-cgo), const PathSeparator = 47 pkg os (netbsd-arm64), const DevNull = "/dev/null" pkg os (netbsd-arm64), const O_APPEND = 8
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.16.txt
pkg os (darwin-arm64), const O_APPEND = 8 pkg os (darwin-arm64), const O_CREATE = 512 pkg os (darwin-arm64), const O_EXCL = 2048 pkg os (darwin-arm64), const O_SYNC = 128 pkg os (darwin-arm64), const O_TRUNC = 1024 pkg os (darwin-arm64), const PathListSeparator = 58 pkg os (darwin-arm64), const PathSeparator = 47 pkg os (darwin-arm64-cgo), const DevNull = "/dev/null" pkg os (darwin-arm64-cgo), const O_APPEND = 8
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.14.md
* Pre-existing log files are now opened with O_APPEND, instead of O_TRUNC. This helps prevent losing logs when components crash-loop, and also enables external log rotation utilities to truncate log files in-place without components extending log files to their pre-truncation sizes on subsequent writes. ([#74837](https...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Mon Jun 14 22:06:39 UTC 2021 - 271.5K bytes - Viewed (0)