Home
last modified time | relevance | path

Searched refs:vnd (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/Adm/
H A Dmime.types5 application/vnd.oasis.opendocument.text odt
6 application/vnd.oasis.opendocument.text-template ott
7 application/vnd.oasis.opendocument.text-web oth
8 application/vnd.oasis.opendocument.text-master odm
9 application/vnd.oasis.opendocument.graphics odg
10 application/vnd.oasis.opendocument.graphics-template otg
11 application/vnd.oasis.opendocument.presentation odp
12 application/vnd.oasis.opendocument.presentation-template otp
13 application/vnd.oasis.opendocument.spreadsheet ods
14 application/vnd.oasis.opendocument.spreadsheet-template ots
[all …]
H A Dmailcap5 application/vnd.oasis.opendocument.text; /usr/bin/soffice -view %s
6 application/vnd.oasis.opendocument.text-template; /usr/bin/soffice -view %s
7 application/vnd.oasis.opendocument.text-web; /usr/bin/soffice -view %s
8 application/vnd.oasis.opendocument.text-master; /usr/bin/soffice -view %s
9 application/vnd.sun.xml.writer; /usr/bin/soffice -view %s
10 application/vnd.sun.xml.writer.template; /usr/bin/soffice -view %s
11 application/vnd.sun.xml.writer.global; /usr/bin/soffice -view %s
12 application/vnd.stardivision.writer; /usr/bin/soffice -view %s
13 application/vnd.stardivision.writer-global; /usr/bin/soffice -view %s
15 application/vnd.oasis.opendocument.formula; /usr/bin/soffice -view %s
[all …]
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dversion.c822 Verneed *vnd; in ld_vers_need_process() local
824 vnd = (Verneed *)isp->is_indata->d_buf; in ld_vers_need_process()
831 if (vnd->vn_version > VER_DEF_CURRENT) { in ld_vers_need_process()
833 ifl->ifl_name, vnd->vn_version, VER_DEF_CURRENT); in ld_vers_need_process()
846 vnd = (Verneed *)((uintptr_t)vnd + vnd->vn_next)) { in ld_vers_need_process()
849 Half cnt = vnd->vn_cnt; in ld_vers_need_process()
850 Vernaux *vnap = (Vernaux *)((uintptr_t)vnd + in ld_vers_need_process()
851 vnd->vn_aux); in ld_vers_need_process()
854 name = (char *)(str + vnd->vn_file); in ld_vers_need_process()
H A Dupdate.c2753 Verneed *vnd, *_vnd; in update_overneed() local
2758 _vnd = vnd = (Verneed *)ofl->ofl_osverneed->os_outdata->d_buf; in update_overneed()
2784 vnd->vn_version = VER_NEED_CURRENT; in update_overneed()
2787 vnd->vn_file = stoff; in update_overneed()
2789 _vnap = vnap = (Vernaux *)(vnd + 1); in update_overneed()
2839 vnd->vn_aux = (Word)((uintptr_t)(vnd + 1) - (uintptr_t)vnd); in update_overneed()
2841 vnd->vn_cnt = (Half)cnt; in update_overneed()
2848 _vnd = vnd; in update_overneed()
2849 vnd = (Verneed *)vnap, num++; in update_overneed()
2851 _vnd->vn_next = (Word)((uintptr_t)vnd - (uintptr_t)_vnd); in update_overneed()
/titanic_50/usr/src/cmd/file/
H A Dmagic499 38 string application/vnd.sun.xml.writer StarOffice 7 Text Document
500 38 string application/vnd.sun.xml.calc StarOffice 7 Spreadsheet
501 38 string application/vnd.sun.xml.draw StarOffice 7 Drawing
502 38 string application/vnd.sun.xml.impress StarOffice 7 Presentation
503 38 string application/vnd.sun.xml.math StarOffice 7 Formula
504 38 string application/vnd.oasis.opendocument.chart OpenDocument Chart
505 38 string application/vnd.oasis.opendocument.database OpenDocument Database
506 38 string application/vnd.sun.xml.base OpenDocument Database
507 38 string application/vnd.oasis.opendocument.formula OpenDocument Formula
508 38 string application/vnd.oasis.opendocument.image OpenDocument Image
[all …]
/titanic_50/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c558 GElf_Verneed *vnd = need->c_data->d_buf; in gvers_need() local
571 if (vnd->vn_version > VER_DEF_CURRENT) in gvers_need()
573 vnd->vn_version, VER_DEF_CURRENT); in gvers_need()
582 vnd = (GElf_Verneed *)((uintptr_t)vnd + vnd->vn_next)) { in gvers_need()
588 vnap = (GElf_Vernaux *) ((uintptr_t)vnd + vnd->vn_aux); in gvers_need()
591 needobj = (char *)(strs + vnd->vn_file); in gvers_need()
596 for (ndx = 0; ndx < vnd->vn_cnt; ndx++, in gvers_need()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Delf.c504 Verneed *vnd = VERNEED(clmp); in elf_verify_vers() local
515 vnd = (Verneed *)((Xword)vnd + vnd->vn_next)) { in elf_verify_vers()
516 Half cnt = vnd->vn_cnt; in elf_verify_vers()
523 need = (char *)(cstrs + vnd->vn_file); in elf_verify_vers()
537 for (vnap = (Vernaux *)((Xword)vnd + vnd->vn_aux); cnt; in elf_verify_vers()
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2137 version_need(Verneed *vnd, Word vnd_num, Cache *vcache, Cache *scache, in version_need() argument
2147 vnd = (Verneed *)((uintptr_t)vnd + vnd->vn_next)) { in version_need()
2150 Half vcnt = vnd->vn_cnt; in version_need()
2151 Vernaux *vnap = (Vernaux *)((uintptr_t)vnd + vnd->vn_aux); in version_need()
2159 name = string(vcache, cnt, scache, file, vnd->vn_file); in version_need()
2232 update_gnu_verndx(Verneed *vnd, Word vnd_num, VERSYM_STATE *versym) in update_gnu_verndx() argument
2237 vnd = (Verneed *)((uintptr_t)vnd + vnd->vn_next)) { in update_gnu_verndx()
2238 Half vcnt = vnd->vn_cnt; in update_gnu_verndx()
2239 Vernaux *vnap = (Vernaux *)((uintptr_t)vnd + vnd->vn_aux); in update_gnu_verndx()