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

1234567891011>>

/freebsd-11-stable/contrib/apr/locks/unix/
H A Dthread_rwlock.c29 apr_status_t stat; local
31 stat = pthread_rwlock_destroy(&rwlock->rwlock);
33 if (stat) {
34 stat = errno;
37 return stat;
44 apr_status_t stat; local
49 if ((stat = pthread_rwlock_init(&new_rwlock->rwlock, NULL))) {
51 stat = errno;
53 return stat;
66 apr_status_t stat; local
79 apr_status_t stat; local
95 apr_status_t stat; local
108 apr_status_t stat; local
124 apr_status_t stat; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dlstat.c39 lstat(const char *path, struct stat *buf)
41 return stat(path, buf);
/freebsd-11-stable/contrib/ntp/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-11-stable/bin/cp/
H A Dextern.h44 int copy_fifo(struct stat *, int);
47 int copy_special(struct stat *, int);
48 int setfile(struct stat *, int);
49 int preserve_dir_acls(struct stat *, char *, char *);
/freebsd-11-stable/lib/libnetbsd/
H A Dglob.h36 #define __gl_stat_t struct stat
/freebsd-11-stable/sbin/kldstat/
H A Dkldstat.c50 struct module_stat stat; local
52 bzero(&stat, sizeof(stat));
53 stat.version = sizeof(struct module_stat);
54 if (modstat(modid, &stat) < 0)
55 warn("can't stat module id %d", modid);
58 printf("\t\t%2d %s (%d, %u, 0x%lx)\n", stat.id, stat.name,
59 stat.data.intval, stat
68 struct kld_file_stat stat; local
155 struct module_stat stat; local
[all...]
/freebsd-11-stable/usr.bin/netstat/
H A Dflowtable.c47 print_stats(struct flowtable_stat *stat) argument
50 #define p(f, m) if (stat->f || sflag <= 1) \
51 printf(m, (uintmax_t)stat->f, plural(stat->f))
52 #define p2(f, m) if (stat->f || sflag <= 1) \
53 printf(m, (uintmax_t)stat->f, plurales(stat->f))
72 struct flowtable_stat stat; local
77 if (fetch_stats("net.flowtable.ip4.stat", 0, &stat,
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfdmatch.c50 #include <sys/stat.h>
54 struct stat sbuf1;
55 struct stat sbuf2;
H A Dunlink-if-ordinary.c48 #include <sys/stat.h>
58 #define lstat stat
65 struct stat st;
/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_option_B_upper.c31 struct stat st;
43 assertEqualInt(0, stat("small.cpio", &st));
50 assertEqualInt(0, stat("large.cpio", &st));
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfdmatch.c50 #include <sys/stat.h>
54 struct stat sbuf1;
55 struct stat sbuf2;
H A Dunlink-if-ordinary.c48 #include <sys/stat.h>
58 #define lstat stat
65 struct stat st;
/freebsd-11-stable/gnu/usr.bin/grep/
H A Disdir.c23 #include <sys/stat.h>
39 struct stat stats;
41 return stat (path, &stats) == 0 && S_ISDIR (stats.st_mode);
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_pdfork.c45 #include <sys/stat.h>
61 struct stat stat; local
89 REQUIRE(fstat(pd, &stat));
94 CHECK(now >= stat.st_birthtime);
95 CHECK((now - stat.st_birthtime) < 2);
96 CHECK(stat.st_birthtime == stat.st_atime);
97 CHECK(stat.st_atime == stat
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dftok.c32 #include <sys/stat.h>
38 struct stat st;
40 if (stat(path, &st) < 0)
/freebsd-11-stable/usr.bin/stat/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/stat/Makefile 321086 2017-07-17 21:01:10Z ngie $
5 PROG= stat
7 LINKS= ${BINDIR}/stat ${BINDIR}/readlink
8 MLINKS= stat.1 readlink.1
/freebsd-11-stable/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-11-stable/tools/tools/iwi/
H A Diwistats.c114 const struct statistic *stat; local
127 for (stat = tbl; stat->index != -1; stat++)
128 (void)printf("%-60s[%u]\n", stat->desc, stats[stat->index]);
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dstat.h33 #include_next <sys/stat.h>
35 #define stat64 stat
43 fstat64(int fd, struct stat *sb)
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/pjdfstest/tests/link/
H A D12.t27 expect 1 stat ${n0} nlink
29 expect 2 stat ${n0} nlink
31 expect 1 stat ${n0} nlink
37 expect 1 stat ${n0} nlink
41 expect 2 stat ${n0} nlink
43 expect 1 stat ${n0} nlink
47 expect 2 stat ${n0} nlink
50 expect 1 stat ${n0} nlink
56 expect 2 stat ${n0} nlink
59 expect 1 stat
[all...]
/freebsd-11-stable/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-11-stable/lib/libc/stdio/
H A Dremove.c40 #include <sys/stat.h>
47 struct stat sb;
/freebsd-11-stable/stand/libsa/
H A Dstat.c1 /* $NetBSD: stat.c,v 1.4 1996/01/13 22:25:43 leo Exp $ */
31 * @(#)stat.c 8.1 (Berkeley) 6/11/93
35 __FBSDID("$FreeBSD: stable/11/stand/libsa/stat.c 329132 2018-02-11 19:51:29Z kevans $");
40 stat(str, sb) function
42 struct stat *sb;

Completed in 235 milliseconds

1234567891011>>