Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for Fatima (0.3 sec)

  1. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IFT_ATMFUNI = 106 #53466
    pkg syscall (freebsd-riscv64), const IFT_ATMFUNI ideal-int #53466
    pkg syscall (freebsd-riscv64), const IFT_ATMIMA = 107 #53466
    pkg syscall (freebsd-riscv64), const IFT_ATMIMA ideal-int #53466
    pkg syscall (freebsd-riscv64), const IFT_ATMLOGICAL = 80 #53466
    pkg syscall (freebsd-riscv64), const IFT_ATMLOGICAL ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  2. 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)
  3. misc/wasm/wasm_exec.js

    			symlink(path, link, callback) { callback(enosys()); },
    			truncate(path, length, callback) { callback(enosys()); },
    			unlink(path, callback) { callback(enosys()); },
    			utimes(path, atime, mtime, callback) { callback(enosys()); },
    		};
    	}
    
    	if (!globalThis.process) {
    		globalThis.process = {
    			getuid() { return -1; },
    			getgid() { return -1; },
    			geteuid() { return -1; },
    JavaScript
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 22 17:47:47 GMT 2023
    - 16.3K bytes
    - Viewed (1)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IFT_ATMFUNI ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_ATM ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_ATMIMA = 107
    pkg syscall (netbsd-arm64-cgo), const IFT_ATMIMA ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_ATMLOGICAL = 80
    pkg syscall (netbsd-arm64-cgo), const IFT_ATMLOGICAL ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_ATMRADIO = 189
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. src/archive/tar/reader_test.go

    				"mtime": "1350244992.023960108",
    				"atime": "1350244992.023960108",
    				"ctime": "1350244992.023960108",
    			},
    			Format: FormatPAX,
    		}, {
    			Name:       "a/b",
    			Mode:       0777,
    			Uid:        1000,
    			Gid:        1000,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  6. src/archive/tar/common.go

    	paxPath     = "path"
    	paxLinkpath = "linkpath"
    	paxSize     = "size"
    	paxUid      = "uid"
    	paxGid      = "gid"
    	paxUname    = "uname"
    	paxGname    = "gname"
    	paxMtime    = "mtime"
    	paxAtime    = "atime"
    	paxCtime    = "ctime"   // Removed from later revision of PAX spec, but was valid
    	paxCharset  = "charset" // Currently unused
    	paxComment  = "comment" // Currently unused
    
    	paxSchilyXattr = "SCHILY.xattr."
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IFT_ATMFUNI = 106
    pkg syscall (freebsd-arm64), const IFT_ATMFUNI ideal-int
    pkg syscall (freebsd-arm64), const IFT_ATMIMA = 107
    pkg syscall (freebsd-arm64), const IFT_ATMIMA ideal-int
    pkg syscall (freebsd-arm64), const IFT_ATMLOGICAL = 80
    pkg syscall (freebsd-arm64), const IFT_ATMLOGICAL ideal-int
    pkg syscall (freebsd-arm64), const IFT_ATMRADIO = 189
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg syscall (freebsd-386), const IFT_ATM ideal-int
    pkg syscall (freebsd-386), const IFT_ATMDXI ideal-int
    pkg syscall (freebsd-386), const IFT_ATMFUNI ideal-int
    pkg syscall (freebsd-386), const IFT_ATMIMA ideal-int
    pkg syscall (freebsd-386), const IFT_ATMLOGICAL ideal-int
    pkg syscall (freebsd-386), const IFT_ATMRADIO ideal-int
    pkg syscall (freebsd-386), const IFT_ATMSUBINTERFACE ideal-int
    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)
  9. 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)
  10. api/go1.1.txt

    pkg syscall (freebsd-386), const IFT_ATM = 37
    pkg syscall (freebsd-386), const IFT_ATMDXI = 105
    pkg syscall (freebsd-386), const IFT_ATMFUNI = 106
    pkg syscall (freebsd-386), const IFT_ATMIMA = 107
    pkg syscall (freebsd-386), const IFT_ATMLOGICAL = 80
    pkg syscall (freebsd-386), const IFT_ATMRADIO = 189
    pkg syscall (freebsd-386), const IFT_ATMSUBINTERFACE = 134
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top