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

1234567891011>>

/netbsd-current/tools/stat/
H A DMakefile3 HOSTPROGNAME= ${_TOOL_PREFIX}stat
4 HOST_SRCDIR= usr.bin/stat
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dfile_id.h19 #include <sys/stat.h>
24 extern const char *get_file_id_st(struct stat *, int);
H A Dmail_open_ok.h18 extern int mail_open_ok(const char *, const char *, struct stat *,
/netbsd-current/external/ibm-public/postfix/dist/src/master/
H A Dmaster_proto.c70 MASTER_STATUS stat; local
78 stat.pid = pid;
79 stat.gen = generation;
80 stat.avail = status;
82 if (write(MASTER_STATUS_FD, (void *) &stat, sizeof(stat)) != sizeof(stat)) {
/netbsd-current/tests/usr.bin/stat/
H A Dt_stat.sh39 stat -f 'plain <%SN>' '��ml��ute'
42 stat -f 'right-aligned <%20SN>' '��ml��ute'
45 stat -f 'left-aligned <%-20SN>' '��ml��ute'
47 atf_check -s exit:1 -o ignore -e 'inline:stat: % SN: bad format\n' \
48 stat -f 'string-space <% SN>' '��ml��ute'
50 atf_check -s exit:1 -o ignore -e 'inline:stat: %+SN: bad format\n' \
51 stat -f 'string-plus <%+SN>' '��ml��ute'
53 atf_check -s exit:1 -o ignore -e 'inline:stat: %0SN: bad format\n' \
54 stat -f 'string-zero <%0SN>' '��ml��ute'
57 stat
[all...]
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dlstat.h18 #include <sys/stat.h>
21 extern int rpl_lstat (const char *name, struct stat *buf);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dlstat.c41 lstat(const char *path, struct stat *buf)
43 return stat(path, buf);
/netbsd-current/external/cddl/osnet/sys/sys/
H A Dstat.h1 /* $NetBSD: stat.h,v 1.4 2018/05/28 21:05:10 chs Exp $ */
28 * $FreeBSD: head/sys/cddl/compat/opensolaris/sys/stat.h 219089 2011-02-27 19:41:40Z pjd $
35 #include_next <sys/stat.h>
37 #define stat64 stat
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dstat.h1 /* $NetBSD: stat.h,v 1.2 2024/02/21 22:52:31 christos Exp $ */
23 * Portable <sys/stat.h> support.
45 #include <sys/stat.h>
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dwarn_stat.h10 /* baby-sit stat() error returns
20 #define stat(p, s) warn_stat((p), (s)) macro
25 extern int warn_stat(const char *path, struct stat *);
26 extern int warn_lstat(const char *path, struct stat *);
27 extern int warn_fstat(int, struct stat *);
H A Dstat_as.h10 /* stat file as user
12 /* #include <sys/stat.h>
19 extern int WARN_UNUSED_RESULT stat_as(const char *, struct stat *, uid_t, gid_t);
H A Dlstat_as.h12 /* #include <sys/stat.h>
19 extern int WARN_UNUSED_RESULT lstat_as(const char *, struct stat *, uid_t, gid_t);
H A Dsane_rename.c31 #include <sys/stat.h>
47 struct stat st;
60 if (stat(from, &st) < 0 && stat(to, &st) >= 0) {
H A Dsane_link.c31 #include <sys/stat.h>
47 struct stat from_st;
48 struct stat to_st;
61 if (stat(from, &from_st) >= 0 && stat(to, &to_st) >= 0
H A Dsafe_open.h19 #include <sys/stat.h>
31 extern VSTREAM *safe_open(const char *, int, mode_t, struct stat *, uid_t, gid_t, VSTRING *);
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/include/isc/
H A Dstat.h1 /* $NetBSD: stat.h,v 1.6 2020/05/25 20:47:23 christos Exp $ */
19 /* Id: stat.h,v 1.5 2007/06/19 23:47:19 tbox Exp */
52 #include <sys/stat.h>
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
H A Dstat.h1 /* $NetBSD: stat.h,v 1.1 2024/02/18 20:57:58 christos Exp $ */
24 * Portable <sys/stat.h> support.
46 #include <sys/stat.h>
/netbsd-current/usr.bin/stat/
H A DMakefile3 PROG= stat
6 LINKS= ${BINDIR}/stat ${BINDIR}/readlink
7 MAN= stat.1 readlink.1
13 COPTS.stat.c+= ${CC_WNO_IMPLICIT_FALLTHROUGH}
15 COPTS.stat.c += -Wno-format-nonliteral
/netbsd-current/sys/net/
H A Dnet_stats.h40 #define _NET_STAT_GETREF(stat) ((net_stat_ref_t)percpu_getref((stat)))
41 #define _NET_STAT_PUTREF(stat) percpu_putref((stat))
49 #define _NET_STATINC(stat, x) \
51 net_stat_ref_t _nsr_ = _NET_STAT_GETREF(stat); \
53 _NET_STAT_PUTREF(stat); \
62 #define _NET_STATDEC(stat, x) \
64 net_stat_ref_t _nsr_ = _NET_STAT_GETREF(stat); \
66 _NET_STAT_PUTREF(stat); \
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dsystem.c36 int stat; local
41 stat = system (cmd);
44 *status = stat;
54 GFC_INTEGER_4 stat; local
55 system_sub (fcmd, &stat, cmd_len);
56 return stat;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dsystem.c36 int stat; local
41 stat = system (cmd);
44 *status = stat;
54 GFC_INTEGER_4 stat; local
55 system_sub (fcmd, &stat, cmd_len);
56 return stat;
/netbsd-current/sys/lib/libsa/
H A Dstat.c1 /* $NetBSD: stat.c,v 1.6 2005/12/11 12:24:46 christos Exp $ */
31 * @(#)stat.c 8.1 (Berkeley) 6/11/93
37 stat(const char *str, struct stat *sb) function
/netbsd-current/usr.sbin/tcpdchk/
H A Dscaffold.h16 int check_path(const char *, struct stat *);
/netbsd-current/external/bsd/ekermit/dist/
H A Dunix.h4 #include <sys/stat.h>
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dstat3.c5 #include <sys/stat.h>
14 struct stat buf;
17 if (stat (".", &buf) != 0
20 if (stat (path, &buf) != 0

Completed in 603 milliseconds

1234567891011>>