Searched refs:stat (Results 126 - 150 of 1927) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/openpam/
H A Ddepcomp192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat
[all...]
/freebsd-9.3-release/contrib/file/
H A Ddepcomp192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat
[all...]
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Ddepcomp95 stat=$?
96 if test $stat -eq 0; then :
99 exit $stat
118 stat=$?
119 if test $stat -eq 0; then :
122 exit $stat
160 stat=$?
161 if test $stat -eq 0; then :
164 exit $stat
211 stat
[all...]
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Ddepcomp95 stat=$?
96 if test $stat -eq 0; then :
99 exit $stat
118 stat=$?
119 if test $stat -eq 0; then :
122 exit $stat
160 stat=$?
161 if test $stat -eq 0; then :
164 exit $stat
211 stat
[all...]
/freebsd-9.3-release/contrib/openbsm/config/
H A Ddepcomp95 stat=$?
96 if test $stat -eq 0; then :
99 exit $stat
118 stat=$?
119 if test $stat -eq 0; then :
122 exit $stat
160 stat=$?
161 if test $stat -eq 0; then :
164 exit $stat
211 stat
[all...]
/freebsd-9.3-release/contrib/ntp/
H A Ddepcomp95 stat=$?
96 if test $stat -eq 0; then :
99 exit $stat
118 stat=$?
119 if test $stat -eq 0; then :
122 exit $stat
160 stat=$?
161 if test $stat -eq 0; then :
164 exit $stat
211 stat
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/
H A Ddepcomp95 stat=$?
96 if test $stat -eq 0; then :
99 exit $stat
118 stat=$?
119 if test $stat -eq 0; then :
122 exit $stat
160 stat=$?
161 if test $stat -eq 0; then :
164 exit $stat
211 stat
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drandfile.c79 # include <stat.h>
81 # include <sys/stat.h>
85 # define stat _stat macro
120 struct stat sb;
129 * struct stat can have padding and unused fields that may not be
130 * initialized in the call to stat(). We need to clear the entire
137 if (stat(file, &sb) < 0)
194 struct stat sb;
196 i = stat(file, &sb);
283 struct stat s
[all...]
/freebsd-9.3-release/contrib/amd/scripts/
H A Dtest-attrcache.in79 stat $a
89 stat $a
102 stat $a
115 stat $a
125 stat $a
133 stat $a
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dglob.hin54 struct stat;
66 * versions of closedir(3), readdir(3), opendir(3), stat(2)
72 int (*gl_lstat) (const char *, struct stat *);
73 int (*gl_stat) (const char *, struct stat *);
/freebsd-9.3-release/sys/boot/ia64/ski/
H A Dskifs.c80 struct disk_stat stat; local
85 stat.fd = (u_int64_t) f->f_fsdata;
86 ssc((u_int64_t)&stat, 0, 0, 0, SSC_WAIT_COMPLETION);
88 *resid = size - stat.count;
89 f->f_offset += stat.count;
118 skifs_stat(struct open_file *f, struct stat *sb)
/freebsd-9.3-release/tools/regression/pjdfstest/tests/chmod/
H A D05.t26 expect 0642 -u 65534 -g 65534 stat ${n1}/${n2} mode
31 expect 0420 -u 65534 -g 65534 stat ${n1}/${n2} mode
37 expect 0710 -u 65534 -g 65534 stat ${n1}/${n2} mode
/freebsd-9.3-release/tools/regression/pjdfstest/tests/chown/
H A D09.t22 expect 65534,65534 stat ${n0}/${n1} uid,gid
25 expect 65534,65534 stat ${n0}/${n1} uid,gid
28 expect 65533,65533 stat ${n0}/${n1} uid,gid
/freebsd-9.3-release/tools/regression/pjdfstest/tests/truncate/
H A D05.t22 expect 123 -u 65534 -g 65534 stat ${n1}/${n2} size
26 expect 123 -u 65534 -g 65534 stat ${n1}/${n2} size
28 expect 1234 -u 65534 -g 65534 stat ${n1}/${n2} size
H A D10.t22 expect 123 stat ${n0}/${n1} size
25 expect 123 stat ${n0}/${n1} size
28 expect 1234 stat ${n0}/${n1} size
/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot_server.c106 dst->stat.stat = nlm_convert_to_nlm_stats(src->stat.stat);
113 dst->stat.stat = (enum nlm4_stats) src->stat.stat;
144 result->stat.stat
[all...]
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dcmds.c104 #include <sys/stat.h>
131 struct stat *stat; /* stat of path */ member in struct:__anon3614
132 struct stat *pdirstat; /* stat of path's parent dir */
235 struct stat sb, pdirstat;
245 if (stat(path, &pdirstat) == -1) {
263 f.stat = &sb;
270 f.pdirstat = NULL; /* require stat o
[all...]
/freebsd-9.3-release/contrib/cvs/lib/
H A Dftruncate.c24 #include <sys/stat.h>
34 struct stat filebuf;
/freebsd-9.3-release/contrib/diff/lib/
H A Dfile-type.c26 #include <sys/stat.h>
33 file_type (struct stat const *st)
/freebsd-9.3-release/contrib/libarchive/tar/test/
H A Dtest_option_s.c45 struct stat st;
56 assertEqualInt(0, stat("check.err", &st));
/freebsd-9.3-release/contrib/sendmail/libsmutil/
H A Dcf.c54 struct stat sbuf;
66 if (cftype == SM_GET_SUBMIT_CF || stat(cf, &sbuf) == 0)
/freebsd-9.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-9.3-release/contrib/xz/src/xz/
H A Dfile_io.h59 struct stat src_st;
62 struct stat dest_st;
/freebsd-9.3-release/crypto/openssh/
H A Dauth-rhosts.c20 #include <sys/stat.h>
62 struct stat st;
201 struct stat st;
220 if (stat(buf, &st) >= 0)
228 stat(_PATH_RHOSTS_EQUIV, &st) < 0 &&
229 stat(_PATH_SSH_HOSTS_EQUIV, &st) < 0)
251 if (stat(pw->pw_dir, &st) < 0) {
276 if (stat(buf, &st) < 0)
/freebsd-9.3-release/include/rpcsvc/
H A Dcrypt.x79 int stat;

Completed in 136 milliseconds

1234567891011>>