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

1234567891011>>

/freebsd-10.3-release/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-10.3-release/contrib/nvi/vi/
H A Dv_status.c18 #include <sys/stat.h>
/freebsd-10.3-release/contrib/netbsd-tests/dev/scsipi/libscsitest/
H A Dscsitest_component.c35 #include <sys/stat.h>
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/lib/libkse/thread/
H A Dthr_close.c37 #include <sys/stat.h>
/freebsd-10.3-release/lib/libstand/
H A Dfstat.c31 * @(#)stat.c 8.1 (Berkeley) 6/11/93
42 struct stat *sb;
/freebsd-10.3-release/include/rpcsvc/
H A Dklm_prot.x89 klm_stats stat;
95 union klm_testrply switch (klm_stats stat) {
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/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;
H A Dgss_delete_sec_context.c49 enum clnt_stat stat; local
73 stat = gssd_delete_sec_context_1(&args, &res, cl);
75 if (stat != RPC_SUCCESS) {
76 *minor_status = stat;
H A Dgss_display_status.c53 enum clnt_stat stat; local
67 stat = gssd_display_status_1(&args, &res, cl);
69 if (stat != RPC_SUCCESS) {
70 *minor_status = stat;

Completed in 239 milliseconds

1234567891011>>