Searched refs:stat (Results 101 - 125 of 2128) sorted by relevance

1234567891011>>

/freebsd-10.3-release/lib/libc/rpc/
H A Dcrypt_client.c56 int stat; local
89 stat = result_1->stat;
91 if (result_1->stat == DESERR_NONE ||
92 result_1->stat == DESERR_NOHWDEVICE) {
100 return(stat);
/freebsd-10.3-release/contrib/apr/threadproc/unix/
H A Dthreadpriv.c55 apr_status_t stat; local
57 if ((stat = pthread_setspecific(key->key, priv)) == 0) {
61 return stat;
68 apr_status_t stat; local
70 if ((stat = pthread_key_delete(key->key)) == 0) {
74 return stat;
/freebsd-10.3-release/tools/regression/pjdfstest/tests/chmod/
H A D12.t22 expect 0777 stat ${n0} mode
28 expect 0777 stat ${n0} mode
34 expect 0777 stat ${n0} mode
H A D07.t28 expect 0642 stat ${n1}/${n2} mode
30 expect 0642 stat ${n1}/${n2} mode
33 expect 0642 stat ${n1}/${n2} mode
39 expect 0642,65534,65534 stat ${n1}/${n2} mode,uid,gid
41 expect 0642,65534,65534 stat ${n1}/${n2} mode,uid,gid
44 expect 0642,0,0 stat ${n1}/${n2} mode,uid,gid
51 expect 0642 stat ${n1}/${n2} mode
53 expect 0642 stat ${n1}/${n2} mode
56 expect 0642 stat ${n1}/${n2} mode
/freebsd-10.3-release/tools/regression/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/tools/regression/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...]
/freebsd-10.3-release/contrib/ofed/libsdp/src/
H A Dlog.c33 #include <sys/stat.h>
163 struct stat lstat_res;
193 struct stat stat; local
200 if (lstat(tdir, &stat)) {
205 if (!S_ISDIR(stat.st_mode) || stat.st_uid != uid ||
206 (stat.st_mode & ~(S_IFMT | S_IRWXU))) {
/freebsd-10.3-release/contrib/netbsd-tests/net/net/
H A Dt_raw.c4 #include <sys/stat.h>
27 struct stat sb;
/freebsd-10.3-release/contrib/pjdfstest/tests/chmod/
H A D07.t28 expect 0642 stat ${n1}/${n2} mode
30 expect 0642 stat ${n1}/${n2} mode
33 expect 0642 stat ${n1}/${n2} mode
39 expect 0642,65534,65534 stat ${n1}/${n2} mode,uid,gid
41 expect 0642,65534,65534 stat ${n1}/${n2} mode,uid,gid
44 expect 0642,0,0 stat ${n1}/${n2} mode,uid,gid
51 expect 0642 stat ${n1}/${n2} mode
53 expect 0642 stat ${n1}/${n2} mode
56 expect 0642 stat ${n1}/${n2} mode
/freebsd-10.3-release/contrib/pjdfstest/tests/chown/
H A D05.t22 expect 65534,65533 -u 65534 -g 65534 stat ${n1}/${n2} uid,gid
27 expect 65534,65533 -u 65534 -g 65534 stat ${n1}/${n2} uid,gid
29 expect 65534,65534 -u 65534 -g 65534 stat ${n1}/${n2} uid,gid
31 expect 65534,65533 -u 65534 -g 65533 stat ${n1}/${n2} uid,gid
/freebsd-10.3-release/contrib/pjdfstest/tests/ftruncate/
H A D02.t16 expect 123 stat ${nx} size
/freebsd-10.3-release/contrib/pjdfstest/tests/mkfifo/
H A D02.t15 expect fifo,0644 stat ${nx} type,mode
H A D03.t17 expect fifo stat ${nx} type
/freebsd-10.3-release/contrib/pjdfstest/tests/open/
H A D02.t15 expect regular,0620 stat ${nx} type,mode
/freebsd-10.3-release/contrib/pjdfstest/tests/truncate/
H A D02.t16 expect 123 stat ${nx} size
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_stat.c30 #include <sys/stat.h>
39 const struct stat *
42 struct stat *st;
43 if (entry->stat == NULL) {
44 entry->stat = calloc(1, sizeof(*st));
45 if (entry->stat == NULL)
56 * stat structure.
59 return (entry->stat);
61 st = entry->stat;
83 * information into struct stat
[all...]
/freebsd-10.3-release/sys/kgssapi/
H A Dgss_pname_to_uid.c49 enum clnt_stat stat; local
65 stat = gssd_pname_to_uid_1(&args, &res, cl);
67 if (stat != RPC_SUCCESS) {
68 *minor_status = stat;
89 enum clnt_stat stat; local
106 stat = gssd_pname_to_uid_1(&args, &res, cl);
108 if (stat != RPC_SUCCESS) {
109 *minor_status = stat;
/freebsd-10.3-release/tests/sys/kern/pipe/
H A Dpipe_ino_test.c29 * Test conformance to stat(2) SUSv4 description:
37 #include <sys/stat.h>
46 struct stat st1, st2;
/freebsd-10.3-release/tools/regression/pjdfstest/tests/chown/
H A D05.t22 expect 65534,65533 -u 65534 -g 65534 stat ${n1}/${n2} uid,gid
27 expect 65534,65533 -u 65534 -g 65534 stat ${n1}/${n2} uid,gid
29 expect 65534,65534 -u 65534 -g 65534 stat ${n1}/${n2} uid,gid
31 expect 65534,65533 -u 65534 -g 65533 stat ${n1}/${n2} uid,gid
/freebsd-10.3-release/tools/regression/pjdfstest/tests/mkfifo/
H A D02.t15 expect fifo,0644 stat ${nx} type,mode
H A D03.t17 expect fifo stat ${nx} type
/freebsd-10.3-release/tools/regression/pjdfstest/tests/open/
H A D02.t15 expect regular,0620 stat ${nx} type,mode
/freebsd-10.3-release/tools/regression/pjdfstest/tests/truncate/
H A D02.t16 expect 123 stat ${nx} size
/freebsd-10.3-release/contrib/netbsd-tests/fs/tmpfs/
H A Dt_times.sh42 eval $(stat -s a | sed -e 's|st_|ost_|g') || atf_fail "stat failed"
49 eval $(stat -s a) || atf_fail "stat failed"
56 eval $(stat -s a) || atf_fail "stat failed"
74 eval $(stat -s b | sed -e 's|st_|ost_|g') || atf_fail "stat failed"
78 eval $(stat -s b) || atf_fail "stat faile
[all...]
/freebsd-10.3-release/contrib/libyaml/config/
H A Ddepcomp116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat
[all...]

Completed in 261 milliseconds

1234567891011>>