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

  /src/external/gpl3/gcc.old/dist/libsanitizer/include/system/linux/
types.h 6 linux/types.h conflicted with sys/ustat.h. Work around it. */
8 #define ustat __asan_bad_ustat macro
10 #undef ustat macro
  /src/sys/arch/zaurus/stand/zboot/
unixdev.h 62 int ustat(const char *, struct linux_stat *);
diskprobe.c 357 if (ustat(path, &sb) != 0)
  /src/external/gpl2/rcs/dist/src/
rcsfcmp.c 172 struct stat ustat; local
174 if (!(ufp = Iopen(uname, FOPEN_R_WORK, &ustat))) {
179 if (!(result = xstatp->st_size!=ustat.st_size)) {
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.c 83 struct ustat { struct
106 getino(struct ustat *ub)
557 __hstat(HANDLE handle, struct ustat *st)
646 copy_stat(struct stat *st, struct ustat *us)
671 struct ustat u;
694 struct ustat u;
728 copy_seek_stat(la_seek_stat_t *st, struct ustat *us)
746 struct ustat u;
759 struct ustat u;
  /src/sys/dev/pci/
eap.c 884 uint8_t ustat; local
887 ustat = EREAD1(sc, EAP_UART_STATUS);
889 if (ustat & EAP_US_RXINT) {
896 if (ustat & EAP_US_TXINT)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 227 // Use pre-computed size of struct ustat to avoid <sys/ustat.h> which
237 #error Unknown size of struct ustat
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_posix.cpp 241 // Use pre-computed size of struct ustat to avoid <sys/ustat.h> which
252 # error Unknown size of struct ustat

Completed in 48 milliseconds