HomeSort by: relevance | last modified time | path
    Searched refs:STAT (Results 1 - 18 of 18) sorted by relevancy

  /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 in typeref:typename:int
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/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/distrib/sets/
regpkg 461 eval "$(${STAT} -f 'uname=%Su gname=%Sg mode=%#OLp' \
  /src/
Makefile 184 STAT=${TOOL_STAT:Q}
  /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/sys/external/bsd/acpica/dist/tests/misc/
grammar.asl 897 Name(STAT,Package(4){})
898 Store(Local0,Index(STAT,0))
899 Store(Local1,Index(STAT,1))
900 Store(Local2,Index(STAT,2))
901 Store(Local3,Index(STAT,3))
908 return(STAT)
1990 Name(STAT,Package(4){})
1991 Store(0x44443333,Index(STAT,0))
  /src/sys/dev/ic/
sl811hs.c 142 #define STAT 2
639 DDOLOG("STAT stall =%d nak =%d overflow =%d setup =%d", \
642 DDOLOG("STAT sequence=%d timeout =%d error =%d ack =%d", \
657 DDOLOG("STAT stall =%d nak =%d overflow =%d setup =%d", \
660 DDOLOG("STAT sequence=%d timeout =%d error =%d ack =%d", \
1967 status = slhci_read(sc, slhci_tregs[ab][STAT]);
  /src/lib/librumphijack/
hijack.c 46 #include <sys/stat.h>
246 int REALSTAT(const char *, struct stat *);
247 int REALLSTAT(const char *, struct stat *);
248 int REALFSTAT(int, struct stat *);
290 int REALFHSTAT(const void *, size_t, struct stat *);
335 { DUALCALL_STAT, S(REALSTAT), RSYS_NAME(STAT) },
2594 (int fd, struct stat *sb), \
2595 (int, struct stat *), \
2671 (const char *path, struct stat *sb), \
2672 (const char *, struct stat *), \
    [all...]

Completed in 216 milliseconds