Searched refs:STAT (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/external/bsd/bzip2/dist/
H A Dbzdiff44 STAT="$?"
58 STAT="$?"
62 STAT="$?";;
67 STAT="$?";;
69 STAT="$?";;
76 exit "$STAT"
/netbsd-current/distrib/evbppc/md-kernel/
H A DMakefile19 OBJDUMP=${OBJDUMP}; OBJCOPY=${OBJCOPY}; STAT=${TOOL_STAT}; \
20 export OBJDUMP OBJCOPY STAT; ${MKIMG} ${.TARGET:R} ${.TARGET}
/netbsd-current/usr.bin/netstat/
H A Dfast_ipsec.c155 #define STAT(x, fmt) \ macro
164 STAT(IPSEC_STAT_OUT_NOSA, "no SA found (output)");
165 STAT(IPSEC_STAT_OUT_NOMEM, "no memory available (output)");
166 STAT(IPSEC_STAT_OUT_NOROUTE, "no route available (output)");
167 STAT(IPSEC_STAT_OUT_INVAL, "generic errors (output)");
168 STAT(IPSEC_STAT_OUT_BUNDLESA, "bundled SA processed (output)");
169 STAT(IPSEC_STAT_SPDCACHELOOKUP, "SPD cache lookups");
170 STAT(IPSEC_STAT_SPDCACHEMISS, "SPD cache misses");
171 #undef STAT macro
/netbsd-current/sys/arch/evbppc/compile/
H A Dwalnut-mkimg.sh21 : ${STAT=stat}
40 size=$(${STAT} -f '%z' ${input}.bin.$$)
/netbsd-current/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); }
146 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); }
148 int fstat(int fd, struct stat *buf) { STAT(fstat, fd, buf); }
152 STAT(stat, path, buf);
156 STAT(lstat, path, buf);
159 int __fxstat(int version, int fd, struct stat *buf) { STAT(fstat, fd, buf); }
/netbsd-current/games/mille/
H A Dsave.c53 typedef struct stat STAT; typedef in typeref:struct:stat
67 STAT junk;
154 STAT sbuf;
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dmu_div_qr.c67 #ifdef STAT
68 #undef STAT macro
69 #define STAT(x) x macro
71 #define STAT(x) macro
320 STAT (int i; int err = 0;
333 STAT (err++);
340 STAT (err++);
343 STAT (
H A Dmu_divappr_q.c63 #ifdef STAT
64 #undef STAT macro
65 #define STAT(x) x macro
67 #define STAT(x) macro
250 STAT (int i; int err = 0;
263 STAT (err++);
270 STAT (err++);
273 STAT (
/netbsd-current/bin/dd/
H A Dextern.h70 extern STAT st;
H A Ddd.h99 } STAT; typedef in typeref:struct:__anon7
H A Ddd.c78 STAT st; /* statistics */
/netbsd-current/external/gpl3/gdb.old/dist/sim/erc32/
H A Dexec.c482 #ifdef STAT
549 #ifdef STAT
629 #ifdef STAT
1141 #ifdef STAT
1217 #ifdef STAT
1222 #ifdef STAT
1254 #ifdef STAT
1293 #ifdef STAT
1386 #ifdef STAT
1474 #ifdef STAT
[all...]
H A Dsis.c236 #ifdef STAT
H A Dfunc.c633 #ifdef STAT
642 #ifdef STAT
922 #ifdef STAT
/netbsd-current/external/gpl3/gdb/dist/sim/erc32/
H A Dexec.c473 #ifdef STAT
540 #ifdef STAT
620 #ifdef STAT
1132 #ifdef STAT
1208 #ifdef STAT
1213 #ifdef STAT
1245 #ifdef STAT
1284 #ifdef STAT
1377 #ifdef STAT
1466 #ifdef STAT
[all...]
H A Dsis.c249 #ifdef STAT
H A Dfunc.c623 #ifdef STAT
632 #ifdef STAT
894 #ifdef STAT
/netbsd-current/games/monop/
H A Dexecute.c58 typedef struct stat STAT; typedef in typeref:struct:stat
361 STAT sbuf;
/netbsd-current/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-current/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-current/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-current/usr.sbin/postinstall/
H A Dpostinstall.in62 : ${STAT:=stat}
949 local p=$(${STAT} -f %Lp "${target}")
2005 ${STAT} -f "%Hr %N" "${DEST_DIR}/dev/"[pt]ty${d1}? 2>&1
/netbsd-current/distrib/sets/
H A Dregpkg461 eval "$(${STAT} -f 'uname=%Su gname=%Sg mode=%#OLp' \
/netbsd-current/
H A DMakefile185 STAT=${TOOL_STAT:Q}
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c2437 fputs (" STAT=", dumpfile);
2468 fputs (" STAT=", dumpfile);

Completed in 220 milliseconds

12