Home
last modified time | relevance | path

Searched refs:STAT (Results 1 – 25 of 59) sorted by relevance

123

/netbsd-src/external/bsd/bzip2/dist/
H A Dbzdiff44 STAT="$?"
58 STAT="$?"
62 STAT="$?";;
67 STAT="$?";;
69 STAT="$?";;
76 exit "$STAT"
/netbsd-src/usr.bin/netstat/
H A Dfast_ipsec.c155 #define STAT(x, fmt) \ in fast_ipsec_stats() macro
164 STAT(IPSEC_STAT_OUT_NOSA, "no SA found (output)"); in fast_ipsec_stats()
165 STAT(IPSEC_STAT_OUT_NOMEM, "no memory available (output)"); in fast_ipsec_stats()
166 STAT(IPSEC_STAT_OUT_NOROUTE, "no route available (output)"); in fast_ipsec_stats()
167 STAT(IPSEC_STAT_OUT_INVAL, "generic errors (output)"); in fast_ipsec_stats()
168 STAT(IPSEC_STAT_OUT_BUNDLESA, "bundled SA processed (output)"); in fast_ipsec_stats()
169 STAT(IPSEC_STAT_SPDCACHELOOKUP, "SPD cache lookups"); in fast_ipsec_stats()
170 STAT(IPSEC_STAT_SPDCACHEMISS, "SPD cache misses"); in fast_ipsec_stats()
171 #undef STAT in fast_ipsec_stats()
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dmu_divappr_q.c63 #ifdef STAT
64 #undef STAT
65 #define STAT(x) x macro
67 #define STAT(x) macro
250 STAT (int i; int err = 0; in mpn_preinv_mu_divappr_q()
263 STAT (err++); in mpn_preinv_mu_divappr_q()
270 STAT (err++); in mpn_preinv_mu_divappr_q()
273 STAT ( in mpn_preinv_mu_divappr_q()
H A Dmu_div_qr.c67 #ifdef STAT
68 #undef STAT
69 #define STAT(x) x macro
71 #define STAT(x) macro
320 STAT (int i; int err = 0; in mpn_preinv_mu_div_qr()
333 STAT (err++); in mpn_preinv_mu_div_qr()
340 STAT (err++); in mpn_preinv_mu_div_qr()
343 STAT ( in mpn_preinv_mu_div_qr()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cc140 #define STAT(func, arg, buf) \ macro
144 int stat(const char *path, struct stat *buf) { STAT(stat, path, buf); } in stat()
146 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } in lstat()
148 int fstat(int fd, struct stat *buf) { STAT(fstat, fd, buf); } in fstat()
152 STAT(stat, path, buf); in __xstat()
156 STAT(lstat, path, buf); in __lxstat()
159 int __fxstat(int version, int fd, struct stat *buf) { STAT(fstat, fd, buf); } in __fxstat()
/netbsd-src/sys/arch/evbppc/conf/
H A DMakefile.obs405.inc18 OBJDUMP=${OBJDUMP}; OBJCOPY=${OBJCOPY}; STAT=${TOOL_STAT}; \
19 export OBJDUMP OBJCOPY STAT; ${MKIMG} $@ $@.img
33 OBJDUMP=${OBJDUMP}; OBJCOPY=${OBJCOPY}; STAT=${TOOL_STAT}; \
34 export OBJDUMP OBJCOPY STAT; ${MKIMG} $@ $@.img
H A DMakefile.ev64260.inc12 OBJDUMP=${OBJDUMP}; OBJCOPY=${OBJCOPY}; STAT=${TOOL_STAT}; \
13 export OBJDUMP OBJCOPY STAT; ${MKIMG} $@ $@.img
H A DMakefile.walnut.inc13 OBJDUMP=${OBJDUMP}; OBJCOPY=${OBJCOPY}; STAT=${TOOL_STAT}; \
14 export OBJDUMP OBJCOPY STAT; ${MKIMG} $@ $@.img
/netbsd-src/games/mille/
H A Dsave.c53 typedef struct stat STAT; typedef
67 STAT junk; in save()
154 STAT sbuf; in rest_f()
/netbsd-src/sys/arch/evbppc/compile/
H A Dwalnut-mkimg.sh21 : ${STAT=stat}
42 size=$(${STAT} -f '%z' ${input}.bin.$$)
/netbsd-src/tests/bin/ps/
H A Dkeywords58 lstate STAT LJUST
100 state STAT LJUST
/netbsd-src/bin/dd/
H A Dextern.h70 extern STAT st;
H A Ddd.h99 } STAT; typedef
H A Ddd.c78 STAT st; /* statistics */
/netbsd-src/games/monop/
H A Dexecute.c58 typedef struct stat STAT; typedef
361 STAT sbuf; in rest_f()
/netbsd-src/libexec/ftpd/
H A Dftpcmd.y144 STAT HELP NOOP
697 | STAT check_login SP pathname CRLF
705 | STAT CRLF
1259 { "STAT", STAT, OSTR, 4, "[ <sp> path-name ]", 0, },
/netbsd-src/tests/usr.bin/printf/
H A Dprintf.sh177 STAT=$?
179 atf_fail "$* ... failed (${STAT}) without error message"
191 "$* ... should fail with <<${WANT}>> did exit(${STAT}) with <<${RES}>>"
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.info5514 occurs and STAT is a 'NULL' pointer, the function shall abort with
5516 no error occurs and STAT is present, it shall be set to zero.
5555 STAT intent(out) For allocatable coarrays, stores the
5556 STAT=; may be 'NULL'
5592 unless the STAT variable is not null. The library is only expected
5608 STAT intent(out) Stores the STAT=; may be NULL
5683 STAT intent(out) when non-NULL give the result of the
5747 STAT intent(out) When non-NULL give the result of the
5821 STAT intent(out) when non-NULL give the result of the
5882 STAT intent(out) When non-'NULL' give the result of
[all …]
H A Dintrinsic.texi302 * @code{STAT}: STAT, Get file status
1870 variable @var{ATOM}. When @var{STAT} is present and the invocation was
1884 @code{CALL ATOMIC_ADD (ATOM, VALUE [, STAT])}
1892 @item @var{STAT} @tab (optional) Scalar default-kind integer variable.
1924 AND between the values of @var{ATOM} and @var{VALUE}. When @var{STAT} is present
1938 @code{CALL ATOMIC_AND (ATOM, VALUE [, STAT])}
1946 @item @var{STAT} @tab (optional) Scalar default-kind integer variable.
1979 that was used for the comparison. When @var{STAT} is present and the invocation
1993 @code{CALL ATOMIC_CAS (ATOM, OLD, COMPARE, NEW [, STAT])}
2005 @item @var{STAT} @tab (optional) Scalar default-kind integer variable.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.info5820 occurs and STAT is a 'NULL' pointer, the function shall abort with
5822 no error occurs and STAT is present, it shall be set to zero.
5861 STAT intent(out) For allocatable coarrays, stores the
5862 STAT=; may be 'NULL'
5898 unless the STAT variable is not null. The library is only expected
5914 STAT intent(out) Stores the STAT=; may be NULL
5989 STAT intent(out) when non-NULL give the result of the
6053 STAT intent(out) When non-NULL give the result of the
6127 STAT intent(out) when non-NULL give the result of the
6188 STAT intent(out) When non-'NULL' give the result of
[all …]
H A Dintrinsic.texi303 * @code{STAT}: STAT, Get file status
1874 variable @var{ATOM}. When @var{STAT} is present and the invocation was
1888 @code{CALL ATOMIC_ADD (ATOM, VALUE [, STAT])}
1896 @item @var{STAT} @tab (optional) Scalar default-kind integer variable.
1928 AND between the values of @var{ATOM} and @var{VALUE}. When @var{STAT} is present
1942 @code{CALL ATOMIC_AND (ATOM, VALUE [, STAT])}
1950 @item @var{STAT} @tab (optional) Scalar default-kind integer variable.
1983 that was used for the comparison. When @var{STAT} is present and the invocation
1997 @code{CALL ATOMIC_CAS (ATOM, OLD, COMPARE, NEW [, STAT])}
2009 @item @var{STAT} @tab (optional) Scalar default-kind integer variable.
[all …]
/netbsd-src/sys/arch/luna68k/dev/xplx/
H A Dxplx.asm1528 ; no STAT for first time
1639 ; no STAT for first time
1735 ; no STAT for first time
1868 ; no STAT for first time
1968 ; no STAT for first time
/netbsd-src/usr.sbin/postinstall/
H A Dpostinstall.in62 : ${STAT:=stat}
976 local p=$(${STAT} -f %Lp "${target}")
2031 ${STAT} -f "%Hr %N" "${DEST_DIR}/dev/"[pt]ty${d1}? 2>&1
/netbsd-src/
H A DMakefile185 STAT=${TOOL_STAT:Q}
/netbsd-src/distrib/sets/
H A Dregpkg461 eval "$(${STAT} -f 'uname=%Su gname=%Sg mode=%#OLp' \

123