Searched refs:stat (Results 76 - 100 of 2128) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/netbsd-tests/lib/librumphijack/
H A Dt_vfs.sh127 # stat default format sans changetime and filename
131 atf_check -s exit:0 -o save:stat.out \
132 stat -f "${statstr}" /rump/mnt/filename
135 atf_check -s exit:0 -o file:stat.out \
136 stat -f "${statstr}" /rump/mnt/dir/same
145 atf_check -s exit:0 -o save:stat.out \
146 stat -f "${statstr}" /rump/mnt/filename
149 atf_check -s exit:0 -o file:stat.out \
150 stat -f "${statstr}" /rump/mnt/filename
151 atf_check -s exit:0 -o file:stat
[all...]
/freebsd-10.3-release/contrib/pjdfstest/tests/chflags/
H A D12.t24 expect UF_IMMUTABLE stat ${n0}/${n1} flags
26 expect none stat ${n0}/${n1} flags
29 expect none stat ${n0}/${n1} flags
32 expect UF_IMMUTABLE stat ${n0}/${n1} flags
34 expect none stat ${n0}/${n1} flags
50 expect UF_NODUMP stat /${n0}/${n1} flags
52 expect none stat /${n0}/${n1} flags
55 expect none stat /${n0}/${n1} flags
58 expect UF_NODUMP stat /${n0}/${n1} flags
60 expect none stat /
[all...]
/freebsd-10.3-release/contrib/pjdfstest/tests/chmod/
H A D11.t27 expect 01621 stat ${n1} mode
30 expect 01700 stat ${n1} mode
54 expect 01755 stat ${n1} mode
57 expect 01700 stat ${n1} mode
68 expect 0640 stat ${n1} mode
70 expect 0640 stat ${n1} mode
74 expect 0644 stat ${n1} mode
76 expect 0640 stat ${n1} mode
80 expect 01644 stat ${n1} mode
82 expect 01640 stat
[all...]
H A D12.t22 expect 0777 stat ${n0} mode
28 expect 0777 stat ${n0} mode
34 expect 0777 stat ${n0} mode
/freebsd-10.3-release/contrib/pjdfstest/tests/ftruncate/
H A D08.t27 expect 0 stat ${n0} size
30 expect 123 stat ${n0} size
36 expect 123 stat ${n0} size
45 expect 0 stat ${n0} size
48 expect 123 stat ${n0} size
56 expect 0 stat ${n0} size
59 expect 123 stat ${n0} size
65 expect 123 stat ${n0} size
72 expect 0 stat ${n0} size
75 expect 123 stat
[all...]
/freebsd-10.3-release/contrib/pjdfstest/tests/truncate/
H A D08.t27 expect 0 stat ${n0} size
30 expect 123 stat ${n0} size
36 expect 123 stat ${n0} size
45 expect 0 stat ${n0} size
48 expect 123 stat ${n0} size
56 expect 0 stat ${n0} size
59 expect 123 stat ${n0} size
65 expect 123 stat ${n0} size
72 expect 0 stat ${n0} size
75 expect 123 stat
[all...]
/freebsd-10.3-release/contrib/sendmail/test/
H A Dt_exclopen.c42 #include <sys/stat.h>
69 struct stat st;
81 if (stat(Attackee, &st) >= 0)
91 if (stat(Attackee, &st) >= 0)
101 if (stat(Attackee, &st) < 0)
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dglob.h48 #include <sys/stat.h>
54 struct stat;
61 struct stat **gl_statv; /* Stat entries corresponding to gl_pathv */
67 * versions of closedir(3), readdir(3), opendir(3), stat(2)
73 int (*gl_lstat)(const char *, struct stat *);
74 int (*gl_stat)(const char *, struct stat *);
97 #define GLOB_KEEPSTAT 0x4000 /* Retain stat data for paths in gl_statv. */
/freebsd-10.3-release/sbin/kldunload/
H A Dkldunload.c55 struct kld_file_stat stat; local
101 stat.version = sizeof(stat);
102 if (kldstat(fileid, &stat) < 0)
103 err(EXIT_FAILURE, "can't stat file");
104 (void) printf("Unloading %s, id=%d\n", stat.name,
/freebsd-10.3-release/tools/regression/pjdfstest/tests/chflags/
H A D12.t24 expect UF_IMMUTABLE stat ${n0}/${n1} flags
26 expect none stat ${n0}/${n1} flags
29 expect none stat ${n0}/${n1} flags
32 expect UF_IMMUTABLE stat ${n0}/${n1} flags
34 expect none stat ${n0}/${n1} flags
50 expect UF_NODUMP stat /${n0}/${n1} flags
52 expect none stat /${n0}/${n1} flags
55 expect none stat /${n0}/${n1} flags
58 expect UF_NODUMP stat /${n0}/${n1} flags
60 expect none stat /
[all...]
/freebsd-10.3-release/tools/regression/pjdfstest/tests/chmod/
H A D11.t27 expect 01621 stat ${n1} mode
30 expect 01700 stat ${n1} mode
54 expect 01755 stat ${n1} mode
57 expect 01700 stat ${n1} mode
68 expect 0640 stat ${n1} mode
70 expect 0640 stat ${n1} mode
74 expect 0644 stat ${n1} mode
76 expect 0640 stat ${n1} mode
80 expect 01644 stat ${n1} mode
82 expect 01640 stat
[all...]
/freebsd-10.3-release/tools/regression/pjdfstest/tests/truncate/
H A D08.t27 expect 0 stat ${n0} size
30 expect 123 stat ${n0} size
36 expect 123 stat ${n0} size
45 expect 0 stat ${n0} size
48 expect 123 stat ${n0} size
56 expect 0 stat ${n0} size
59 expect 123 stat ${n0} size
65 expect 123 stat ${n0} size
72 expect 0 stat ${n0} size
75 expect 123 stat
[all...]
/freebsd-10.3-release/tools/regression/priv/
H A Dpriv_vfs_generation.c34 * Confirm that a generation number isn't returned by stat() when not running
41 #include <sys/stat.h>
58 struct stat sb;
70 if (stat(fpath, &sb) < 0) {
87 struct stat sb;
90 error = stat(fpath, &sb);
92 warn("priv_vfs_generation(asroot, injail) stat");
/freebsd-10.3-release/sys/dev/patm/
H A Dif_patm_intr.c109 uint32_t stat, cfg; local
119 stat = patm_nor_read(sc, IDT_NOR_STAT);
120 patm_nor_write(sc, IDT_NOR_STAT, stat & (ints | fbqa));
124 if (stat & IDT_STAT_PHYI) {
132 patm_debug(sc, INTR, "stat=%08x", stat);
138 if (stat & fbqa) {
140 if (stat & IDT_STAT_FBQ0A)
142 if (stat & IDT_STAT_FBQ1A)
144 if (stat
427 u_int stat; local
[all...]
/freebsd-10.3-release/usr.sbin/rpc.lockd/
H A Dlock_proc.c457 res.stat.stat = nlm_granted;
459 res.stat.stat = nlm_denied;
460 memcpy(&res.stat.nlm_testrply_u.holder, holder,
462 res.stat.nlm_testrply_u.holder.l_offset = holder->l_offset;
463 res.stat.nlm_testrply_u.holder.l_len = holder->l_len;
491 res.stat.stat = nlm_granted;
493 res.stat
[all...]
/freebsd-10.3-release/contrib/opie/libopie/
H A Dopen.c22 #include <sys/stat.h>
28 #define lstat(x, y) stat(x, y)
34 struct stat st;
/freebsd-10.3-release/contrib/pjdfstest/tests/mknod/
H A D11.t62 time=`${fstest} stat . ctime`
65 atime=`${fstest} stat ${n0} atime`
67 mtime=`${fstest} stat ${n0} mtime`
69 ctime=`${fstest} stat ${n0} ctime`
71 mtime=`${fstest} stat . mtime`
73 ctime=`${fstest} stat . ctime`
/freebsd-10.3-release/lib/libc/gen/
H A Dctermid.c31 #include <sys/stat.h>
45 struct stat sb;
58 if (stat(_PATH_TTY, &sb) == 0 && S_ISCHR(sb.st_mode))
/freebsd-10.3-release/include/
H A Dglob.h47 struct stat;
59 * versions of closedir(3), readdir(3), opendir(3), stat(2)
65 int (*gl_lstat)(const char *, struct stat *);
66 int (*gl_stat)(const char *, struct stat *);
/freebsd-10.3-release/usr.bin/tail/
H A Dextern.h52 struct stat st;
60 void forward(FILE *, const char *, enum STYLE, off_t, struct stat *);
61 void reverse(FILE *, const char *, enum STYLE, off_t, struct stat *);
/freebsd-10.3-release/tools/regression/pjdfstest/tests/mknod/
H A D11.t62 time=`${fstest} stat . ctime`
65 atime=`${fstest} stat ${n0} atime`
67 mtime=`${fstest} stat ${n0} mtime`
69 ctime=`${fstest} stat ${n0} ctime`
71 mtime=`${fstest} stat . mtime`
73 ctime=`${fstest} stat . ctime`
/freebsd-10.3-release/tools/regression/tmpfs/
H A Dt_create49 eval $(stat -s . | sed -e 's|st_|dst_|g')
50 eval $(stat -s a)
63 eval $(stat -s b)
68 eval $(stat -s c)
73 eval $(stat -s b/a)
78 eval $(stat -s c/a)
H A Dt_mkdir47 eval $(stat -s ${Work_Dir})
56 eval $(stat -s ${Work_Dir})
69 eval $(stat -s b)
74 eval $(stat -s c)
79 eval $(stat -s b/a)
84 eval $(stat -s c/a)
/freebsd-10.3-release/contrib/pjdfstest/tests/granular/
H A D01.t24 expect 0 -u 65534 -g 65534 stat ${n0} size
27 expect EACCES -u 65534 -g 65534 stat ${n0} size
29 expect 0 -u 65534 -g 65534 stat ${n0} size
/freebsd-10.3-release/contrib/pjdfstest/tests/link/
H A D00.t59 ctime1=`${fstest} stat ${n0} ctime`
60 dctime1=`${fstest} stat . ctime`
61 dmtime1=`${fstest} stat . mtime`
64 ctime2=`${fstest} stat ${n0} ctime`
66 dctime2=`${fstest} stat . ctime`
68 dmtime2=`${fstest} stat . mtime`
78 ctime1=`${fstest} stat ${n0} ctime`
79 dctime1=`${fstest} stat . ctime`
80 dmtime1=`${fstest} stat . mtime`
83 ctime2=`${fstest} stat
[all...]

Completed in 253 milliseconds

1234567891011>>