| /src/external/bsd/bzip2/dist/ |
| bzdiff | 44 STAT="$?" 58 STAT="$?" 62 STAT="$?";; 67 STAT="$?";; 69 STAT="$?";; 76 exit "$STAT"
|
| /src/distrib/evbppc/md-kernel/ |
| Makefile | 20 OBJDUMP=${OBJDUMP}; OBJCOPY=${OBJCOPY}; STAT=${TOOL_STAT}; \ 21 export OBJDUMP OBJCOPY STAT; ${MKIMG} ${.TARGET:R} ${.TARGET}
|
| /src/usr.bin/netstat/ |
| fast_ipsec.c | 155 #define STAT(x, fmt) \ 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
|
| /src/sys/arch/evbppc/compile/ |
| walnut-mkimg.sh | 21 : ${STAT=stat} 42 size=$(${STAT} -f '%z' ${input}.bin.$$)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/ |
| sanitizer_wrappers.cc | 140 #define STAT(func, arg, buf) \ 144 int stat(const char *path, struct stat *buf) { STAT(stat, path, buf); } function 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); } 150 // Redirect versioned stat functions to the __sanitizer::internal() as well [all...] |
| /src/games/mille/ |
| save.c | 53 typedef struct stat STAT; 67 STAT junk; 111 if (sp == buf || (!Fromfile && stat(buf, &junk) > -1 154 STAT sbuf;
|
| /src/bin/dd/ |
| extern.h | 70 extern STAT st;
|
| dd.h | 38 #include <sys/stat.h> 49 int (*op_fstat)(int, struct stat *); 99 } STAT;
|
| dd.c | 51 #include <sys/stat.h> 78 STAT st; /* statistics */ 320 struct stat sb;
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| mu_div_qr.c | 67 #ifdef STAT 68 #undef STAT 69 #define STAT(x) x 71 #define STAT(x) 320 STAT (int i; int err = 0; 333 STAT (err++); 340 STAT (err++); 343 STAT (
|
| mu_divappr_q.c | 63 #ifdef STAT 64 #undef STAT 65 #define STAT(x) x 67 #define STAT(x) 250 STAT (int i; int err = 0; 263 STAT (err++); 270 STAT (err++); 273 STAT (
|
| /src/external/gpl3/gdb/dist/sim/erc32/ |
| exec.c | 473 #ifdef STAT 540 #ifdef STAT 620 #ifdef STAT 1131 #ifdef STAT 1207 #ifdef STAT 1212 #ifdef STAT 1245 #ifdef STAT 1286 #ifdef STAT 1381 #ifdef STAT 1473 #ifdef STAT [all...] |
| sis.c | 161 int stat = 1; local 176 while (stat < argc) { 177 if (argv[stat][0] == '-') { 178 if (strcmp(argv[stat], "-v") == 0) { 180 } else if (strcmp(argv[stat], "-c") == 0) { 181 if ((stat + 1) < argc) { 183 cfile = argv[++stat]; 185 } else if (strcmp(argv[stat], "-nfp") == 0) 187 else if (strcmp(argv[stat], "-ift") == 0) 189 else if (strcmp(argv[stat], "-wrp") == 0 [all...] |
| func.c | 364 int32_t stat; local 369 stat = OK; 405 stat = run_sim(sregs, UINT64_MAX, 0); 407 stat = run_sim(sregs, VAL(cmd1), 0); 443 stat = disp_fpu(sregs); 456 stat = run_sim(sregs, VAL(cmd2), 0); 458 stat = run_sim(sregs, UINT64_MAX, 0); 530 stat = run_sim(sregs, UINT64_MAX, 0); 532 stat = run_sim(sregs, VAL(cmd1), 0); 543 stat = run_sim(sregs, 1, 1) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/erc32/ |
| exec.c | 473 #ifdef STAT 540 #ifdef STAT 620 #ifdef STAT 1131 #ifdef STAT 1207 #ifdef STAT 1212 #ifdef STAT 1245 #ifdef STAT 1286 #ifdef STAT 1381 #ifdef STAT 1473 #ifdef STAT [all...] |
| sis.c | 161 int stat = 1; local 176 while (stat < argc) { 177 if (argv[stat][0] == '-') { 178 if (strcmp(argv[stat], "-v") == 0) { 180 } else if (strcmp(argv[stat], "-c") == 0) { 181 if ((stat + 1) < argc) { 183 cfile = argv[++stat]; 185 } else if (strcmp(argv[stat], "-nfp") == 0) 187 else if (strcmp(argv[stat], "-ift") == 0) 189 else if (strcmp(argv[stat], "-wrp") == 0 [all...] |
| func.c | 364 int32_t stat; local 369 stat = OK; 405 stat = run_sim(sregs, UINT64_MAX, 0); 407 stat = run_sim(sregs, VAL(cmd1), 0); 443 stat = disp_fpu(sregs); 456 stat = run_sim(sregs, VAL(cmd2), 0); 458 stat = run_sim(sregs, UINT64_MAX, 0); 530 stat = run_sim(sregs, UINT64_MAX, 0); 532 stat = run_sim(sregs, VAL(cmd1), 0); 543 stat = run_sim(sregs, 1, 1) [all...] |
| /src/games/monop/ |
| execute.c | 46 #include <sys/stat.h> 58 typedef struct stat STAT; 247 struct stat sb; 262 if (stat(buf, &sb) == 0 361 STAT sbuf;
|
| /src/libexec/ftpd/ |
| ftpcmd.y | 81 #include <sys/stat.h> 144 STAT HELP NOOP 697 | STAT check_login SP pathname CRLF 705 | STAT CRLF 828 struct stat stbuf; 829 if (stat($4, &stbuf) < 0) 1259 { "STAT", STAT, OSTR, 4, "[ <sp> path-name ]", 0, },
|
| /src/sys/arch/luna68k/dev/xplx/ |
| xplx.asm | 1528 ; no STAT for first time 1596 ; bit6=1, stat 1639 ; no STAT for first time 1694 ; bit6=1, stat 1735 ; no STAT for first time 1820 ; bit6=1, stat 1868 ; no STAT for first time 1923 ; bit6=1, stat 1968 ; no STAT for first time 2016 ; bit6=1, stat [all...] |
| /src/tests/usr.bin/printf/ |
| printf.sh | 177 STAT=$? 179 atf_fail "$* ... failed (${STAT}) without error message" 191 "$* ... should fail with <<${WANT}>> did exit(${STAT}) with <<${RES}>>"
|
| /src/usr.sbin/postinstall/ |
| postinstall.in | 62 : ${STAT:=stat} 976 local p=$(${STAT} -f %Lp "${target}") 2023 # then stat prints something like: 2024 # stat: /dev/[pt]tyx?: lstat: No such file or directory 2031 ${STAT} -f "%Hr %N" "${DEST_DIR}/dev/"[pt]ty${d1}? 2>&1
|
| /src/ |
| Makefile | 184 STAT=${TOOL_STAT:Q}
|
| /src/distrib/sets/ |
| regpkg | 461 eval "$(${STAT} -f 'uname=%Su gname=%Sg mode=%#OLp' \
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| dump-parse-tree.cc | 2564 fputs (" stat=", dumpfile); 2578 fputs (" stat=", dumpfile); 2596 fputs (" stat=", dumpfile); 2623 fputs (" stat=", dumpfile); 2650 fputs (" stat=", dumpfile); 2919 fputs (" STAT=", dumpfile); 2950 fputs (" STAT=", dumpfile);
|