Searched refs:stat (Results 201 - 225 of 2128) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/pjdfstest/tests/ftruncate/
H A D03.t18 expect regular,123 stat ${nx} type,size
/freebsd-10.3-release/contrib/pjdfstest/tests/open/
H A D03.t17 expect regular,0642 stat ${nx} type,mode
/freebsd-10.3-release/contrib/pjdfstest/tests/rmdir/
H A D03.t17 expect dir,0755 stat ${nx} type,mode
/freebsd-10.3-release/contrib/pjdfstest/tests/truncate/
H A D00.t34 ctime1=`${fstest} stat ${n0} ctime`
37 ctime2=`${fstest} stat ${n0} ctime`
43 ctime1=`${fstest} stat ${n0} ctime`
46 ctime2=`${fstest} stat ${n0} ctime`
H A D03.t18 expect regular,123 stat ${nx} type,size
/freebsd-10.3-release/contrib/sendmail/libsmutil/
H A Dcf.c54 struct stat sbuf;
66 if (cftype == SM_GET_SUBMIT_CF || stat(cf, &sbuf) == 0)
/freebsd-10.3-release/crypto/openssl/crypto/rand/
H A Drandfile.c81 # include <sys/stat.h>
86 # define stat _stat macro
122 struct stat sb;
133 * struct stat can have padding and unused fields that may not be
134 * initialized in the call to stat(). We need to clear the entire
140 if (stat(file, &sb) < 0)
201 struct stat sb;
203 i = stat(file, &sb);
292 struct stat sb;
321 * stat, w
[all...]
/freebsd-10.3-release/contrib/tcsh/
H A Dglob.h51 * versions of closedir(3), readdir(3), opendir(3), stat(2)
57 int (*gl_lstat) (const char *, struct stat *);
58 int (*gl_stat) (const char *, struct stat *);
/freebsd-10.3-release/lib/libutil/
H A D_secure_path.c26 #include <sys/stat.h>
49 struct stat sb;
56 msg = "%s: cannot stat %s: %m";
/freebsd-10.3-release/include/rpcsvc/
H A Dcrypt.x79 int stat;
/freebsd-10.3-release/crypto/openssh/regress/
H A Dcheck-perm.c10 #include <sys/stat.h>
39 struct stat st;
61 if (stat(component, &st) != 0)
62 fatal("%s: stat(\"%s\"): %s", __func__,
94 auth_secure_path(const char *name, struct stat *stp, const char *pw_dir,
100 struct stat st;
129 if (stat(buf, &st) < 0 ||
166 struct stat st;
195 if (stat(path, &st) < 0)
196 fatal("Could not stat
[all...]
/freebsd-10.3-release/contrib/diff/lib/
H A Dfile-type.c26 #include <sys/stat.h>
33 file_type (struct stat const *st)
/freebsd-10.3-release/tests/sys/fifo/
H A Dfifo_create.c29 #include <sys/stat.h>
95 struct stat old_dirsb, dirsb, fifosb;
109 if (stat(".", &old_dirsb) < 0)
110 err(-1, "basic_create_test: %s: stat: %s", testname,
123 if (stat(path, &fifosb) < 0) {
127 err(-1, "basic_create_test: %s: stat: %s", testname, path);
150 if (stat(".", &dirsb) < 0) {
154 err(-1, "basic_create_test: %s: stat: %s", testname,
173 if (stat(path, &fifosb) == 0)
208 struct stat s
[all...]
/freebsd-10.3-release/tools/regression/pjdfstest/tests/chflags/
H A D11.t25 expect none stat ${n1} flags
27 expect none stat ${n1} flags
30 expect none stat ${n1} flags
32 expect none stat ${n1} flags
/freebsd-10.3-release/tools/regression/pjdfstest/tests/ftruncate/
H A D00.t34 ctime1=`${fstest} stat ${n0} ctime`
37 ctime2=`${fstest} stat ${n0} ctime`
43 ctime1=`${fstest} stat ${n0} ctime`
46 ctime2=`${fstest} stat ${n0} ctime`
/freebsd-10.3-release/tools/regression/pjdfstest/tests/open/
H A D03.t17 expect regular,0642 stat ${nx} type,mode
/freebsd-10.3-release/tools/regression/pjdfstest/tests/rmdir/
H A D03.t17 expect dir,0755 stat ${nx} type,mode
/freebsd-10.3-release/tools/regression/pjdfstest/tests/truncate/
H A D00.t34 ctime1=`${fstest} stat ${n0} ctime`
37 ctime2=`${fstest} stat ${n0} ctime`
43 ctime1=`${fstest} stat ${n0} ctime`
46 ctime2=`${fstest} stat ${n0} ctime`
H A D03.t18 expect regular,123 stat ${nx} type,size
/freebsd-10.3-release/tools/regression/priv/
H A Dpriv_vfs_fhstat.c40 #include <sys/stat.h>
69 struct stat sb;
/freebsd-10.3-release/tools/regression/sockets/fstat/
H A Dfstat.c31 #include <sys/stat.h>
45 struct stat sb;
/freebsd-10.3-release/contrib/xz/src/xz/
H A Dprivate.h19 #include <sys/stat.h>
/freebsd-10.3-release/crypto/heimdal/appl/ftp/common/
H A Dbuffer.c47 alloc_buffer (void *oldbuf, size_t *sz, struct stat *st)
/freebsd-10.3-release/contrib/openpam/lib/libpam/
H A Dopenpam_check_owner_perms.c37 #include <sys/stat.h>
61 struct stat sb;
105 struct stat sb;
115 if (stat(pathbuf, &sb) != 0) {
/freebsd-10.3-release/lib/libc/xdr/
H A Dxdr_array.c78 bool_t stat = TRUE; local
119 for (i = 0; (i < c) && stat; i++) {
120 stat = (*elproc)(xdrs, target);
131 return (stat);

Completed in 243 milliseconds

1234567891011>>