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

1234567891011>>

/freebsd-10-stable/tools/tools/shlib-compat/test/libtestsys/
H A DSymbol.map8 stat;
/freebsd-10-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-10-stable/sbin/kldstat/
H A Dkldstat.c47 struct module_stat stat; local
49 bzero(&stat, sizeof(stat));
50 stat.version = sizeof(struct module_stat);
51 if (modstat(modid, &stat) < 0)
52 warn("can't stat module id %d", modid);
55 printf("\t\t%2d %s (%d, %u, 0x%lx)\n", stat.id, stat.name,
56 stat.data.intval, stat
65 struct kld_file_stat stat; local
139 struct module_stat stat; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dlstat.c39 lstat(const char *path, struct stat *buf)
41 return stat(path, buf);
/freebsd-10-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-10-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-10-stable/lib/libnetbsd/
H A Dglob.h36 #define __gl_stat_t struct stat
/freebsd-10-stable/usr.bin/netstat/
H A Dflowtable.c46 print_stats(struct flowtable_stat *stat) argument
49 #define p(f, m) if (stat->f || sflag <= 1) \
50 printf(m, (uintmax_t)stat->f, plural(stat->f))
51 #define p2(f, m) if (stat->f || sflag <= 1) \
52 printf(m, (uintmax_t)stat->f, plurales(stat->f))
71 struct flowtable_stat stat; local
76 if (fetch_stats("net.flowtable.ip4.stat", 0, &stat,
[all...]
/freebsd-10-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-10-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-10-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-10-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-10-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-10-stable/usr.bin/stat/
H A DMakefile1 # $FreeBSD: stable/10/usr.bin/stat/Makefile 321085 2017-07-17 21:01:07Z ngie $
5 PROG= stat
7 LINKS= ${BINDIR}/stat ${BINDIR}/readlink
8 MLINKS= stat.1 readlink.1
/freebsd-10-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-10-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-10-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-10-stable/lib/libc/gen/
H A Dftok.c32 #include <sys/stat.h>
40 struct stat st;
42 if (stat(path, &st) < 0)
/freebsd-10-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-10-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-10-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-10-stable/tools/regression/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-10-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);

Completed in 220 milliseconds

1234567891011>>