Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for FIFO (0.22 sec)

  1. src/archive/tar/testdata/hdr-only.tar

    fifo file The quick brown fox jumped over the lazy dog! hardlink null sda symlink badlink fifo The quick brown fox jumped over the lazy dog! hardlink sda symli badlink...
    TAR Archive
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Dec 01 20:16:26 GMT 2015
    - 10K bytes
    - Viewed (1)
  2. src/archive/tar/common.go

    	TypeLink    = '1' // Hard link
    	TypeSymlink = '2' // Symbolic link
    	TypeChar    = '3' // Character device node
    	TypeBlock   = '4' // Block device node
    	TypeDir     = '5' // Directory
    	TypeFifo    = '6' // FIFO node
    
    	// Type '7' is reserved.
    	TypeCont = '7'
    
    	// Type 'x' is used by the PAX format to store key-value records that
    	// are only relevant to the next file.
    	// This package transparently handles these types.
    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)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const DT_CHR ideal-int
    pkg syscall (netbsd-arm64-cgo), const DT_DIR = 4
    pkg syscall (netbsd-arm64-cgo), const DT_DIR ideal-int
    pkg syscall (netbsd-arm64-cgo), const DT_FIFO = 1
    pkg syscall (netbsd-arm64-cgo), const DT_FIFO ideal-int
    pkg syscall (netbsd-arm64-cgo), const DT_LNK = 10
    pkg syscall (netbsd-arm64-cgo), const DT_LNK ideal-int
    pkg syscall (netbsd-arm64-cgo), const DT_REG = 8
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. src/archive/tar/tar_test.go

    		// directory.
    		h: &Header{
    			Name:     "dir/",
    			Mode:     0755,
    			Size:     0,
    			ModTime:  time.Unix(1360601116, 0),
    			Typeflag: TypeDir,
    		},
    		fm: 0755 | fs.ModeDir,
    	}, {
    		// fifo node.
    		h: &Header{
    			Name:     "dev/initctl",
    			Mode:     0600,
    			Size:     0,
    			ModTime:  time.Unix(1360578949, 0),
    			Typeflag: TypeFifo,
    		},
    		fm: 0600 | fs.ModeNamedPipe,
    	}, {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const DT_CHR ideal-int
    pkg syscall (darwin-arm64), const DT_DIR = 4
    pkg syscall (darwin-arm64), const DT_DIR ideal-int
    pkg syscall (darwin-arm64), const DT_FIFO = 1
    pkg syscall (darwin-arm64), const DT_FIFO ideal-int
    pkg syscall (darwin-arm64), const DT_LNK = 10
    pkg syscall (darwin-arm64), const DT_LNK ideal-int
    pkg syscall (darwin-arm64), const DT_REG = 8
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DT_CHR ideal-int
    pkg syscall (freebsd-arm64), const DT_DIR = 4
    pkg syscall (freebsd-arm64), const DT_DIR ideal-int
    pkg syscall (freebsd-arm64), const DT_FIFO = 1
    pkg syscall (freebsd-arm64), const DT_FIFO ideal-int
    pkg syscall (freebsd-arm64), const DT_LNK = 10
    pkg syscall (freebsd-arm64), const DT_LNK ideal-int
    pkg syscall (freebsd-arm64), const DT_REG = 8
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (darwin-386), const DT_BLK ideal-int
    pkg syscall (darwin-386), const DT_CHR ideal-int
    pkg syscall (darwin-386), const DT_DIR ideal-int
    pkg syscall (darwin-386), const DT_FIFO ideal-int
    pkg syscall (darwin-386), const DT_LNK ideal-int
    pkg syscall (darwin-386), const DT_REG ideal-int
    pkg syscall (darwin-386), const DT_SOCK ideal-int
    pkg syscall (darwin-386), const DT_UNKNOWN ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const DT_DIR = 4 #53466
    pkg syscall (freebsd-riscv64), const DT_DIR ideal-int #53466
    pkg syscall (freebsd-riscv64), const DT_FIFO = 1 #53466
    pkg syscall (freebsd-riscv64), const DT_FIFO ideal-int #53466
    pkg syscall (freebsd-riscv64), const DT_LNK = 10 #53466
    pkg syscall (freebsd-riscv64), const DT_LNK ideal-int #53466
    pkg syscall (freebsd-riscv64), const DT_REG = 8 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  9. api/go1.1.txt

    pkg syscall (darwin-386), const DLT_SLIP_BSDOS = 15
    pkg syscall (darwin-386), const DT_BLK = 6
    pkg syscall (darwin-386), const DT_CHR = 2
    pkg syscall (darwin-386), const DT_DIR = 4
    pkg syscall (darwin-386), const DT_FIFO = 1
    pkg syscall (darwin-386), const DT_LNK = 10
    pkg syscall (darwin-386), const DT_REG = 8
    pkg syscall (darwin-386), const DT_SOCK = 12
    pkg syscall (darwin-386), const DT_UNKNOWN = 0
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  10. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const DT_BLK ideal-int
    pkg syscall (freebsd-386-cgo), const DT_CHR ideal-int
    pkg syscall (freebsd-386-cgo), const DT_DIR ideal-int
    pkg syscall (freebsd-386-cgo), const DT_FIFO ideal-int
    pkg syscall (freebsd-386-cgo), const DT_LNK ideal-int
    pkg syscall (freebsd-386-cgo), const DT_REG ideal-int
    pkg syscall (freebsd-386-cgo), const DT_SOCK ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top