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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/lto/
H A D20081120-1_0.c3 extern int stat(void) __asm__("" "stat64");
4 extern inline int stat(void) { } function
5 static void foo(void) { stat(); }
H A D20081120-1_1.c1 extern int stat(void) __asm__("" "stat64");
2 extern inline int stat(void) { } function
3 static void foo(void) { stat(); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.niklas/
H A Dt139.C4 struct stat {}; struct
5 stat gstat;
6 int stat (struct stat*);
7 void f () { struct stat* ps; stat (ps); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.niklas/
H A Dt139.C4 struct stat {}; struct
5 stat gstat;
6 int stat (struct stat*);
7 void f () { struct stat* ps; stat (ps); }
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_wait.h39 #define IBCS2_WIFEXITED(stat) ((stat & 0xff) == 0)
40 #define IBCS2_WIFSIGNALED(stat) ((stat) && (stat == (stat & 0xff)))
41 #define IBCS2_WIFSTOPPED(stat) ((stat & 0xff) == 0x7f)
43 #define IBCS2_WEXITSTATUS(stat) ((stat >>
[all...]
/netbsd-6-1-5-RELEASE/tools/stat/
H A DMakefile3 HOSTPROGNAME= ${_TOOL_PREFIX}stat
4 HOST_SRCDIR= usr.bin/stat
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt42.C5 struct stat { struct in struct:A
7 stat (int j) { abort (); } function in struct:A::stat
9 static int stat (double d) { return 0; } // { dg-bogus "" } cfront takes it function in struct:A
11 stat (0);
12 return stat (1); // { dg-bogus "" } this should work
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt42.C5 struct stat { struct in struct:A
7 stat (int j) { abort (); } function in struct:A::stat
9 static int stat (double d) { return 0; } // { dg-bogus "" } cfront takes it function in struct:A
11 stat (0);
12 return stat (1); // { dg-bogus "" } this should work
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Difelse-2.c16 foo (enum Status *stat, double newUpper, double lower, double max) argument
19 *stat = P_FREE;
21 *stat = P_ON_LOWER;
27 enum Status stat = P_ON_UPPER; local
29 foo (&stat, 5.0, -10.0, 10.0);
31 if (stat != P_ON_UPPER)
/netbsd-6-1-5-RELEASE/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, (char *) &stat, sizeof(stat)) != sizeof(stat)) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dlstat.c41 lstat(const char *path, struct stat *buf)
43 return stat(path, buf);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Dstat.h1 /* $NetBSD: stat.h,v 1.1 2009/08/07 20:57:58 haad Exp $ */
28 * $FreeBSD: src/sys/compat/opensolaris/sys/stat.h,v 1.1 2007/11/28 21:50:40 jb Exp $
35 #include_next <sys/stat.h>
37 #define stat64 stat
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/sys/net/
H A Dnet_stats.h38 #define _NET_STAT_GETREF(stat) percpu_getref((stat))
39 #define _NET_STAT_PUTREF(stat) percpu_putref((stat))
41 #define _NET_STATINC(stat, x) \
43 uint64_t *_stat_ = _NET_STAT_GETREF(stat); \
45 _NET_STAT_PUTREF(stat); \
48 #define _NET_STATDEC(stat, x) \
50 uint64_t *_stat_ = _NET_STAT_GETREF(stat); \
52 _NET_STAT_PUTREF(stat); \
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/include/isc/
H A Dstat.h19 /* Id: stat.h,v 1.5 2007/06/19 23:47:19 tbox Exp */
52 #include <sys/stat.h>
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/include/isc/
H A Dstat.h19 /* Id: stat.h,v 1.5 2007/06/19 23:47:19 tbox Exp */
52 #include <sys/stat.h>
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_open_ok.h18 extern int mail_open_ok(const char *, const char *, struct stat *,
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dlstat_as.h12 /* #include <sys/stat.h>
19 extern int lstat_as(const char *, struct stat *, uid_t, gid_t);
H A Dsane_rename.c31 #include <sys/stat.h>
46 struct stat st;
59 if (stat(from, &st) < 0 && stat(to, &st) >= 0) {
H A Dstat_as.h10 /* stat file as user
12 /* #include <sys/stat.h>
19 extern int stat_as(const char *, struct stat *, uid_t, gid_t);
H A Dsane_link.c31 #include <sys/stat.h>
46 struct stat from_st;
47 struct stat to_st;
60 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-6-1-5-RELEASE/usr.bin/stat/
H A DMakefile3 PROG= stat
6 LINKS= ${BINDIR}/stat ${BINDIR}/readlink
7 MLINKS= stat.1 readlink.1
10 COPTS.stat.c += -Wno-format-nonliteral
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/sys/
H A Dstat.h5 "fixinc/tests/inc/sys/stat.h"
27 static int stat(const char *__f, struct stat *__p) { function
38 static int stat(__f, __p)
40 struct stat *__p;
52 @(#)stat.h 6.1 (ULTRIX)
66 # define __INCstath <sys/stat.h>
/netbsd-6-1-5-RELEASE/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

Completed in 419 milliseconds

1234567891011>>