Home
last modified time | relevance | path

Searched refs:dstrp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c3013 register struct rule * dstrp; in stringzone() local
3046 dstrp = lastrp[true]; in stringzone()
3047 dstcmp = zp->z_nrules ? rule_cmp(dstrp, stdrp) : zp->z_isdst ? 1 : -1; in stringzone()
3052 dstrp = NULL; in stringzone()
3056 zic_t save = dstrp ? dstrp->r_save : zp->z_save; in stringzone()
3077 dstr.r_abbrvar = dstrp ? dstrp->r_abbrvar : NULL; in stringzone()
3086 dstrp = &dstr; in stringzone()
3097 if (dstrp == NULL) in stringzone()
3099 len += doabbr(result + len, dstzp, dstrp->r_abbrvar, in stringzone()
3100 dstrp->r_isdst, dstrp->r_save, true); in stringzone()
[all …]
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c1808 Shdr *dshp, *dstrp, *shp; in do_dynamic() local
1840 dstrp = (Shdr *)(mp->shdrs + dshp->sh_link * mp->hdr.e_shentsize); in do_dynamic()
1842 if (dstrp->sh_type != SHT_STRTAB) { in do_dynamic()
1860 dstrdata = kobj_alloc(dstrp->sh_size, KM_WAIT|KM_TMP); in do_dynamic()
1861 if (kobj_read_file(file, dstrdata, dstrp->sh_size, in do_dynamic()
1862 dstrp->sh_offset) < 0) { in do_dynamic()
1867 kobj_free(dstrdata, dstrp->sh_size); in do_dynamic()
1876 kobj_free(dstrdata, dstrp->sh_size); in do_dynamic()