HomeSort by: relevance | last modified time | path
    Searched refs:stat (Results 1 - 25 of 4490) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tools/stat/
Makefile 3 HOSTPROGNAME= ${_TOOL_PREFIX}stat
4 HOST_SRCDIR= usr.bin/stat
  /src/external/ibm-public/postfix/dist/src/global/
file_id.h 19 #include <sys/stat.h>
24 extern const char *get_file_id_st(struct stat *, int);
mail_open_ok.h 18 extern int mail_open_ok(const char *, const char *, struct stat *,
  /src/external/ibm-public/postfix/dist/src/master/
master_proto.c 70 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)) {
  /src/tests/usr.bin/stat/
t_stat.sh 39 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 -f 'vis <%#SN>' 'Ümläute
    [all...]
Makefile 3 TESTSDIR= ${TESTSBASE}/usr.bin/stat
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
lstat.c 41 lstat(const char *path, struct stat *buf)
43 return stat(path, buf);
  /src/external/cddl/osnet/sys/sys/
stat.h 1 /* $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
  /src/external/gpl2/xcvs/dist/lib/
lstat.h 18 #include <sys/stat.h>
21 extern int rpl_lstat (const char *name, struct stat *buf);
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/include/isc/
stat.h 1 /* $NetBSD: stat.h,v 1.2 2024/08/18 20:47:16 christos Exp $ */
19 /* Id: stat.h,v 1.5 2007/06/19 23:47:19 tbox Exp */
52 #include <sys/stat.h>
  /src/external/ibm-public/postfix/dist/src/util/
lstat_as.h 12 /* #include <sys/stat.h>
19 extern int WARN_UNUSED_RESULT lstat_as(const char *, struct stat *, uid_t, gid_t);
sane_rename.c 31 #include <sys/stat.h>
47 struct stat st;
60 if (stat(from, &st) < 0 && stat(to, &st) >= 0) {
stat_as.h 10 /* 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);
warn_stat.h 10 /* 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 *);
sane_link.c 31 #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
safe_open.h 19 #include <sys/stat.h>
31 extern VSTREAM *safe_open(const char *, int, mode_t, struct stat *, uid_t, gid_t, VSTRING *);
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
stat.h 1 /* $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>
  /src/usr.bin/stat/
Makefile 3 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
  /src/sys/net/
net_stats.h 47 #define _NET_STAT_GETREF(stat) ((net_stat_ref_t)percpu_getref((stat)))
48 #define _NET_STAT_PUTREF(stat) percpu_putref((stat))
56 #define _NET_STATINC(stat, x) \
58 net_stat_ref_t _nsr_ = _NET_STAT_GETREF(stat); \
60 _NET_STAT_PUTREF(stat); \
69 #define _NET_STATDEC(stat, x) \
71 net_stat_ref_t _nsr_ = _NET_STAT_GETREF(stat); \
73 _NET_STAT_PUTREF(stat); \
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
system.c 36 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;
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
system.c 36 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;
  /src/sys/lib/libsa/
stat.c 1 /* $NetBSD: stat.c,v 1.7 2007/11/24 13:20:57 isaki Exp $ */
31 * @(#)stat.c 8.1 (Berkeley) 6/11/93
37 stat(const char *str, struct stat *sb) function
  /src/usr.sbin/tcpdchk/
scaffold.h 16 int check_path(const char *, struct stat *);
  /src/external/bsd/ekermit/dist/
unix.h 4 #include <sys/stat.h>
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
vfork-multi-inferior.c 39 int stat; local
40 int ret = waitpid (pid, &stat, 0);
42 assert (WIFEXITED (stat));
43 assert (WEXITSTATUS (stat) == 12);

Completed in 38 milliseconds

1 2 3 4 5 6 7 8 91011>>