Home
last modified time | relevance | path

Searched defs:Stat_t (Results 1 – 25 of 12915) sorted by relevance

12345678910>>...517

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/
H A Dstat.go11 type Stat_t struct { struct
12 mode uint32
13 uid uint32
14 gid uint32
15 rdev uint64
16 size int64
17 mtim syscall.Timespec
20 func (s Stat_t) Mode() uint32 {
24 func (s Stat_t) Uid() uint32 {
28 func (s Stat_t) Gid() uint32 {
[all …]
H A Dstat_windows.go10 type Stat_t struct { struct
11 name string
12 size int64
13 mode os.FileMode
14 modTime time.Time
15 isDir bool
18 func (s Stat_t) Name() string {
22 func (s Stat_t) Size() int64 {
26 func (s Stat_t) Mode() os.FileMode {
30 func (s Stat_t) ModTime() time.Time {
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dsize_max.m460 fi
61 ])
62 if test "$gl_cv_size_max" != yes; then
63 AC_DEFINE_UNQUOTED([SIZE_MAX], [$gl_cv_size_max],
64 [Define as the maximum value of type 'size_t', if the system doesn't define it.])
66 dnl Don't redefine SIZE_MAX in config.h if config.h is re-included after
67 dnl <stdint.h>. Remember that the #undef in AH_VERBATIM gets replaced with
68 dnl #define by AC_DEFINE_UNQUOTED.
69 AH_VERBATIM([SIZE_MAX],
70 [/* Define as the maximum value of type 'size_t', if the system doesn't define
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgcc/config/rs6000/
H A Dcrtsavgpr.S62 FUNC_END(_savegpr_29)
63 FUNC_END(_savegpr_28)
64 FUNC_END(_savegpr_27)
65 FUNC_END(_savegpr_26)
66 FUNC_END(_savegpr_25)
67 FUNC_END(_savegpr_24)
68 FUNC_END(_savegpr_23)
69 FUNC_END(_savegpr_22)
70 FUNC_END(_savegpr_21)
71 FUNC_END(_savegpr_20)
[all …]
H A Dcxa_finalize.c60 cxaarg = f->func.cxa.arg,
62 ef_cxa)))
64 uint64_t check = __new_exitfn_called;
66 #ifdef PTR_DEMANGLE
67 PTR_DEMANGLE (cxafn);
69 cxafn (cxaarg, 0);
71 /* It is possible that that last exit function registered
72 more exit functions. Start the loop over. */
74 goto restart;
77 }
[all …]
/dports/databases/leveldb/leveldb-1.23/db/
H A Dbuilder.cc60 if (s.ok()) {
61 // Verify that the table is usable
63 meta->file_size);
64 s = it->status();
65 delete it;
69 // Check for input iterator errors
70 if (!iter->status().ok()) {
71 s = iter->status();
74 if (s.ok() && meta->file_size > 0) {
75 // Keep it
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/test/
H A Dsuite_extcaps.py63 ''' extcap interface tests for ciscodump '''
64 check_extcap_execution("ciscodump")
66 def test_dpauxmon(self, check_extcap_execution):
67 ''' extcap interface tests for dpauxmon '''
68 if not sys.platform.startswith('linux'):
70 check_extcap_execution("dpauxmon")
72 def test_randpktdump(self, check_extcap_execution):
74 check_extcap_execution("randpktdump")
76 def test_sdjournal(self, check_extcap_execution):
78 if not sys.platform.startswith('linux'):
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/bstr-0.2.17/src/byteset/
H A Dmod.rs65 }
66 match byteset.len() {
72 3 => scalar::reverse_search_bytes(haystack, |b| {
75 _ => {
80 }
82 #[cfg(test)]
83 mod tests {
84 quickcheck::quickcheck! {
85 fn qc_byteset_forward_matches_naive(
86 haystack: Vec<u8>,
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/
H A DObjectSizeTests.java61 // sizeof objects
63 long o_size = Heap.getObjectSize( new Object() );
65 long a_size = Heap.getObjectSize( new A() );
66 long b_size = Heap.getObjectSize( new B() );
68 System.out.println("Object size: " + o_size + " bytes");
69 System.out.println("A size: " + a_size + " bytes");
70 System.out.println("B size: " + b_size + " bytes");
72 if (o_size >= b_size) {
73 throw new RuntimeException("Expected instance of A to be the same or " +
74 "larger than java.lang.Object");
[all …]
/dports/audio/stmp/stmp-0.0.2/vendor/golang.org/x/text/
H A DREADME.md60 Running go generate will as a side effect create a DATA subdirectory in this
61 directory which holds all files that are used as a source for generating the
62 tables. This directory will also serve as a cache.
65 To update a Unicode version run
67 UNICODE_VERSION=x.x.x go generate
69 where `x.x.x` must correspond to a directory in https://www.unicode.org/Public/.
70 If this version is newer than the version in core it will also update the
71 relevant packages there. The idna package in x/net will always be updated.
73 To update a CLDR version run
75 CLDR_VERSION=version go generate
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/vendor/github.com/containerd/containerd/sys/
H A Dstat_bsd.go27 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
32 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
37 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
42 func StatATimeAsTime(st *syscall.Stat_t) time.Time {
H A Dstat_unix.go27 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
32 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
37 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
42 func StatATimeAsTime(st *syscall.Stat_t) time.Time {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/containerd/containerd/sys/
H A Dstat_bsd.go27 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
32 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
37 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
42 func StatATimeAsTime(st *syscall.Stat_t) time.Time {
H A Dstat_unix.go27 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
32 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
37 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
42 func StatATimeAsTime(st *syscall.Stat_t) time.Time {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/containerd/continuity/fs/
H A Dstat_linuxopenbsd.go27 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
32 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
37 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
42 func StatATimeAsTime(st *syscall.Stat_t) time.Time {
H A Dstat_darwinfreebsd.go27 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
32 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
37 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
42 func StatATimeAsTime(st *syscall.Stat_t) time.Time {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/containerd/continuity/fs/
H A Dstat_darwinfreebsd.go27 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
32 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
37 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
42 func StatATimeAsTime(st *syscall.Stat_t) time.Time {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/containerd/containerd/sys/
H A Dstat_unix.go27 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
32 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
37 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
42 func StatATimeAsTime(st *syscall.Stat_t) time.Time {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containerd/continuity/fs/
H A Dstat_darwinfreebsd.go27 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
32 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
37 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
42 func StatATimeAsTime(st *syscall.Stat_t) time.Time {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/sys/
H A Dstat_bsd.go27 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
32 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
37 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
42 func StatATimeAsTime(st *syscall.Stat_t) time.Time {
H A Dstat_unix.go27 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
32 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
37 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
42 func StatATimeAsTime(st *syscall.Stat_t) time.Time {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/containerd/continuity/fs/
H A Dstat_linux.go25 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
30 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
35 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
40 func StatATimeAsTime(st *syscall.Stat_t) time.Time {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/sys/
H A Dstat_bsd.go27 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
32 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
37 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
42 func StatATimeAsTime(st *syscall.Stat_t) time.Time {
H A Dstat_unix.go27 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
32 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
37 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
42 func StatATimeAsTime(st *syscall.Stat_t) time.Time {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/containerd/continuity/fs/
H A Dstat_linux.go25 func StatAtime(st *syscall.Stat_t) syscall.Timespec {
30 func StatCtime(st *syscall.Stat_t) syscall.Timespec {
35 func StatMtime(st *syscall.Stat_t) syscall.Timespec {
40 func StatATimeAsTime(st *syscall.Stat_t) time.Time {

12345678910>>...517