3 static inline void lstrcpynW( short *d
, const short *s
, int n
)
5 unsigned int count
= n
;
7 while ((count
> 1) && *s
)
15 int __attribute__((noinline
,noclone
))
16 badfunc(int u0
, int u1
, int u2
, int u3
,
17 short *fsname
, unsigned int fsname_len
)
19 static const short ntfsW
[] = {'N','T','F','S',0};
20 char superblock
[2048+3300];
26 p
= (void *)extfunc();
32 lstrcpynW(fsname
, ntfsW
, fsname_len
);
48 return !badfunc(0, 0, 0, 0, buf
, 6);