stat12
#define __fts_stat_t struct stat12
#define __gl_stat_t struct stat12
__compat_fstat(int f, struct stat12 *ost)
__compat_lstat(const char *file, struct stat12 *ost)
static void cvtstat(const struct stat *, struct stat12 *);
cvtstat(const struct stat *st, struct stat12 *ost)
__compat_stat(const char *file, struct stat12 *ost)
struct stat12 osb;
struct stat12 osb;
struct stat12 oub;
compat_12_stat_conv(const struct stat *st, struct stat12 *ost)
struct stat12 sb12;
struct stat12 sb12;
struct stat12 sb12;
static void netbsd32_stat12_to_netbsd32(struct stat12 *,
netbsd32_stat12_to_netbsd32(struct stat12 *sp12, struct netbsd32_stat12 *sp32)
void compat_12_stat_conv(const struct stat *st, struct stat12 *ost);
int __compat_stat(const char *, struct stat12 *) __dso_hidden;
int __compat_fstat(int, struct stat12 *) __dso_hidden;
int __compat_lstat(const char *, struct stat12 *) __dso_hidden;
syscallarg(struct stat12 *) ub;
syscallarg(struct stat12 *) sb;
syscallarg(struct stat12 *) ub;