Searched refs:stat (Results 276 - 300 of 2128) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/lib/libc/db/test/hash.tests/
H A Dtdel.c63 int stat; local
110 stat = (dbp->del)(dbp, &key, 0);
111 if (stat) {
/freebsd-10.3-release/lib/libc/resolv/
H A Dres_state.c29 #include <sys/stat.h>
70 struct stat sb;
88 if (stat(_PATH_RESCONF, &sb) == 0 &&
/freebsd-10.3-release/crypto/openssh/
H A Dsftp-glob.c22 # include <sys/stat.h>
111 fudge_lstat(const char *path, struct stat *st)
124 fudge_stat(const char *path, struct stat *st)
/freebsd-10.3-release/usr.bin/which/
H A Dwhich.c31 #include <sys/stat.h>
107 struct stat fin;
111 stat(candidate, &fin) == 0 &&
/freebsd-10.3-release/usr.sbin/bootparamd/bootparamd/
H A Dmain.c27 #include <sys/stat.h>
46 struct stat buf;
83 if ( stat(bootpfile, &buf ) )
/freebsd-10.3-release/tools/regression/priv/
H A Dpriv_vfs_clearsugid.c54 #include <sys/stat.h>
74 struct stat sb;
76 if (stat(fpath, &sb) < 0) {
77 warn("%s stat(%s)", test_case, fpath);
/freebsd-10.3-release/contrib/ntp/sntp/libevent/test/
H A Dtest-init.c30 #include <sys/stat.h>
/freebsd-10.3-release/contrib/ntp/sntp/libopts/
H A Dfile.c44 struct stat sb;
50 if ((stat(fname, &sb) == 0) || (errno != ENOENT)) {
53 fserr_exit(pOpts->pzProgName, "stat", fname);
76 if ((stat(p, &sb) != 0) || (errno = EINVAL, ! S_ISDIR(sb.st_mode)))
77 fserr_exit(pOpts->pzProgName, "stat", p);
85 if ( (stat(fname, &sb) != 0)
87 fserr_exit(pOpts->pzProgName, "stat", fname);
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_umask.c34 #include <sys/stat.h>
119 struct stat st;
132 (void)memset(&st, 0, sizeof(struct stat));
134 if (stat(path, &st) != 0) {
135 str = "failed to stat(2)";
/freebsd-10.3-release/crypto/heimdal/lib/hx509/
H A Dtest_windows.in40 stat="--statistic-file=${objdir}/statfile"
42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
/freebsd-10.3-release/crypto/heimdal/appl/rcp/
H A Drcp_locl.h42 #include <sys/stat.h>
/freebsd-10.3-release/contrib/pjdfstest/tests/chflags/
H A D05.t24 expect UF_NODUMP -u 65534 -g 65534 stat ${n1}/${n2} flags
30 expect UF_NODUMP -u 65534 -g 65534 stat ${n1}/${n2} flags
H A D07.t25 expect none stat ${n1} flags
28 expect none stat ${n1} flags
H A D10.t27 expect none stat ${n1} flags
29 expect none stat ${n1} flags
/freebsd-10.3-release/contrib/pjdfstest/tests/granular/
H A D02.t85 expect 04755 stat ${n0} mode
92 expect 02755 stat ${n0} mode
100 expect 01755 stat ${n0} mode
113 expect 0600 -u 65534 -g 65534 stat ${n0} mode
121 expect 0600 -u 65534 -g 65534 stat ${n0} mode
130 expect 0600 stat ${n0} mode
137 expect 0600 stat ${n0} mode
139 expect 0600 stat ${n0} mode
/freebsd-10.3-release/contrib/pjdfstest/tests/rename/
H A D08.t36 expect ${flag} stat ${n0} flags
51 expect ${flag} stat ${n0} flags
/freebsd-10.3-release/contrib/texinfo/info/
H A Dfilesys.h53 FINFO is a stat struct which has already been filled in by the caller.
56 struct stat *finfo, int *is_compressed);
/freebsd-10.3-release/contrib/texinfo/makeinfo/
H A Dfiles.h41 struct stat *finfo);
/freebsd-10.3-release/lib/libstand/
H A Dnullfs.c97 int null_stat (struct open_file *f, struct stat *sb)
/freebsd-10.3-release/libexec/tftpd/
H A Dtftp-options.h38 int option_tsize(int peer, struct tftphdr *, int, struct stat *);
/freebsd-10.3-release/sbin/kldload/
H A Dkldload.c34 #include <sys/stat.h>
59 struct stat sb;
69 if (stat(kldname, &sb) != 0) {
101 if (stat(kldpath, &sb) == -1) {
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dbucomm.h66 extern void set_times (const char *, const struct stat *);
/freebsd-10.3-release/contrib/amd/amd/
H A Damfs_linkx.c89 struct stat stb;
98 * Use lstat, not stat, since we don't
/freebsd-10.3-release/bin/rcp/
H A Dutil.c39 #include <sys/stat.h>
72 struct stat stb;
74 if (!stat(cp, &stb)) {
132 struct stat stb;
/freebsd-10.3-release/sys/kgssapi/
H A Dgss_accept_sec_context.c59 enum clnt_stat stat; local
83 stat = gssd_accept_sec_context_1(&args, &res, cl);
85 if (stat != RPC_SUCCESS) {
86 *minor_status = stat;

Completed in 245 milliseconds

<<11121314151617181920>>