Home
last modified time | relevance | path

Searched defs:Dirent (Results 1 – 25 of 9454) sorted by relevance

12345678910>>...379

/dports/net/s5cmd/s5cmd-1.4.0/vendor/github.com/karrick/godirwalk/
H A Ddirent.go10 type Dirent struct { struct
11 name string // base name of the file system entry.
12 path string // path name of the file system entry.
13 modeType os.FileMode // modeType is the type of file system entry.
38 func (de Dirent) IsDir() bool { return de.modeType&os.ModeDir != 0 }
44 func (de Dirent) IsDirOrSymlinkToDir() (bool, error) {
61 func (de Dirent) IsRegular() bool { return de.modeType&os.ModeType == 0 }
71 func (de Dirent) IsDevice() bool { return de.modeType&os.ModeDevice != 0 }
80 func (de Dirent) ModeType() os.FileMode { return de.modeType }
83 func (de Dirent) Name() string { return de.name }
[all …]
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/karrick/godirwalk/
H A Ddirent.go10 type Dirent struct { struct
11 name string // base name of the file system entry.
12 path string // path name of the file system entry.
13 modeType os.FileMode // modeType is the type of file system entry.
38 func (de Dirent) IsDir() bool { return de.modeType&os.ModeDir != 0 }
44 func (de Dirent) IsDirOrSymlinkToDir() (bool, error) {
61 func (de Dirent) IsRegular() bool { return de.modeType&os.ModeType == 0 }
71 func (de Dirent) IsDevice() bool { return de.modeType&os.ModeDevice != 0 }
80 func (de Dirent) ModeType() os.FileMode { return de.modeType }
83 func (de Dirent) Name() string { return de.name }
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/karrick/godirwalk/
H A Ddirent.go10 type Dirent struct { struct
11 name string // base name of the file system entry.
12 path string // path name of the file system entry.
13 modeType os.FileMode // modeType is the type of file system entry.
38 func (de Dirent) IsDir() bool { return de.modeType&os.ModeDir != 0 }
44 func (de Dirent) IsDirOrSymlinkToDir() (bool, error) {
61 func (de Dirent) IsRegular() bool { return de.modeType&os.ModeType == 0 }
71 func (de Dirent) IsDevice() bool { return de.modeType&os.ModeDevice != 0 }
80 func (de Dirent) ModeType() os.FileMode { return de.modeType }
83 func (de Dirent) Name() string { return de.name }
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/karrick/godirwalk/
H A Ddirent.go10 type Dirent struct { struct
11 name string // base name of the file system entry.
12 path string // path name of the file system entry.
13 modeType os.FileMode // modeType is the type of file system entry.
38 func (de Dirent) IsDir() bool { return de.modeType&os.ModeDir != 0 }
44 func (de Dirent) IsDirOrSymlinkToDir() (bool, error) {
61 func (de Dirent) IsRegular() bool { return de.modeType&os.ModeType == 0 }
71 func (de Dirent) IsDevice() bool { return de.modeType&os.ModeDevice != 0 }
80 func (de Dirent) ModeType() os.FileMode { return de.modeType }
83 func (de Dirent) Name() string { return de.name }
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/vendor/github.com/karrick/godirwalk/
H A Ddirent.go10 type Dirent struct { struct
11 name string
12 modeType os.FileMode
33 func (de Dirent) Name() string { return de.name }
42 func (de Dirent) ModeType() os.FileMode { return de.modeType }
48 func (de Dirent) IsDir() bool { return de.modeType&os.ModeDir != 0 }
52 func (de Dirent) IsRegular() bool { return de.modeType&os.ModeType == 0 }
59 func (de Dirent) IsSymlink() bool { return de.modeType&os.ModeSymlink != 0 }
62 func (de Dirent) IsDevice() bool { return de.modeType&os.ModeDevice != 0 }
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/vendor/github.com/karrick/godirwalk/
H A Ddirent.go10 type Dirent struct { struct
11 name string
12 modeType os.FileMode
33 func (de Dirent) Name() string { return de.name }
42 func (de Dirent) ModeType() os.FileMode { return de.modeType }
48 func (de Dirent) IsDir() bool { return de.modeType&os.ModeDir != 0 }
52 func (de Dirent) IsRegular() bool { return de.modeType&os.ModeType == 0 }
59 func (de Dirent) IsSymlink() bool { return de.modeType&os.ModeSymlink != 0 }
62 func (de Dirent) IsDevice() bool { return de.modeType&os.ModeDevice != 0 }
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/vendor/github.com/karrick/godirwalk/
H A Ddirent.go10 type Dirent struct { struct
11 name string
12 modeType os.FileMode
33 func (de Dirent) Name() string { return de.name }
42 func (de Dirent) ModeType() os.FileMode { return de.modeType }
48 func (de Dirent) IsDir() bool { return de.modeType&os.ModeDir != 0 }
52 func (de Dirent) IsRegular() bool { return de.modeType&os.ModeType == 0 }
59 func (de Dirent) IsSymlink() bool { return de.modeType&os.ModeSymlink != 0 }
62 func (de Dirent) IsDevice() bool { return de.modeType&os.ModeDevice != 0 }
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/vendor/github.com/karrick/godirwalk/
H A Ddirent.go10 type Dirent struct { struct
11 name string
12 modeType os.FileMode
33 func (de Dirent) Name() string { return de.name }
42 func (de Dirent) ModeType() os.FileMode { return de.modeType }
48 func (de Dirent) IsDir() bool { return de.modeType&os.ModeDir != 0 }
52 func (de Dirent) IsRegular() bool { return de.modeType&os.ModeType == 0 }
59 func (de Dirent) IsSymlink() bool { return de.modeType&os.ModeSymlink != 0 }
62 func (de Dirent) IsDevice() bool { return de.modeType&os.ModeDevice != 0 }
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/old/snapshot_0/
H A Dhost.rs44 pub(crate) struct Dirent { struct
51 impl Dirent { impl
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/aec/
H A Daec_common.h17 #define ALIGN16_BEG __declspec(align(16))
18 #define ALIGN16_END
19 #else /* gcc or icc */
/dports/sysutils/fluxengine/fluxengine-61ff48c/tools/
H A Dbrother120tool.cc9 struct Dirent struct
18 static std::map<std::string, std::unique_ptr<Dirent>> directory; argument
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/os/
H A Ddir_regfile.go13 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
H A Ddir_largefile.go13 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
/dports/lang/gcc8/gcc-8.5.0/libgo/go/os/
H A Ddir_regfile.go18 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
H A Ddir_largefile.go15 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
/dports/lang/gcc48/gcc-4.8.5/libgo/go/os/
H A Ddir_largefile.go13 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
H A Ddir_regfile.go13 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
/dports/lang/gcc10/gcc-10.3.0/libgo/go/os/
H A Ddir_regfile.go19 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
H A Ddir_largefile.go15 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/os/
H A Ddir_largefile.go15 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
H A Ddir_regfile.go18 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/os/
H A Ddir_largefile.go13 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/os/
H A Ddir_largefile.go15 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
H A Ddir_regfile.go18 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/os/
H A Ddir_regfile.go19 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno

12345678910>>...379