Home
last modified time | relevance | path

Searched defs:dirEntry (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/os/
H A Ddir_plan9.go74 type dirEntry struct { struct
75 fs *fileStat
78 func (de dirEntry) Name() string { return de.fs.Name() }
79 func (de dirEntry) IsDir() bool { return de.fs.IsDir() }
80 func (de dirEntry) Type() FileMode { return de.fs.Mode().Type() }
81 func (de dirEntry) Info() (FileInfo, error) { return de.fs, nil }
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/os/
H A Ddir_plan9.go74 type dirEntry struct { struct
75 fs *fileStat
78 func (de dirEntry) Name() string { return de.fs.Name() }
79 func (de dirEntry) IsDir() bool { return de.fs.IsDir() }
80 func (de dirEntry) Type() FileMode { return de.fs.Mode().Type() }
81 func (de dirEntry) Info() (FileInfo, error) { return de.fs, nil }
H A Ddir_windows.go61 type dirEntry struct { struct
62 fs *fileStat
65 func (de dirEntry) Name() string { return de.fs.Name() }
66 func (de dirEntry) IsDir() bool { return de.fs.IsDir() }
67 func (de dirEntry) Type() FileMode { return de.fs.Mode().Type() }
68 func (de dirEntry) Info() (FileInfo, error) { return de.fs, nil }
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/os/
H A Ddir_plan9.go74 type dirEntry struct { struct
75 fs *fileStat
78 func (de dirEntry) Name() string { return de.fs.Name() }
79 func (de dirEntry) IsDir() bool { return de.fs.IsDir() }
80 func (de dirEntry) Type() FileMode { return de.fs.Mode().Type() }
81 func (de dirEntry) Info() (FileInfo, error) { return de.fs, nil }
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/os/
H A Ddir_plan9.go74 type dirEntry struct { struct
75 fs *fileStat
78 func (de dirEntry) Name() string { return de.fs.Name() }
79 func (de dirEntry) IsDir() bool { return de.fs.IsDir() }
80 func (de dirEntry) Type() FileMode { return de.fs.Mode().Type() }
81 func (de dirEntry) Info() (FileInfo, error) { return de.fs, nil }
/dports/lang/gcc11/gcc-11.2.0/libgo/go/os/
H A Ddir_plan9.go74 type dirEntry struct { struct
75 fs *fileStat
78 func (de dirEntry) Name() string { return de.fs.Name() }
79 func (de dirEntry) IsDir() bool { return de.fs.IsDir() }
80 func (de dirEntry) Type() FileMode { return de.fs.Mode().Type() }
81 func (de dirEntry) Info() (FileInfo, error) { return de.fs, nil }
/dports/comms/minicom/minicom-2.7.1/src/
H A Dgetsdir.h30 typedef struct dirEntry { /* structure of data item */ struct
31 char fname[MAXNAMLEN + 1]; /* filename + terminating null */
32 time_t time; /* last modification date */
33 mode_t mode; /* file mode (dir? etc.) */
34 ushort cflags; /* caller field for convenience */
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnqt/
H A Ddirent.cpp55 DirEntry_Data(const QString &_name, const svn_dirent_t *dirEntry) in DirEntry_Data()
87 DirEntry::DirEntry(const QString &name, const svn_dirent_t *dirEntry) in DirEntry()
92 DirEntry::DirEntry(const QString &name, const svn_dirent_t *dirEntry, const svn_lock_t *lockEntry) in DirEntry()
98 DirEntry::DirEntry(const QString &name, const svn_dirent_t *dirEntry, const LockEntry &lockEntry) in DirEntry()
174 DirEntry::operator= (const DirEntry &dirEntry) in operator =()
/dports/sysutils/restic/restic-0.12.1/cmd/restic/
H A Dintegration_helpers_test.go19 type dirEntry struct { struct
20 path string
21 fi os.FileInfo
22 link uint64
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dlinker.c78 <<bfdlink.c>>. @xref{Hash Tables}, for information on how to in create()
79 create a derived hash table. This entry point is called using in create()
80 the target vector of the linker output file. in create()
83 and initialize an instance of the desired hash table. If the in create()
101 When writing the linker routines for a new back end, you will in create()
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/tools/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/cmd/present/
H A Ddir.go209 type dirEntry struct { struct
210 Name, Path, Title string

12345678910>>...18