Searched refs:stat (Results 226 - 250 of 2171) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/systat/
H A Dtcp.c163 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor
237 #define DO(stat, row, col) \
238 mvwprintw(wnd, row, col, "%12"PRIu64, stats.stat)
239 #define L(row, stat) DO(stat, row, 0)
240 #define R(row, stat) DO(stat, ro
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_create.sh66 eval $(stat -s . | sed -e 's|st_|dst_|g')
67 eval $(stat -s a)
77 eval $(stat -s b)
82 eval $(stat -s c)
87 eval $(stat -s b/a)
92 eval $(stat -s c/a)
H A Dt_mkdir.sh46 eval $(stat -s ${Mount_Point})
66 eval $(stat -s ${Mount_Point})
104 eval $(stat -s b)
109 eval $(stat -s c)
114 eval $(stat -s b/a)
119 eval $(stat -s c/a)
H A Dt_mknod.sh42 eval $(stat -s fd0a)
76 eval $(stat -s null)
110 eval $(stat -s pipe)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clone.c100 int stat; local
133 while (waitpid(pid, &stat, __WCLONE) != pid)
137 ATF_REQUIRE_MSG(WIFEXITED(stat) != 0, "child didn't exit");
140 WEXITSTATUS(stat), frobme[1]);
142 switch (WEXITSTATUS(stat)) {
157 WEXITSTATUS(stat));
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ptm.c38 #include <sys/stat.h>
62 struct stat stm, sts;
87 REQUIRE_ERRNO(stat(ptm.cn, &sts), -1);
92 REQUIRE_ERRNO(stat(ptm.sn, &sts), -1);
127 struct stat stm, sts;
142 REQUIRE_ERRNO(stat("/dev/ptyp0", &sts), -1);
/freebsd-11-stable/tools/regression/tmpfs/
H A Dt_rmdir52 eval $(stat -s ${Work_Dir})
55 eval $(stat -s ${Work_Dir})
80 eval $(stat -s ${Work_Dir})
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_fchmodat.c35 #include <sys/stat.h>
61 struct stat st;
71 ATF_REQUIRE(stat(FILE, &st) == 0);
84 struct stat st;
93 ATF_REQUIRE(stat(BASEFILE, &st) == 0);
168 struct stat st;
H A Dt_linkat.c43 #include <sys/stat.h>
64 struct stat ost, nst;
77 ATF_REQUIRE(stat(FILE, &ost) == 0);
78 ATF_REQUIRE(stat(TARGET, &nst) == 0);
91 struct stat ost, nst;
100 ATF_REQUIRE(stat(FILE, &ost) == 0);
101 ATF_REQUIRE(stat(TARGET, &nst) == 0);
150 struct stat ost, nst;
183 struct stat ost, nst;
/freebsd-11-stable/lib/libc/resolv/
H A Dres_state.c29 #include <sys/stat.h>
70 struct stat sb;
88 if (stat(_PATH_RESCONF, &sb) == 0 &&
/freebsd-11-stable/crypto/openssh/
H A Dsftp-glob.c22 # include <sys/stat.h>
111 fudge_lstat(const char *path, struct stat *st)
124 fudge_stat(const char *path, struct stat *st)
/freebsd-11-stable/lib/libc/db/test/hash.tests/
H A Dtdel.c63 int stat; local
110 stat = (dbp->del)(dbp, &key, 0);
111 if (stat) {
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_mkexrc.c18 #include <sys/stat.h>
42 struct stat sb;
61 if (!FL_ISSET(cmdp->iflags, E_C_FORCE) && !stat(fname, &sb)) {
/freebsd-11-stable/tools/regression/priv/
H A Dpriv_vfs_clearsugid.c54 #include <sys/stat.h>
74 struct stat sb;
76 if (stat(fpath, &sb) < 0) {
77 warn("%s stat(%s)", test_case, fpath);
/freebsd-11-stable/usr.sbin/bootparamd/bootparamd/
H A Dmain.c27 #include <sys/stat.h>
46 struct stat buf;
83 if ( stat(bootpfile, &buf ) )
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libcmdutils/
H A Dlibcmdutils.h66 #include <sys/stat.h>
109 struct stat *, struct stat *);
/freebsd-11-stable/usr.bin/which/
H A Dwhich.c34 #include <sys/stat.h>
108 struct stat fin;
112 stat(candidate, &fin) == 0 &&
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_linux.cpp27 // With old kernels (and even new kernels on powerpc) asm/stat.h uses types that
32 #include <sys/stat.h>
41 // This header seems to contain the definitions of _kernel_ stat* structs.
42 #include <asm/stat.h>
72 COMPILER_CHECK(struct_kernel_stat_sz == sizeof(struct stat));
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_mkdtemp.c29 #include <sys/stat.h>
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Daccess.c151 struct stat sb;
153 if (stat(path, &sb) == 0
164 struct stat sb;
166 if (stat(path, &sb) == 0
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-init.c30 #include <sys/stat.h>
/freebsd-11-stable/contrib/binutils/binutils/
H A Dbucomm.h66 extern void set_times (const char *, const struct stat *);
/freebsd-11-stable/bin/rcp/
H A Dutil.c39 #include <sys/stat.h>
72 struct stat stb;
74 if (!stat(cp, &stb)) {
132 struct stat stb;
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Drcp_locl.h42 #include <sys/stat.h>
/freebsd-11-stable/contrib/pjdfstest/tests/chflags/
H A D05.t24 expect UF_NODUMP -u 65534 -g 65534 stat ${n1}/${n2} flags
30 expect UF_NODUMP -u 65534 -g 65534 stat ${n1}/${n2} flags

Completed in 127 milliseconds

1234567891011>>