- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for sysStat (0.06 seconds)
-
src/archive/tar/stat_unix.go
// license that can be found in the LICENSE file. //go:build unix package tar import ( "io/fs" "os/user" "runtime" "strconv" "sync" "syscall" ) func init() { sysStat = statUnix } // userMap and groupMap cache UID and GID lookups for performance reasons. // The downside is that renaming uname or gname by the OS never takes effect. var userMap, groupMap sync.Map // map[int]string
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Dec 30 15:28:53 GMT 2025 - 3.2K bytes - Click Count (0) -
api/except.txt
pkg syscall (freebsd-386), const SYS_LSTAT = 190 pkg syscall (freebsd-386), const SYS_LSTAT ideal-int pkg syscall (freebsd-386), const SYS_MKNODAT = 498 pkg syscall (freebsd-386), const SYS_STAT = 188 pkg syscall (freebsd-386), const SYS_STAT ideal-int pkg syscall (freebsd-386), const SYS_STATFS = 396 pkg syscall (freebsd-386-cgo), const SYS_FSTAT = 189 pkg syscall (freebsd-386-cgo), const SYS_FSTATAT = 493
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 22 21:16:03 GMT 2026 - 34.8K bytes - Click Count (0)