Home | History | Annotate | Download | only in strace

Lines Matching refs:st_fstype

602 	char            st_fstype[16];
817 tprintf(", st_fstype=%.*s",
818 (int) sizeof statbuf->st_fstype, statbuf->st_fstype);
1022 tprintf(", st_fstype=%.*s",
1023 (int) sizeof statbuf.st_fstype, statbuf.st_fstype);