Lines Matching refs:defaulttype
2368 int defaulttype; member
2380 r.defaulttype = types[r.base]; in limitrange()
2418 int defaulttype) in writezone() argument
2503 rangeall.defaulttype = defaulttype; in writezone()
2557 thisdefaulttype = range32.defaulttype; in writezone()
2567 thisdefaulttype = range64.defaulttype; in writezone()
2607 thisdefaulttype = range64.defaulttype; in writezone()
3182 int defaulttype = -1; in outzone() local
3295 defaulttype = type; in outzone()
3422 if (defaulttype < 0 && !rp->r_isdst) in outzone()
3423 defaulttype = type; in outzone()
3445 if (defaulttype < 0 && !isdst) in outzone()
3446 defaulttype = type; in outzone()
3463 if (defaulttype < 0) in outzone()
3464 defaulttype = 0; in outzone()
3515 lastat ? lastat->type : defaulttype); in outzone()
3519 writezone(zpfirst->z_name, envvar, version, defaulttype); in outzone()