Searched refs:stat (Results 1 - 25 of 2479) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dstat.h27 #include <linux/stat.h>
/freebsd-current/crypto/heimdal/lib/roken/
H A Dlstat.c39 lstat(const char *path, struct stat *buf)
41 return stat(path, buf);
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/include/isc/
H A Dstat.h17 /* $Id: stat.h,v 1.5 2007/06/19 23:47:19 tbox Exp $ */
50 #include <sys/stat.h>
/freebsd-current/lib/libnetbsd/
H A Dglob.h34 #define __gl_stat_t struct stat
/freebsd-current/lib/libsecureboot/h/
H A Dverify_file.h43 struct stat;
45 int verify_prep(int, const char *, off_t, struct stat *, const char *);
51 int load_manifest(const char *, const char *, const char *, struct stat *);
54 void verify_report(const char *, int, int, struct stat *);
58 int is_verified(struct stat *);
59 void add_verify_status(struct stat *, int);
62 struct vectx* vectx_open(int, const char *, off_t, struct stat *, int *, const char *);
/freebsd-current/sbin/kldstat/
H A Dkldstat.c52 struct module_stat stat; local
54 bzero(&stat, sizeof(stat));
55 stat.version = sizeof(struct module_stat);
56 if (modstat(modid, &stat) < 0) {
57 warn("can't stat module id %d", modid);
61 printf("\t\t%3d %s (%d, %u, 0x%lx)\n", stat.id,
62 stat.name, stat.data.intval, stat
71 struct kld_file_stat stat; local
112 struct module_stat stat; local
[all...]
/freebsd-current/stand/libsa/
H A Dstat.c1 /* $NetBSD: stat.c,v 1.4 1996/01/13 22:25:43 leo Exp $ */
35 stat(const char *str, struct stat *sb) function
/freebsd-current/bin/cp/
H A Dextern.h43 int copy_fifo(struct stat *, int);
46 int copy_special(struct stat *, int);
47 int setfile(struct stat *, int);
48 int preserve_dir_acls(struct stat *, char *, char *);
/freebsd-current/usr.bin/stat/
H A DMakefile4 PROG= stat
6 LINKS= ${BINDIR}/stat ${BINDIR}/readlink
7 MLINKS= stat.1 readlink.1
/freebsd-current/lib/libc/gen/
H A Dftok.c31 #include <sys/stat.h>
37 struct stat st;
39 if (stat(path, &st) < 0)
/freebsd-current/tools/regression/security/cap_test/
H A Dcap_test_pdfork.c40 #include <sys/stat.h>
56 struct stat stat; local
84 REQUIRE(fstat(pd, &stat));
89 CHECK(now >= stat.st_birthtime);
90 CHECK((now - stat.st_birthtime) < 2);
91 CHECK(stat.st_birthtime == stat.st_atime);
92 CHECK(stat.st_atime == stat
[all...]
/freebsd-current/lib/libc/sys/
H A Dstat.c31 #include <sys/stat.h>
36 stat(const char *path, struct stat *sb) function
/freebsd-current/contrib/libarchive/cpio/test/
H A Dtest_option_B_upper.c29 struct stat st;
41 assertEqualInt(0, stat("small.cpio", &st));
48 assertEqualInt(0, stat("large.cpio", &st));
/freebsd-current/share/examples/kld/syscall/test/
H A Dcall.c42 struct module_stat stat; local
44 stat.version = sizeof(stat);
47 if (modstat(modid, &stat) != 0)
49 syscall_num = stat.data.intval;
/freebsd-current/tools/tools/iwi/
H A Diwistats.c110 const struct statistic *stat; local
123 for (stat = tbl; stat->index != -1; stat++)
124 (void)printf("%-60s[%u]\n", stat->desc, stats[stat->index]);
/freebsd-current/contrib/processor-trace/libipt/internal/include/posix/
H A Dpt_section_posix.h33 #include <sys/stat.h>
41 struct stat stat; member in struct:pt_sec_posix_status
/freebsd-current/crypto/openssh/
H A Dsftp-common.h46 void stat_to_attrib(const struct stat *, Attrib *);
47 void attrib_to_stat(const Attrib *, struct stat *);
50 char *ls_file(const char *, const struct stat *, int, int,
/freebsd-current/include/
H A Dftw.h29 #include <sys/stat.h>
39 #define FTW_NS 4 /* Unknown type; stat() failed. */
57 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
58 int nftw(const char *, int (*)(const char *, const struct stat *, int,
/freebsd-current/contrib/tcp_wrappers/
H A Dscaffold.h15 extern int check_path(char *path, struct stat *st);
/freebsd-current/crypto/heimdal/appl/ftp/common/
H A Dcommon.h52 #include <sys/stat.h>
58 void *alloc_buffer (void *oldbuf, size_t *sz, struct stat *st);
/freebsd-current/contrib/pjdfstest/tests/link/
H A D12.t28 expect 1 stat ${n0} nlink
30 expect 2 stat ${n0} nlink
32 expect 1 stat ${n0} nlink
36 expect 1 stat ${n0} nlink
39 expect 2 stat ${n0} nlink
41 expect 1 stat ${n0} nlink
45 expect 2 stat ${n0} nlink
48 expect 1 stat ${n0} nlink
54 expect 2 stat ${n0} nlink
56 expect 1 stat
[all...]
/freebsd-current/contrib/libarchive/unzip/test/
H A Dtest_0.c39 struct stat st;
42 if (!assertEqualInt(0, stat(testprogfile, &st))) {
/freebsd-current/contrib/unifdef/scripts/
H A Dgitlog2changelog.sh5 git log --no-merges -M --stat \
/freebsd-current/lib/libc/stdio/
H A Dremove.c36 #include <sys/stat.h>
43 struct stat sb;
/freebsd-current/bin/stty/
H A Dutil.c31 #include <sys/stat.h>
48 struct stat sb1, sb2;

Completed in 372 milliseconds

1234567891011>>