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

  /src/external/gpl3/gcc/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/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/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)

Completed in 48 milliseconds