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

  /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/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/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/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/bin/dd/
dd.h 38 #include <sys/stat.h>
49 int (*op_fstat)(int, struct stat *);
99 } STAT;
  /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]);

Completed in 16 milliseconds