Searched refs:vnd (Results 1 – 9 of 9) sorted by relevance
| /illumos-gate/usr/src/cmd/Adm/ |
| H A D | mime.types | 5 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 D | mailcap | 5 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 …]
|
| /illumos-gate/usr/src/cmd/sgs/libld/common/ |
| H A D | version.c | 822 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 D | update.c | 2832 Verneed *vnd, *_vnd; in update_overneed() local 2837 _vnd = vnd = (Verneed *)ofl->ofl_osverneed->os_outdata->d_buf; in update_overneed() 2863 vnd->vn_version = VER_NEED_CURRENT; in update_overneed() 2866 vnd->vn_file = stoff; in update_overneed() 2868 _vnap = vnap = (Vernaux *)(vnd + 1); in update_overneed() 2918 vnd->vn_aux = (Word)((uintptr_t)(vnd + 1) - (uintptr_t)vnd); in update_overneed() 2920 vnd->vn_cnt = (Half)cnt; in update_overneed() 2927 _vnd = vnd; in update_overneed() 2928 vnd = (Verneed *)vnap, num++; in update_overneed() 2930 _vnd->vn_next = (Word)((uintptr_t)vnd - (uintptr_t)_vnd); in update_overneed()
|
| /illumos-gate/usr/src/cmd/file/ |
| H A D | magic | 500 38 string application/vnd.sun.xml.writer StarOffice 7 Text Document 501 38 string application/vnd.sun.xml.calc StarOffice 7 Spreadsheet 502 38 string application/vnd.sun.xml.draw StarOffice 7 Drawing 503 38 string application/vnd.sun.xml.impress StarOffice 7 Presentation 504 38 string application/vnd.sun.xml.math StarOffice 7 Formula 505 38 string application/vnd.oasis.opendocument.chart OpenDocument Chart 506 38 string application/vnd.oasis.opendocument.database OpenDocument Database 507 38 string application/vnd.sun.xml.base OpenDocument Database 508 38 string application/vnd.oasis.opendocument.formula OpenDocument Formula 509 38 string application/vnd.oasis.opendocument.image OpenDocument Image [all …]
|
| /illumos-gate/usr/src/cmd/sgs/pvs/common/ |
| H A D | pvs.c | 559 GElf_Verneed *vnd = need->c_data->d_buf; in gvers_need() local 572 if (vnd->vn_version > VER_DEF_CURRENT) in gvers_need() 574 vnd->vn_version, VER_DEF_CURRENT); in gvers_need() 583 vnd = (GElf_Verneed *)((uintptr_t)vnd + vnd->vn_next)) { in gvers_need() 589 vnap = (GElf_Vernaux *) ((uintptr_t)vnd + vnd->vn_aux); in gvers_need() 592 needobj = (char *)(strs + vnd->vn_file); in gvers_need() 597 for (ndx = 0; ndx < vnd->vn_cnt; ndx++, in gvers_need()
|
| /illumos-gate/usr/src/cmd/sgs/rtld/common/ |
| H A D | elf.c | 478 Verneed *vnd = VERNEED(clmp); in elf_verify_vers() local 489 vnd = (Verneed *)((Xword)vnd + vnd->vn_next)) { in elf_verify_vers() 490 Half cnt = vnd->vn_cnt; in elf_verify_vers() 497 need = (char *)(cstrs + vnd->vn_file); in elf_verify_vers() 511 for (vnap = (Vernaux *)((Xword)vnd + vnd->vn_aux); cnt; in elf_verify_vers()
|
| /illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
| H A D | elfdump.c | 2208 version_need(Verneed *vnd, Word vnd_num, Cache *vcache, Cache *scache, in version_need() argument 2218 vnd = (Verneed *)((uintptr_t)vnd + vnd->vn_next)) { in version_need() 2221 Half vcnt = vnd->vn_cnt; in version_need() 2222 Vernaux *vnap = (Vernaux *)((uintptr_t)vnd + vnd->vn_aux); in version_need() 2230 name = string(vcache, cnt, scache, file, vnd->vn_file); in version_need() 2303 update_gnu_verndx(Verneed *vnd, Word vnd_num, VERSYM_STATE *versym) in update_gnu_verndx() argument 2308 vnd = (Verneed *)((uintptr_t)vnd + vnd->vn_next)) { in update_gnu_verndx() 2309 Half vcnt = vnd->vn_cnt; in update_gnu_verndx() 2310 Vernaux *vnap = (Vernaux *)((uintptr_t)vnd + vnd->vn_aux); in update_gnu_verndx()
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
| H A D | magic.tab | 1636 |name match *.pot Microsoft PowerPoint Template application/vnd.ms-powerpoint 1637 |name match *.ppa Microsoft PowerPoint Addin application/vnd.ms-powerpoint 1638 |name match *.pps Microsoft PowerPoint SlideShow application/vnd.ms-powerpoint 1639 |name match *.ppt Microsoft PowerPoint Presentation application/vnd.ms-powerpoint 1643 |name match *.pwz Microsoft PowerPoint Wizard application/vnd.ms-powerpoint 1716 |name match *.xls Microsoft Excel Worksheet application/vnd.ms-excel
|