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

1234567891011>>

/freebsd-11-stable/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-11-stable/usr.sbin/chown/tests/
H A Dchown_test.sh48 atf_check -o inline:'0:0\n0:0\n42:42\n' stat -f '%u:%g' A A/B A/C
50 atf_check -o inline:'84:84\n84:84\n84:84\n' stat -f '%u:%g' A A/B A/C
52 atf_check -o inline:'84:84\n126:126\n84:84\n' stat -f '%u:%g' A A/B A/C
68 atf_check -o inline:'0:0\n0:0\n42:42\n' stat -f '%u:%g' A A/B A/C
70 atf_check -o inline:'84:84\n84:84\n42:42\n' stat -f '%u:%g' A A/B A/C
72 atf_check -o inline:'84:84\n126:126\n42:42\n' stat -f '%u:%g' A A/B A/C
88 atf_check -o inline:'0:0\n0:0\n42:42\n' stat -f '%u:%g' A A/B A/C
90 atf_check -o inline:'84:84\n84:84\n84:84\n' stat -f '%u:%g' A A/B A/C
92 atf_check -o inline:'84:84\n84:84\n126:126\n' stat -f '%u:%g' A A/B A/C
115 atf_check -o inline:'0:0\n42:42\n' stat
[all...]
/freebsd-11-stable/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-11-stable/sys/arm/nvidia/
H A Dtegra_mc.c142 uint32_t stat, err; local
147 stat = RD4(sc, MC_INTSTATUS);
148 if ((stat & MC_INT_INT_MASK) == 0) {
149 WR4(sc, MC_INTSTATUS, stat);
154 if (stat & MC_INT_DECERR_MTS)
156 if (stat & MC_INT_SECERR_SEC)
158 if (stat & MC_INT_DECERR_VPR)
160 if (stat & MC_INT_INVALID_APB_ASID_UPDATE)
162 if (stat & MC_INT_INVALID_SMMU_PAGE)
164 if (stat
[all...]
/freebsd-11-stable/contrib/netbsd-tests/dev/scsipi/libscsitest/
H A Dscsitest_component.c35 #include <sys/stat.h>
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dgetpwd.c36 #include <sys/stat.h>
75 struct stat dotstat, pwdstat;
81 && stat (p, &pwdstat) == 0
82 && stat (".", &dotstat) == 0
/freebsd-11-stable/bin/pwd/
H A Dpwd.c45 #include <sys/stat.h>
107 struct stat lg, phy;
115 if (stat(pwd, &lg) == -1 || stat(".", &phy) == -1)
/freebsd-11-stable/bin/sh/
H A Dmail.c53 #include <sys/stat.h>
79 struct stat statb;
98 if (stat(p, &statb) < 0)
106 if (stat(p, &statb) < 0)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dgetpwd.c36 #include <sys/stat.h>
75 struct stat dotstat, pwdstat;
81 && stat (p, &pwdstat) == 0
82 && stat (".", &dotstat) == 0
/freebsd-11-stable/contrib/pjdfstest/tests/chflags/
H A D02.t18 expect SF_IMMUTABLE stat ${nx} flags
25 expect SF_IMMUTABLE stat ${nx} flags
H A D03.t20 expect SF_IMMUTABLE stat ${nx} flags
27 expect SF_IMMUTABLE stat ${nx} flags
/freebsd-11-stable/contrib/pjdfstest/tests/chmod/
H A D02.t16 expect 0620 stat ${nx} mode
22 expect 0620 stat ${nx} mode
H A D03.t18 expect 0642 stat ${nx} mode
24 expect 0642 stat ${nx} mode
/freebsd-11-stable/contrib/pjdfstest/tests/chown/
H A D02.t16 expect 65534,65534 stat ${nx} uid,gid
22 expect 65534,65534 stat ${nx} uid,gid
H A D03.t18 expect 65534,65534 stat ${nx} uid,gid
24 expect 65534,65534 stat ${nx} uid,gid
/freebsd-11-stable/sbin/fsck_ffs/
H A Dutilities.c40 #include <sys/stat.h>
62 struct stat stblock;
69 if (stat(newname, &stblock) < 0) {
78 if (stat(newname, &stblock) < 0) {
79 printf("Can't stat %s: %s\n", newname, strerror(errno));
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_nist_cert.in45 stat="--statistic-file=${objdir}/statfile"
47 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
H A Dtest_nist_pkcs12.in46 stat="--statistic-file=${objdir}/statfile"
48 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
H A Dtest_req.in40 stat="--statistic-file=${objdir}/statfile"
42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
/freebsd-11-stable/include/rpcsvc/
H A Dklm_prot.x89 klm_stats stat;
95 union klm_testrply switch (klm_stats stat) {
/freebsd-11-stable/lib/libc/db/test/hash.tests/
H A Dtread2.c65 int stat; local
92 stat = (dbp->get)(dbp, &key, &res,0);
93 if (stat < 0) {
96 } else if ( stat > 0 ) {
H A Dtseq.c62 int stat; local
73 for ( stat = (dbp->seq) (dbp, &res, &item, 1 );
74 stat == 0;
75 stat = (dbp->seq) (dbp, &res, &item, 0 ) ) {
H A Dtverify.c66 int stat; local
91 stat = (dbp->get)(dbp, &key, &res,0);
92 if (stat < 0) {
95 } else if ( stat > 0 ) {
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_status.c18 #include <sys/stat.h>
/freebsd-11-stable/sys/kgssapi/
H A Dgss_canonicalize_name.c51 enum clnt_stat stat; local
64 stat = gssd_canonicalize_name_1(&args, &res, cl);
66 if (stat != RPC_SUCCESS) {
67 *minor_status = stat;

Completed in 284 milliseconds

1234567891011>>