Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for anim (0.16 sec)

  1. src/archive/tar/stat_actime1.go

    //go:build aix || linux || dragonfly || openbsd || solaris
    
    package tar
    
    import (
    	"syscall"
    	"time"
    )
    
    func statAtime(st *syscall.Stat_t) time.Time {
    	return time.Unix(st.Atim.Unix())
    }
    
    func statCtime(st *syscall.Stat_t) time.Time {
    	return time.Unix(st.Ctim.Unix())
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Oct 28 18:17:57 GMT 2021
    - 431 bytes
    - Viewed (0)
  2. src/archive/tar/fuzz_test.go

    	err := w.WriteHeader(&Header{
    		Name: "lorem.txt",
    		Mode: 0600,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jan 13 18:06:33 GMT 2022
    - 2.2K bytes
    - Viewed (0)
  3. api/go1.12.txt

    pkg syscall (freebsd-386), type Dirent struct, Off int64
    pkg syscall (freebsd-386), type Dirent struct, Pad0 uint8
    pkg syscall (freebsd-386), type Dirent struct, Pad1 uint16
    pkg syscall (freebsd-386), type Stat_t struct, Atim_ext int32
    pkg syscall (freebsd-386), type Stat_t struct, Blksize int32
    pkg syscall (freebsd-386), type Stat_t struct, Btim_ext int32
    pkg syscall (freebsd-386), type Stat_t struct, Ctim_ext int32
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 02 21:21:53 GMT 2019
    - 13.5K bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type SocketControlMessage struct, Header Cmsghdr
    pkg syscall (linux-arm-cgo), type Stat_t struct
    pkg syscall (linux-arm-cgo), type Stat_t struct, Atim Timespec
    pkg syscall (linux-arm-cgo), type Stat_t struct, Blksize int32
    pkg syscall (linux-arm-cgo), type Stat_t struct, Blocks int64
    pkg syscall (linux-arm-cgo), type Stat_t struct, Ctim Timespec
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  5. api/go1.txt

    pkg syscall (linux-386), type SocketControlMessage struct, Header Cmsghdr
    pkg syscall (linux-386), type Stat_t struct
    pkg syscall (linux-386), type Stat_t struct, Atim Timespec
    pkg syscall (linux-386), type Stat_t struct, Blksize int32
    pkg syscall (linux-386), type Stat_t struct, Blocks int64
    pkg syscall (linux-386), type Stat_t struct, Ctim Timespec
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top