[Digital logo]
[HR]

OpenVMS Guide to System Security


Previous | Contents

Used in combination with other privileges, OPER lets processes perform the following tasks:
Privileges Task Interface
OPER and CMKRNL Mount a volume with a private ACP MOUNT/PROCESSOR, $MOUNT
OPER and LOG_IO Set the system time SET TIME, $SETIME
OPER and SYSNAM Start or stop the queue manager START/QUEUE/MANAGER, STOP/QUEUE/MANAGER, $SNDJBC
OPER and VOLPRO Initialize a blank tape or override access checks while initializing a blank tape $INIT_VOL, MOUNT, $MOUNT

A.21 PFNMAP Privilege (All)

The PFNMAP privilege lets a user's process create and map page frame number (PFN) global sections to specific pages of physical memory or I/O device registers, no matter who is using the pages or registers. Such a privileged process can also delete PFN-based global sections with the system service $DGBLSC.

Exercise caution when granting this privilege. If unqualified user processes have unrestricted access to physical memory, the operating system and service to other processes can be easily disrupted. Such disruptions can include failure of the system, destruction of all system and user data, and exposure of confidential information.

A.22 PHY_IO Privilege (All)

The PHY_IO privilege lets the user's process execute the Queue I/O Request ($QIO) system service to perform physical-level I/O operations.

Usually, process I/O requests are handled indirectly by use of an I/O package such as OpenVMS Record Management Services (RMS). However, to increase their control over I/O operations and to improve the efficiency of their applications, skilled users sometimes prefer to handle directly the interface between their process and a system I/O driver program. They can do this by executing the $QIO system service; in many instances, the operation called for is a physical-level I/O operation.

Grant the PHY_IO privilege only to users who need it; grant this privilege even more carefully than the LOG_IO privilege. If this privilege is given to unqualified users who have no need for it, the operating system and service to other users can be easily disrupted. Such disruptions can include the destruction of information on the system device, the destruction of user data, and the exposure of confidential information.

The PHY_IO privilege also lets a process perform the following tasks:
Task Interface
Access an individual shadow-set member unit $ASSIGN, $QIO
Create or delete a watchpoint $QIO request to the SMP watchpoint driver (WPDRIVER)
Map an LTA device to a server/port (IO$_TTY_PORT!IO$M_LT_MAPPORT) $QIO request to a LAT port driver (LTDRIVER)
Issue the following I/O requests:
  • Logical I/O request
  • Logical or virtual I/O request with IO$M_MSCPMODIFS modifier
  • Physical I/O to private, non-file-structured device
$QIO
Modify the following terminal attributes:
HANGUP
SET_SPEED
SECURE_SERVER
SET TERMINAL or the terminal driver (TTDRIVER)
/[NO]HANGUP
/[NO]SET_SPEED
/[NO]SECURE_SERVER
Issue IO$_ACCESS (diagnostic) function to DEBNA/NI device driver $QIO request to a synchronous communications line (XGDRIVER)
Enable Ethernet promiscuous mode listening
Issue IO$_ACCESS (diagnostic) function to Ethernet common driver

A.23 PRMCEB Privilege (Devour)

The PRMCEB privilege lets the user's process create or delete a permanent common event flag cluster by executing the Associate Common Event Flag Cluster ($ASCEFC) or the Delete Common Event Flag Cluster ($DLCEFC) system service. Common event flag clusters enable cooperating processes to communicate with each other and thus synchronize their execution.

Grant this privilege with care. If permanent common event flag clusters are not explicitly deleted, they tie up space in system dynamic memory, which may degrade system performance.

A.24 PRMGBL Privilege (Devour)

The PRMGBL privilege lets the user's process create or delete permanent global sections by executing the Create and Map Section ($CRMPSC) or the Delete Global Section ($DGBLSC) system service. In addition, a process with this privilege (plus CMKRNL and SYSGBL privileges) can use the Install utility (INSTALL).

Global sections are shared structures that can be mapped simultaneously in the virtual address space of many processes. All processes see the same code or data. Global sections are used for reentrant subroutines or data buffers.

Grant this privilege with care. If permanent global sections are not explicitly deleted, they tie up space in the global section and global page tables, which are limited resources.

A.25 PRMMBX Privilege (Devour)

The PRMMBX privilege lets the user's process create or delete a permanent mailbox by executing the Create Mailbox and Assign Channel ($CREMBX) system service or the Delete Mailbox ($DELMBX) system service. The privilege also allows the creation of temporary mailboxes with the $CREMBX service.

Mailboxes are buffers in virtual memory that are treated as if they were record-oriented I/O devices. A mailbox is used for general interprocess communication.

Do not grant PRMMBX to all users of the system. Permanent mailboxes are not automatically deleted when the creating processes are deleted and, thus, continue to use a portion of system dynamic memory. System performance degrades as system dynamic memory becomes scarce.

A.26 PSWAPM Privilege (System)

The PSWAPM privilege lets the user's process control whether it can be swapped out of the balance set by executing the Set Process Swap Mode ($SETSWM) system service. A process must have this privilege to lock itself in the balance set (to disable swapping) or to unlock itself from the balance set (to enable swapping).

With this privilege, a process can create a process that is locked in the balance set (swap mode is disabled) by using an optional argument to the Create Process ($CREPRC) system service or, when the DCL command RUN is used to create a process, by using the /NOSWAPPING qualifier of the RUN command. Furthermore, a process can lock a page or range of pages in physical memory using the Lock Pages in Memory ($LCKPAG) system service.

Grant this privilege only to users who need to lock a process in memory for performance reasons. Typically, this will be a real-time process. If unqualified processes have the unrestricted ability to lock processes in the balance set, physical memory can be held unnecessarily and thereby degrade system performance.

A.27 READALL Privilege (Objects)

The READALL privilege lets the process bypass existing restrictions that would otherwise prevent the process from reading an object. However, unlike the BYPASS privilege, which permits writing and deleting, READALL permits only the reading of objects and allows updating of such backup-related file characteristics as the backup date. See the OpenVMS System Management Utilities Reference Manual and the OpenVMS System Manager's Manual for a discussion of backup operations.

READALL is intended to be an adequate privilege for backing up volumes, so grant this privilege to operators so they can perform system backups.

The READALL privilege lets a process perform the following tasks:
Task Interface
Read a user authorization record $GETUAI
Display permanent network database records NCP

A.28 SECURITY Privilege (System)

The SECURITY privilege lets a process perform security-related functions such as modifying the system password with the DCL command SET PASSWORD/SYSTEM or modifying the system alarm and audit settings using the DCL command SET AUDIT. The privilege not only lets a user process start and stop the audit server process with SET AUDIT, it also permits the process to use SET AUDIT to modify the characteristics of the auditing database, including those of the audit server, the system audit journal, the security archive file, resource monitoring, and the audit, alarm, or failure mode.

Grant this privilege only to security administrators. Irresponsible users who obtain this privilege can subvert the system's security mechanisms, can lock out users through improper application of system passwords, and can disable security auditing.

The SECURITY privilege also lets a process perform the following tasks:
Task Interface
Display system auditing information about the system audit log file, audit server settings, and so on SHOW AUDIT
Display Hidden ACEs SHOW SECURITY
Display the system intrusion list or delete a record SHOW INTRUSION, DELETE/INTRUSION
Enable the security operator terminal REPLY/ENABLE=SECURITY, $SNDOPR
Enable protected subsystems on a volume MOUNT/SUBSYSTEM, $MOUNT, SET VOLUME/SUBSYSTEM

A.29 SETPRV Privilege (All)

The SETPRV privilege lets the user's process create processes whose privileges are greater than its own by executing the Create Process ($CREPRC) system service with an optional argument or by issuing the DCL command RUN to create a process. A process with this privilege can also execute the DCL command SET PROCESS/PRIVILEGES to obtain any desired privilege.

Exercise the same caution in granting SETPRV as in granting any other privilege because SETPRV lets a process enable any or all privileges.

A.30 SHARE Privilege (All)

The SHARE privilege lets processes assign channels to devices allocated to other processes or to a nonshared device using the Assign I/O Channel ($ASSIGN) system service.

Grant this privilege only to system processes such as print symbionts. Otherwise, an irresponsible user can interfere with the operation of devices belonging to other users.

A.31 SHMEM Privilege (Devour)

The SHMEM privilege lets the user's process create global sections and mailboxes (permanent and temporary) in memory shared by multiple processors if the process also has appropriate PRMGBL, PRMMBX, SYSGBL, and TMPMBX privileges. Just as in local memory, the space required for a temporary mailbox in multiport memory counts against the buffered I/O byte count limit (BYTLM) of the process.

The privilege also lets a user's process create or delete an event flag cluster in shared memory using the Associate Common Event Flag Cluster ($ASCEFC) or the Disassociate Common Event Flag Cluster ($DACEFC) system service.

A.32 SYSGBL Privilege (Files)

The SYSGBL privilege lets the user's process create or delete system global sections by executing the Create and Map Section ($CRMPSC) or the Delete Global Section ($DGBLSC) system service. In addition, a process with this privilege (plus the CMKRNL and PRMGBL privileges) can use the Install utility (INSTALL).

Exercise caution when granting this privilege. System global sections require space in the global section and global page tables, which are limited resources.

A.33 SYSLCK Privilege (System)

The SYSLCK privilege lets the user's process lock systemwide resources with the Enqueue Lock Request ($ENQ) system service or obtain information about a system resource with the Get Lock Information ($GETLKI) system service.

Grant this privilege to users who need to run programs that lock resources in the systemwide resource namespace. However, exercise caution when granting this privilege. Users who hold the SYSLCK privilege can interfere with the synchronization of all system and user software.

A.34 SYSNAM Privilege (All)

The SYSNAM privilege lets the user's process bypass discretionary access controls and insert names into the system logical name table and delete names from that table by using the Create Logical Name ($CRELNM) and Delete Logical Name ($DELLNM) system services. A process with this privilege can use the DCL commands ASSIGN and DEFINE to add names to the system logical name table in user or executive mode and can use the DEASSIGN command in either mode to delete names from the table.

To mount a system volume or to dismount a system or group volume with the appropriate mount or dismount command or system service, you must have the SYSNAM privilege.

Grant this privilege only to the system operators or to system programmers who need to define system logical names (such as names for user devices, library directories, and the system directory). Note that a process with SYSNAM privilege could redefine such critical system logical names as SYS$SYSTEM and SYSUAF, thus gaining control of the system.

The SYSNAM privilege also lets a process perform the following tasks:
Task Interface
Access a MAIL maintenance record MAIL
Modify a MAIL forward record MAIL
Declare a network object NETACP
Create an IPC association $IPC
With CMKRNL, add or remove an identifier to system rights list SET RIGHTS_LIST/SYSTEM, $GRANTID, $REVOKID

A.35 SYSPRV Privilege (All)

The SYSPRV privilege lets a process access protected objects by the system protection field and also read and modify the owner (UIC), the UIC-based protection code, and the ACL of an object. Even if an object is protected against system access, a process with SYSPRV privilege can change the object's protection to gain access to it. Any process with SYSPRV privilege can add, modify, or delete entries in the system user authorization file (SYSUAF.DAT).

Exercise caution when granting this privilege. Normally, grant this privilege only to system managers and security administrators. If unqualified users have system access rights, the operating system and service to others can be easily disrupted. Such disruptions can include failure of the system, destruction of all system and user data, and exposure of confidential information.

The SYSPRV privilege also lets a process perform the following tasks:
Task Interface
Modify a file's expiration date SET FILE/EXPIRATION
Modify the number of interlocked queue retries $QIO request to an Ethernet 802 driver (DEBNA/NI)
Set the spin-wait time on the port command register $QIO request to an Ethernet 802 driver (DEBNA)
Set the FROM field in a mail message MAIL routines
Access a MAIL maintenance record MAIL
Modify or delete a MAIL database record MAIL
Modify the group number and password of a local area cluster CLUSTER_AUTHORIZE component of SYSMAN
Perform transaction recovery, join a transaction as coordinator, transition a transaction DECdtm software

A process whose group UIC is less than or equal to the system parameter MAXSYSGRP has implied SYSPRV. When a process has SYSPRV or implied SYSPRV, it can also perform the following tasks:
Task Interface
Initialize a magnetic tape $INIT_VOL
Override creation of an owner ACE on a newly created file $QIO request to F11BXQP
Clear the directory bit in a directory's file header $QIO request to the F11BXQP, SET FILE/NODIRECTORY
Acquire or release a volume lock $QIO request to F11BXQP
Force mount verification on a volume $QIO request to F11BXQP
Create a file access window with the no access lock bit set $QIO request to F11BXQP
Specify null lock mode for a volume lock $QIO request to F11BXQP
Access a locked file $QIO request to F11BXQP
Disable disk quotas on volume $QIO request to F11BXQP
Enable disk quotas on volume $QIO request to F11BXQP

A.36 TMPMBX Privilege (Normal)

The TMPMBX privilege lets the user's process create a temporary mailbox by executing the Create Mailbox and Assign Channel ($CREMBX) system service.

Mailboxes are buffers in virtual memory that are treated as if they were record-oriented I/O devices. A mailbox is used for general interprocess communication. Unlike a permanent mailbox, which must be explicitly deleted, a temporary mailbox is deleted automatically when it is no longer referenced by any process.

Grant this privilege to all users of the system to facilitate interprocess communication. System performance is not likely to be degraded by permitting the creation of temporary mailboxes, because their number is controlled by limits on the use of system dynamic memory (BYTLM quota).

A.37 UPGRADE Privilege (All)

The UPGRADE privilege lets a process manipulate mandatory access controls. The privilege allows a process to write to an object of higher integrity, in violation of the Biba confinement (*) property. This privilege is reserved for enhanced security products like SEVMS.

A.38 VOLPRO Privilege (Objects)

The VOLPRO privilege lets the user's process:

The VOLPRO privilege permits control only over volumes that the user's process can mount or initialize. Volumes mounted with the /SYSTEM qualifier are safe from a process with the VOLPRO privilege as long as the process does not also have the SYSNAM privilege.

Exercise extreme caution when granting the VOLPRO privilege. If unqualified users can override volume protection, the operating system and service to others can be disrupted. Such disruptions can include destruction of the database and exposure of confidential information.

The VOLPRO privilege lets a process perform the following tasks:
Task Interface
Dismount a volume DISMOUNT/ABORT, $DISMOU
Initialize a volume $INIT_VOL
Mount foreign multivolume magnetic tape set MOUNT/MULTI_VOLUME
Override volume labels or accessibility $MOUNT
Initialize blank tape REPLY/BLANK_TAPE, $SNDOPR
Override access while initializing a magnetic tape after a file access error $INIT_VOL
Override write-locking of volume on errors $MOUNT
Override write protection of former shadow set member $MOUNT
Override volume expiration, protection, or ownership $MOUNT

A.39 WORLD Privilege (System)

The WORLD privilege lets the user's process affect other processes both inside and outside its group by executing the following process control system services:

The user's process is also allowed to examine processes outside its own group by executing the Get Job/Process Information ($GETJPI) system service. A process with WORLD privilege can issue the SET PROCESS command for all other processes. Any process with WORLD privilege can also obtain information about a lock held by a process in another group using the Get Lock Information ($GETLKI) system service.

To exercise control over subprocesses that it created or to examine these subprocesses, a process needs no special privilege. To affect or examine other processes inside its own group, a process needs only the GROUP privilege. You should, however, grant this privilege to users who need to affect or examine processes outside their own group.


Appendix B
Protection for OpenVMS VAX System Files

This appendix lists OpenVMS VAX system files and their protections so you can monitor them regularly to ensure that no tampering has occurred. Section B.1 identifies the protection codes and ownership assigned to the files and calls out any exceptions. Section B.2 lists the system files supplied on OpenVMS VAX media.

See Chapter 8, particularly Section 8.9.2 for a discussion of how to protect OpenVMS system files.

B.1 Standard Ownership and Protection

The system (SYSTEM) owns all OpenVMS system files except one. The directory MOM$SYSTEM is owned by UIC [376,375].

All files in SYS$DEVICE:[VMS$COMMON], except those listed in Table B-1, have a protection code of S:RWED,O:RWED,G:RWED,W:RE.

Table B-1 Exceptions to Standard OpenVMS VAX System File Protection
Files
[VMS$COMMON]
DECW$DEFAULTS.DIR MOM$SYSTEM.DIR S:RWE,O:RWE,G:RE,W:RE
SYS$KEYMAP.DIR; SYS$LDR.DIR
SYS$STARTUP.DIR SYSCBI.DIR
SYSERR.DIR SYSEXE.DIR
SYSFONT.DIR SYSHLP.DIR
SYSLIB.DIR SYSMAINT.DIR
SYSMGR.DIR SYSMSG.DIR
SYSTEST.DIR SYSUPD.DIR
VUE$LIBRARY.DIR
[VMS$COMMON.SYS$KEYMAP]
DECW.DIR S:RWE,O:RWE,G:RE,W:RE
[VMS$COMMON.SYS$KEYMAP.DECW]
SYSTEM.DIR USER.DIR S:RWE,O:RWE,G:RE,W:RE
[VMS$COMMON.SYSEXE]
ISL_LVAX_061.SYS ISL_SVAX_061.SYS S:RWED,O:RWED,G:RE,W:RE
MSGHLP$MAIN.EXE S:RE,O:RE,G:RE,W:RE
RIGHTSLIST.DAT S:RWED,O:RWED,G:R,W
SYSUAF.DAT S:RWE,O:RWE,G:RWE,W
VMS$OBJECTS.DAT S:RWE,O:RWE,G:RE,W
[VMS$COMMON.SYSFONT]
DECW.DIR PS_FONT_METRICS.DIR S:RWE,O:RWE,G:RE,W:RE
VWS.DIR XDPS.DIR
[VMS$COMMON.SYSFONT]
DECW.DIR PS_FONT_METRICS.DIR S:RWE,O:RWE,G:RE,W:RE
VWS.DIR XDPS.DIR
[VMS$COMMON.SYSFONT.DECW]
100DPI.DIR 75DPI.DIR S:RWE,O:RWE,G:RE,W:RE
COMMON.DIR CURSOR16.DIR
CURSOR32.DIR USER_100DPI.DIR
USER_75DPI.DIR USER_COMMON.DIR
USER_CURSOR16.DIR USER_CURSOR32.DIR
[VMS$COMMON.SYSHLP]
DECW.DIR VMSDOC.DIR S:RWE,O:RWE,G:RE,W:RE
MSGHLP$ENGLISH.EXE S:RE,O:RE,G:RE,W:RE
EXAMPLES.DIR S:RWE,O:RWE,G:RE,W:RE
[VMS$COMMON.SYSLIB]
CDA$ACCESS.EXE DECW$DWTLIBSHR.EXE S:RW,O:RWED,G:R,W:R
DECW$PRINTWGTSHR.EXE DECW$XLIBSHR.EXE
MSGHLP$ENGLISH.EXE MSGHLP$SHARE.EXE S:RE,O:RE,G:RE,W:RE
VMS$PASSWORD_DIC
TIONARY.DATA
S:RE,O:RE,G,W
XDPS$DPSBINDINGSSHR.EXE XDPS$DPSCLIENTSHR.EXE S:RW,O:RWED,G:R,W:R
XDPS$DPSLIBSHR.EXE XNL$SHR.EXE
[VMS$COMMON.SYSMGR]
SECURITY.AUDIT$JOURNAL S:RWED,O:RWED,G:RE,W
VMS$AUDIT_SERVER.DAT S:RWE,O:RWE,G:RE,W
WELCOME.TEMPLATE WELCOME.TXT S:RWED,O:RWED,G:RE,W:RE
[VMS$COMMON.VUE$LIBRARY]
SYSTEM.DIR USER.DIR S:RWE,O:RWE,G:RE,W:RE

B.2 Listing of OpenVMS VAX System Files

The following sections display system files in the order produced by the DCL command DIRECTORY.

B.2.1 Files in Top-Level Directories

The files in the top-level directory, VMS$COMMON on clustered systems, contain the following files:

 
Directory SYS$SYSDEVICE:[VMS$COMMON] 
                                
DECW$DEFAULTS.DIR;1     MOM$SYSTEM.DIR;1 
SYS$KEYMAP.DIR;1        SYS$LDR.DIR;1   
SYS$STARTUP.DIR;1       SYSCBI.DIR;1   
SYSERR.DIR;1            SYSEXE.DIR;1   
SYSFONT.DIR;1           SYSHLP.DIR;1   
SYSLIB.DIR;1            SYSMAINT.DIR;1 
SYSMGR.DIR;1            SYSMSG.DIR;1   
SYSTEST.DIR;1           SYSUPD.DIR;1   
VUE$LIBRARY.DIR;1                                  
 
Total of 17 files. 
 
Directory SYS$SYSDEVICE:[VMS$COMMON.DECW$DEFAULTS] 
 
SYSTEM.DIR;1           USER.DIR;1  
 
Total of 2 files. 
 

B.2.2 Files in DECW$DEFAULTS.SYSTEM and MOM$SYSTEM

The directories DECW$DEFAULTS.SYSTEM and MOM$SYSTEM contain the following files:

 
Directory SYS$SYSDEVICE:[VMS$COMMON.DECW$DEFAULTS.SYSTEM] 
 
DBG$HA_DEFAULTS.DAT;1   PCSI$MUI.UID;1 
PCSI.DAT;1              VMSDEBUG.DAT;1 
 
Total of 4 files. 
 
Directory SYS$SYSDEVICE:[VMS$COMMON.MOM$SYSTEM] 
 
READ_ADDR.SYS;1                                    
 
Total of 1 file. 
 

B.2.3 Files in SYS$KEYMAP

The directory SYS$KEYMAP contains the following files:

 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYS$KEYMAP] 
 
DECW.DIR;1      
 
Total of 1 file. 
 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYS$KEYMAP.DECW] 
 
SYSTEM.DIR;1            USER.DIR;1 
 
Total of 2 files. 
 
 

B.2.4 Files in SYS$KEYMAP.DECW.SYSTEM

The directory SYS$KEYMAP.DECW.SYSTEM contains the following files:

 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYS$KEYMAP.DECW.SYSTEM] 
 
AUSTRIAN_GERMAN_LK201LG_DP.DECW$KEYMAP;1           AUSTRIAN_GERMAN_LK201LG_TW.DECW$KEYMAP;1          
AUSTRIAN_GERMAN_LK201NG_DP.DECW$KEYMAP;1           AUSTRIAN_GERMAN_LK201NG_TW.DECW$KEYMAP;1          
AUSTRIAN_GERMAN_LK401AG_TW.DECW$KEYMAP;1           BELGIAN_FRENCH_LK201LP_DP.DECW$KEYMAP;1           
BELGIAN_FRENCH_LK201LP_TW.DECW$KEYMAP;1            BELGIAN_FRENCH_LK401AP_DP.DECW$KEYMAP;1           
BELGIAN_FRENCH_LK401AP_TW.DECW$KEYMAP;1            BELGIAN_LK444_VT.DECW$KEYMAP;1                    
BRITISH_LK201LE_DP.DECW$KEYMAP;1                   BRITISH_LK201LE_TW.DECW$KEYMAP;1                  
BRITISH_LK401AA_DP.DECW$KEYMAP;1                   BRITISH_LK401AA_TW.DECW$KEYMAP;1                  
CANADIAN_FRENCH_LK201LC_DP.DECW$KEYMAP;1           CANADIAN_FRENCH_LK201LC_TW.DECW$KEYMAP;1          
CANADIAN_FRENCH_LK401AC_DP.DECW$KEYMAP;1           CANADIAN_FRENCH_LK401AC_TW.DECW$KEYMAP;1          
CZECH_LK401_BV.DECW$KEYMAP;1                       DANISH_LK201LD_DP.DECW$KEYMAP;1                   
DANISH_LK201LD_TW.DECW$KEYMAP;1                    DANISH_LK201RD_DP.DECW$KEYMAP;1                   
DANISH_LK201RD_TW.DECW$KEYMAP;1                    DANISH_LK401AD_DP.DECW$KEYMAP;1                   
DANISH_LK401AD_TW.DECW$KEYMAP;1                    DENMARK_LK444_VT.DECW$KEYMAP;1                    
DUTCH_LK201LH_DP.DECW$KEYMAP;1                     DUTCH_LK201LH_TW.DECW$KEYMAP;1                    
DUTCH_LK201NH.DECW$KEYMAP;1                        DUTCH_LK401AH.DECW$KEYMAP;1                       
FINNISH_LK201LF_DP.DECW$KEYMAP;1                   FINNISH_LK201LF_TW.DECW$KEYMAP;1                  
FINNISH_LK201NX_DP.DECW$KEYMAP;1                   FINNISH_LK201NX_TW.DECW$KEYMAP;1                  
FINNISH_LK401AF_DP.DECW$KEYMAP;1                   FINNISH_LK401AF_TW.DECW$KEYMAP;1                  
FLEMISH_LK201LB_DP.DECW$KEYMAP;1                   FLEMISH_LK201LB_TW.DECW$KEYMAP;1                  
FLEMISH_LK401AB_DP.DECW$KEYMAP;1                   FLEMISH_LK401AB_TW.DECW$KEYMAP;1                  
FRANCE_LK444_VT.DECW$KEYMAP;1                      GERMANY_LK444_VT.DECW$KEYMAP;1                    
HUNGARIAN_LK401_BQ.DECW$KEYMAP;1                   ICELANDIC_LK201LU_DP.DECW$KEYMAP;1                
ICELANDIC_LK201LU_TW.DECW$KEYMAP;1                 ITALIAN_LK201LI_DP.DECW$KEYMAP;1                  
ITALIAN_LK201LI_TW.DECW$KEYMAP;1                   ITALIAN_LK401AI_DP.DECW$KEYMAP;1                  
ITALIAN_LK401AI_TW.DECW$KEYMAP;1                   ITALY_LK444_VT.DECW$KEYMAP;1                      
NORTH_AMERICAN_LK201LA.DECW$KEYMAP;1               NORTH_AMERICAN_LK401AA.DECW$KEYMAP;1              
NORWAY_LK444_VT.DECW$KEYMAP;1                      NORWEGIAN_LK201LN_DP.DECW$KEYMAP;1                
NORWEGIAN_LK201LN_TW.DECW$KEYMAP;1                 NORWEGIAN_LK201RN_DP.DECW$KEYMAP;1                
NORWEGIAN_LK201RN_TW.DECW$KEYMAP;1                 NORWEGIAN_LK401AN_DP.DECW$KEYMAP;1                
NORWEGIAN_LK401AN_TW.DECW$KEYMAP;1                 POLISH_LK401_BP.DECW$KEYMAP;1                     
PORTUGAL_LK444_VT.DECW$KEYMAP;1                    PORTUGUESE_LK201LV.DECW$KEYMAP;1                  
PORTUGUESE_LK401AV.DECW$KEYMAP;1                   RUSSIAN_LK401_BT.DECW$KEYMAP;1                    
SLOVAK_LK401_CZ.DECW$KEYMAP;1                      SPAIN_LK444_VT.DECW$KEYMAP;1                      
SPANISH_LK201LS_DP.DECW$KEYMAP;1                   SPANISH_LK201LS_TW.DECW$KEYMAP;1                  
SPANISH_LK401AS_DP.DECW$KEYMAP;1                   SPANISH_LK401AS_TW.DECW$KEYMAP;1                  
SWEDEN_LK444_VT.DECW$KEYMAP;1                      SWEDISH_LK201LM_DP.DECW$KEYMAP;1                  
SWEDISH_LK201LM_TW.DECW$KEYMAP;1                   SWEDISH_LK201NM_DP.DECW$KEYMAP;1                  
SWEDISH_LK201NM_TW.DECW$KEYMAP;1                   SWEDISH_LK401AM_DP.DECW$KEYMAP;1                  
SWEDISH_LK401AM_TW.DECW$KEYMAP;1                   SWISS_FRENCH_LK201LK_DP.DECW$KEYMAP;1             
SWISS_FRENCH_LK201LK_TW.DECW$KEYMAP;1              SWISS_FRENCH_LK401AK_DP.DECW$KEYMAP;1             
SWISS_FRENCH_LK401AK_TW.DECW$KEYMAP;1              SWISS_GERMAN_LK201LL_DP.DECW$KEYMAP;1             
SWISS_GERMAN_LK201LL_TW.DECW$KEYMAP;1              SWISS_GERMAN_LK401AL_DP.DECW$KEYMAP;1             
SWISS_GERMAN_LK401AL_TW.DECW$KEYMAP;1              SWISS_LK444_VT.DECW$KEYMAP;1                      
UK_LK201RE.DECW$KEYMAP;1                           UK_LK401AA.DECW$KEYMAP;1                          
UK_LK444_VT.DECW$KEYMAP;1                          US_LK201RE.DECW$KEYMAP;1                          
US_LK401AA.DECW$KEYMAP;1                           US_LK443_VT.DECW$KEYMAP;1                         
 
Total of 92 files. 
 

B.2.5 Files in SYS$LDR

The directory SYS$LDR contains the following files:

 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYS$LDR] 
 
CLASS_SCHEDULER.EXE;1                              CNDRIVER.EXE;1                                    
CONINTERR.EXE;1                                    CPULOA.EXE;1                                      
CRDRIVER.EXE;1                                     CS9AQDRIVER.EXE;1                                 
CSDRIVER.EXE;1                                     CTDRIVER.EXE;1                                    
CVDRIVER.EXE;1                                     CWDRIVER.EXE;1                                    
DBDRIVER.EXE;1                                     DDDRIVER.EXE;1                                    
DDIF$RMS_EXTENSION.EXE;1                           DKDRIVER.EXE;1                                    
DLDRIVER.EXE;1                                     DMDRIVER.EXE;1                                    
DQDRIVER.EXE;1                                     DRDRIVER.EXE;1                                    
DSDRIVER.EXE;1                                     DUDRIVER.EXE;1                                    
DVDRIVER.EXE;1                                     DXDRIVER.EXE;1                                    
DYDRIVER.EXE;1                                     DZDRIVER.EXE;1                                    
ECDRIVER.EXE;1                                     EFDRIVER.EXE;1                                    
EPDRIVER.EXE;1                                     ERRORLOG.EXE;1                                    
ESDRIVER.EXE;1                                     ESS$DADDRIVER.EXE;1                               
ESS$LADDRIVER.EXE;1                                ESS$LASTDRIVER.EXE;1                              
ESS$MADDRIVER.EXE;1                                ETDRIVER.EXE;1                                    
EVENT_FLAGS_AND_ASTS.EXE;1                         EXCEPTION.EXE;1                                   
EXDRIVER.EXE;1                                     EXEC_INIT.EXE;1                                   
EZDRIVER.EXE;1                                     FBDRIVER.EXE;1                                    
FCDRIVER.EXE;1                                     FPEMUL.EXE;1                                      
FQDRIVER.EXE;1                                     FTDRIVER.EXE;1                                    
FXDRIVER.EXE;1                                     FYDRIVER.EXE;1                                    
GAADRIVER.EXE;1                                    GABDRIVER.EXE;1                                   
GBBDRIVER.EXE;1                                    GCADRIVER.EXE;1                                   
GCBDRIVER.EXE;1                                    GDDRIVER.EXE;1                                    
GEBDRIVER.EXE;1                                    GECDRIVER.EXE;1                                   
GFBDRIVER.EXE;1                                    GKDRIVER.EXE;1                                    
IKDRIVER.EXE;1                                     IMAGE_MANAGEMENT.EXE;1                            
IMDRIVER.EXE;1                                     INDRIVER.EXE;1                                    
IO_ROUTINES.EXE;1                                  LADRIVER.EXE;1                                    
LCDRIVER.EXE;1                                     LIDRIVER.EXE;1                                    
LMF$GROUP_TABLE.EXE;1                              LOCKING.EXE;1                                     
LOGICAL_NAMES.EXE;1                                LPDRIVER.EXE;1                                    
LTDRIVER.EXE;1                                     MBXDRIVER.EXE;1                                   
MESSAGE_ROUTINES.EXE;1                             MKDRIVER.EXE;1                                    
NDDRIVER.EXE;1                                     NET$CSMACD.EXE;1                                  
NET$FDDI.EXE;1                                     NETDRIVER.EXE;1                                   
NODRIVER.EXE;1                                     PADRIVER.EXE;1                                    
PAGE_MANAGEMENT.EXE;1                              PBDRIVER.EXE;1                                    
PDDRIVER.EXE;1                                     PEDRIVER.EXE;1                                    
PIDRIVER.EXE;1                                     PKBDRIVER.EXE;1                                   
PKCDRIVER.EXE;1                                    PKIDRIVER.EXE;1                                   
PKNDRIVER.EXE;1                                    PKRDRIVER.EXE;1                                   
PKSDRIVER.EXE;1                                    PKXDRIVER.EXE;1                                   
PRIMITIVE_IO.EXE;1                                 PROCESS_MANAGEMENT.EXE;1                          
PUDRIVER.EXE;1                                     PWDRIVER.EXE;1                                    
RECOVERY_UNIT_SERVICES.EXE;1                       RMS.EXE;1                                         
RTTDRIVER.EXE;1                                    RXDRIVER.EXE;1                                    
SECURITY.EXE;1                                     SHDRIVER.EXE;1                                    
SNAPSHOT_SERVICES.EXE;1                            SODRIVER.EXE;1                                    
SYS$CLUSTER.EXE;1                                  SYS$IPC_SERVICES.EXE;1                            
SYS$NETWORK_SERVICES.EXE;1                         SYS$SCS.EXE;1                                     
SYS$TRANSACTION_SERVICES.EXE;1                     SYS$UTC_SERVICES.EXE;1                            
SYS.EXE;2                                          SYSDEVICE.EXE;1                                   
SYSGETSYI.EXE;1                                    SYSLDR_DYN.EXE;1                                  
SYSLICENSE.EXE;1                                   SYSLOA1202.EXE;1                                  
SYSLOA1302.EXE;1                                   SYSLOA1303.EXE;1                                  
SYSLOA1701.EXE;1                                   SYSLOA410.EXE;1                                   
SYSLOA41D.EXE;1                                    SYSLOA41W.EXE;1                                   
SYSLOA420.EXE;1                                    SYSLOA42D.EXE;1                                   
SYSLOA42S.EXE;1                                    SYSLOA42W.EXE;1                                   
SYSLOA43.EXE;1                                     SYSLOA43D.EXE;1                                   
SYSLOA43S.EXE;1                                    SYSLOA43W.EXE;1                                   
SYSLOA440.EXE;1                                    SYSLOA46.EXE;1                                    
SYSLOA49.EXE;1                                     SYSLOA520.EXE;1                                   
SYSLOA60.EXE;1                                     SYSLOA600.EXE;1                                   
SYSLOA640.EXE;1                                    SYSLOA64D.EXE;1                                   
SYSLOA650.EXE;1                                    SYSLOA65D.EXE;1                                   
SYSLOA660.EXE;1                                    SYSLOA66D.EXE;1                                   
SYSLOA670.EXE;1                                    SYSLOA67D.EXE;1                                   
SYSLOA690.EXE;1                                    SYSLOA69D.EXE;1                                   
SYSLOA700.EXE;1                                    SYSLOA70D.EXE;1                                   
SYSLOA730.EXE;1                                    SYSLOA750.EXE;1                                   
SYSLOA780.EXE;1                                    SYSLOA790.EXE;1                                   
SYSLOA8NN.EXE;1                                    SYSLOA8PS.EXE;1                                   
SYSLOA8SS.EXE;1                                    SYSLOA9AQ.EXE;1                                   
SYSLOA9CC.EXE;1                                    SYSLOA9RR.EXE;1                                   
SYSLOAUV1.EXE;1                                    SYSLOAUV2.EXE;1                                   
SYSLOAWS1.EXE;1                                    SYSLOAWS2.EXE;1                                   
SYSLOAWSD.EXE;1                                    SYSTEM_DEBUG.EXE;1                                
SYSTEM_PRIMITIVES.EXE;1                            SYSTEM_PRIMITIVES_MIN.EXE;1                       
SYSTEM_SYNCHRONIZATION.EXE;1                       SYSTEM_SYNCHRONIZATION_MIN.EXE;1                  
SYSTEM_SYNCHRONIZATION_SPC.EXE;1                   SYSTEM_SYNCHRONIZATION_UNI.EXE;1                  
TFDRIVER.EXE;1                                     TMDRIVER.EXE;1                                    
TSDRIVER.EXE;1                                     TTDRIVER.EXE;1                                    
TUDRIVER.EXE;1                                     TVDRIVER.EXE;1                                    
VAXCLUSTER_CACHE.EXE;1                             VAXEMUL.EXE;1                                     
VBSS.EXE;1                                         VECTOR_PROCESSING.EXE;1                           
VMS$SYSTEM_IMAGES.DATA;1                           VVIEF_BOOTSTRAP.EXE;1                             
WORKING_SET_MANAGEMENT.EXE;1                       WPDRIVER.EXE;1                                    
WSDRIVER.EXE;1                                     XADRIVER.EXE;1                                    
XDDRIVER.EXE;1                                     XEDRIVER.EXE;1                                    
XFDRIVER.EXE;1                                     XIDRIVER.EXE;1                                    
XMDRIVER.EXE;1                                     XQDRIVER.EXE;1                                    
XTDRIVER.EXE;1                                     YCDRIVER.EXE;1                                    
YEDRIVER.EXE;1                                     YFDRIVER.EXE;1                                    
YIDRIVER.EXE;1                                     
 
Total of 195 files. 
 

B.2.6 Files in SYS$STARTUP and SYS$ERR

The directories SYS$STARTUP and SYS$ERR contain the following files:

 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYS$STARTUP] 
 
DEBUG$STARTUP.COM;1                                DECDTM$SHUTDOWN.COM;1                             
DECDTM$STARTUP.COM;1                               DNS$CLERK_STARTUP.COM;1                           
DNS$CLERK_STOP.COM;1                               ESS$LAD_STARTUP.COM;1                             
ESS$LAD_STARTUP.DAT;1                              ESS$LAST_STARTUP.COM;1                            
ESS$LAST_STARTUP.DAT;1                             ESS$STARTUP.COM;1                                 
IPC$STARTUP.COM;1                                  LAT$CONFIG.COM;1                                  
LAT$STARTUP.COM;1                                  LICENSE_CHECK.EXE;1                               
VMS$BASEENVIRON-050_LIB.COM;1                      VMS$BASEENVIRON-050_SMISERVER.COM;1               
VMS$BASEENVIRON-050_VMS.COM;1                      VMS$CONFIG-050_AUDIT_SERVER.COM;1                 
VMS$CONFIG-050_CACHE_SERVER.COM;1                  VMS$CONFIG-050_CSP.COM;1                          
VMS$CONFIG-050_ERRFMT.COM;1                        VMS$CONFIG-050_JOBCTL.COM;1                       
VMS$CONFIG-050_LMF.COM;1                           VMS$CONFIG-050_OPCOM.COM;1                        
VMS$CONFIG-050_SECURITY_SERVER.COM;1               VMS$CONFIG-050_SHADOW_SERVER.COM;1                
VMS$CONFIG-050_VMS.COM;1                           VMS$DEVICE_STARTUP.COM;1                          
VMS$INITIAL-050_CONFIGURE.COM;1                    VMS$INITIAL-050_LIB.COM;1                         
VMS$INITIAL-050_VMS.COM;1                          VMS$LAYERED.DAT;1                                 
VMS$LPBEGIN-050_STARTUP.COM;1                      VMS$PHASES.DAT;1                                  
VMS$VMS.DAT;1                                      
 
Total of 35 files. 
 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSERR] 
 
ERRSNAP.COM;1                                      
 
Total of 1 file. 
 

B.2.7 Files in SYSEXE

The directory SYS$EXE contains the following files:

 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSEXE] 
 
ACC.EXE;1                                          ACLEDT.EXE;1                                      
AGEN$FEEDBACK.EXE;1                                ANALAUDIT.EXE;1                                   
ANALIMDMP.EXE;1                                    ANALYZBAD.EXE;1                                   
ANALYZOBJ.EXE;1                                    ANALYZRMS.EXE;1                                   
AUDIT_SERVER.EXE;1                                 AUTHORIZE.EXE;1                                   
BACKUP.EXE;1                                       BADBLOCK.EXE;1                                    
BOOT58.EXE;1                                       BOOTBLOCK.EXE;1                                   
CDU.EXE;1                                          CHECKSUM.EXE;1                                    
CIA.EXE;1                                          CLUE.EXE;1                                        
CONFIGURE.EXE;1                                    CONVERT.EXE;1                                     
CONVERT_PROXY.EXE;1                                COPY.EXE;1                                        
CREATE.EXE;1                                       CREATEFDL.EXE;1                                   
CSP.EXE;1                                          CVTNAFV5.EXE;1                                    
DBLMSGMGR.EXE;1                                    DCL.EXE;1                                         
DCLDEF.STB;1                                       DECDTMDEF.STB;1                                   
DECW$DWT_DECNET.EXE;1                              DECW$DWT_FONT_DAEMON.EXE;1                        
DECW$DWT_STARTXTDRIVER.EXE;1                       DECW$FONTCOMPILER.EXE;1                           
DECW$MKFONTDIR.EXE;1                               DECW$SERVER_MAIN.EXE;1                            
DECW$SETSHODIS.EXE;1                               DELETE.EXE;1                                      
DIFF.EXE;1                                         DIRECTORY.EXE;1                                   
DISKQUOTA.EXE;1                                    DISMOUNT.EXE;1                                    
DNS$ADVER.EXE;1                                    DNS$ANALYZE.EXE;1                                 
DNS$SOLICIT.EXE;1                                  DSRINDEX.EXE;1                                    
DSRTOC.EXE;1                                       DTEPAD.EXE;1                                      
DTR.COM;1                                          DTRECV.EXE;1                                      
DTSEND.EXE;1                                       DUMP.EXE;1                                        
EDF.EXE;1                                          EDT.EXE;1                                         
ERF.EXE;1                                          ERFADPTR.EXE;1                                    
ERFBRIEF.EXE;1                                     ERFBUS.EXE;1                                      
ERFCNTRL.EXE;1                                     ERFCVAX.EXE;1                                     
ERFDISK.EXE;1                                      ERFDISK2.EXE;1                                    
ERFMISC.EXE;1                                      ERFMSCP.EXE;1                                     
ERFNVAX.EXE;1                                      ERFRLTIM.EXE;1                                    
ERFSCSI.EXE;1                                      ERFSUMM.EXE;1                                     
ERFTAPE.EXE;1                                      ERFUVAX.EXE;1                                     
ERFV14.EXE;1                                       ERFV9000.EXE;1                                    
ERFVAX7XX.EXE;1                                    ERFVX8200.EXE;1                                   
ERFVX8600.EXE;1                                    ERFVX87XX.EXE;1                                   
ERFXRP.EXE;1                                       ERRFMT.EXE;1                                      
ERRSNAP.EXE;1                                      ESS$ISL_VMSLOAD.EXE;1                             
ESS$LADCP.EXE;1                                    ESS$LASTCP.EXE;1                                  
EVL.COM;1                                          EVL.EXE;1                                         
EXCHANGE$NETWORK.EXE;1                             EXCHANGE.EXE;1                                    
F11AACP.EXE;1                                      F11BXQP.EXE;1                                     
F11CACP.EXE;1                                      F11DACP.EXE;1                                     
FAL.COM;1                                          FAL.EXE;1                                         
FILESERV.EXE;1                                     HLD.COM;1                                         
HLD.EXE;1                                          HSCPAD.EXE;1                                      
IMGDEF.STB;1                                       INIT.EXE;1                                        
INPSMB.EXE;1                                       INSTALL.EXE;1                                     
IPCACP.EXE;1                                       IPCDEF.STB;1                                      
ISL_LVAX_061.SYS;1                                 ISL_SVAX_061.SYS;1                                
JBC$COMMAND.EXE;1                                  JBC$JOB_CONTROL.EXE;1                             
LALOAD.EXE;1                                       LALOADER.EXE;1                                    
LATACP.EXE;1                                       LATCP.EXE;1                                       
LATSYM.EXE;1                                       LIBRARIAN.EXE;1                                   
LINK.EXE;1                                         LMCP.EXE;1                                        
LMF$LICENSE.LDB;1                                  LMF$LURT.DAT;1                                    
LMF.EXE;1                                          LOGINOUT.EXE;1                                    
LTPAD.EXE;1                                        MACRO32.EXE;1                                     
MAIL.COM;1                                         MAIL.EXE;1                                        
MAILEDIT.COM;1                                     MAIL_SERVER.EXE;1                                 
MESSAGE.EXE;1                                      MIRROR.COM;1                                      
MIRROR.EXE;1                                       MOM.COM;1                                         
MOM.EXE;1                                          MONITOR.EXE;1                                     
MSCP.EXE;1                                         MSGHLP$MAIN.EXE;1                                 
MTAAACP.EXE;1                                      NCP.EXE;1                                         
NCS.EXE;1                                          NET$NAME_SERVER.EXE;1                             
NETACP.EXE;1                                       NETDEF.STB;1                                      
NETSERVER.COM;1                                    NETSERVER.EXE;1                                   
NICONFIG.COM;1                                     NICONFIG.EXE;1                                    
NML.COM;1                                          NML.EXE;1                                         
OPCCRASH.EXE;1                                     OPCOM.EXE;1                                       
PATCH.EXE;1                                        PCSI$MAIN.EXE;1                                   
PHONE.COM;1                                        PHONE.EXE;1                                       
PRTSMB.EXE;1                                       QMAN$QUEUE_MANAGER.EXE;1                          
QUEMAN.EXE;1                                       RECLAIM.EXE;1                                     
RECOVER.EXE;1                                      REMACP.EXE;1                                      
RENAME.EXE;1                                       REPLY.EXE;1                                       
REQSYSDEF.STB;1                                    REQUEST.EXE;1                                     
RIGHTSLIST.DAT;1                                   RMS.STB;1                                         
RMSDEF.STB;1                                       RMSREC$SERVER.EXE;1                               
RTB.EXE;1                                          RTPAD.EXE;1                                       
RUNDET.EXE;1                                       RUNOFF.EXE;1                                      
SA_STARTUP.COM;1                                   SCSDEF.STB;1                                      
SDA.EXE;1                                          SDLNPARSE.EXE;1                                   
SEARCH.EXE;1                                       SECURITY_SERVER.EXE;1                             
SET.EXE;1                                          SETAUDIT.EXE;1                                    
SETFILENOMOVE.COM;1                                SETFILENOMOVE.EXE;1                               
SETP0.EXE;1                                        SETRIGHTS.EXE;1                                   
SETSHOSECUR.EXE;1                                  SETSHOSERVER.EXE;1                                
SETWATCH.EXE;1                                     SHADOW_SERVER.EXE;1                               
SHOW.EXE;1                                         SHUTDOWN.COM;1                                    
SHWCLSTR.EXE;1                                     SMGBLDTRM.EXE;1                                   
SMGMAPTRM.EXE;1                                    SMGTERMS.TXT;1                                    
SMISERVER.EXE;1                                    SMPUTIL.EXE;1                                     
SNAPSHOT$DRIVER.DAT;1                              SNAPSHOT$IMAGE.DAT;1                              
SNAPSHOT$LOADED_IMAGES.DAT;1                       SNAPSHOT$WATCHDOG.EXE;1                           
SNAPSHOT.EXE;1                                     SORTMERGE.EXE;1                                   
STABACCOP.EXE;1                                    STABACKUP.EXE;1                                   
STACONFIG.EXE;1                                    STANDCONF.EXE;1                                   
STARTUP.COM;1                                      STASYSGEN.EXE;1                                   
STOPREM.EXE;1                                      SUBMIT.EXE;1                                      
SUCCESS.COM;1                                      SUMSLP.EXE;1                                      
SYS.MAP;1                                          SYS.STB;1                                         
SYSBOOT.EXE;1                                      SYSBOOT_XDELTA.EXE;1                              
SYSDEF.STB;1                                       SYSGEN.EXE;1                                      
SYSINIT.EXE;1                                      SYSMAN.EXE;1                                      
SYSUAF.DAT;1                                       SYSUAF.TEMPLATE;1                                 
TECO32.EXE;1                                       TERMTABLE.EXE;1                                   
TERMTABLE.TXT;1                                    TERTIARY_VMB.EXE;1                                
TFF$MASTER.DAT;1                                   TFU.EXE;1                                         
TMSCP.EXE;1                                        TPSERV.EXE;1                                      
TPU.EXE;1                                          TYPE.EXE;1                                        
UNLOCK.EXE;1                                       UTC$CONFIGURE_TDF.EXE;1                           
VERIFY.EXE;1                                       VMB.EXE;1                                         
VMB9AQ.EXE;1                                       VMOUNT.EXE;1                                      
VMS$CREATE_SYSDIRS.COM;1                           VMS$FILE_ATTRIBUTES.DAT;1                         
VMS$IMAGE_VERSION.DAT;1                            VMS$INSTALL_UPG_DATA.COM;1                        
VMS$OBJECTS.DAT;1                                  VMSHELP.EXE;1                                     
VMSPARAMS.DAT;1                                    VPM.EXE;1                                         
WP.EXE;1                                           WRITEBOOT.EXE;1                                   
XFLOADER.EXE;1                                     
 
Total of 245 files. 
 

B.2.8 Files in SYSFONT and SYSFONT.DECW

The directories SYSFONT and SYSFONT.DECW contain the following files:

 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSFONT] 
 
DECW.DIR;1                                         PS_FONT_METRICS.DIR;1                             
VWS.DIR;1                                          XDPS.DIR;1                                        
 
Total of 4 files. 
 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSFONT.DECW] 
 
100DPI.DIR;1                                       75DPI.DIR;1                                       
COMMON.DIR;1                                       CURSOR16.DIR;1                                    
CURSOR32.DIR;1                                     USER_100DPI.DIR;1                                 
USER_75DPI.DIR;1                                   USER_COMMON.DIR;1                                 
USER_CURSOR16.DIR;1                                USER_CURSOR32.DIR;1                               
 
Total of 10 files. 
 

B.2.9 Files in DECW.100DPI

The directory DECW.100DPI contains the following files:

 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSFONT.DECW.100DPI] 
 
AVANTGARDE_BOOK10_100DPI.DECW$FONT;1               AVANTGARDE_BOOK12_100DPI.DECW$FONT;1              
AVANTGARDE_BOOK14_100DPI.DECW$FONT;1               AVANTGARDE_BOOK18_100DPI.DECW$FONT;1              
AVANTGARDE_BOOK24_100DPI.DECW$FONT;1               AVANTGARDE_BOOK8_100DPI.DECW$FONT;1               
AVANTGARDE_BOOKOBLIQUE10_100DPI.DECW$FONT;1        AVANTGARDE_BOOKOBLIQUE12_100DPI.DECW$FONT;1       
AVANTGARDE_BOOKOBLIQUE14_100DPI.DECW$FONT;1        AVANTGARDE_BOOKOBLIQUE18_100DPI.DECW$FONT;1       
AVANTGARDE_BOOKOBLIQUE24_100DPI.DECW$FONT;1        AVANTGARDE_BOOKOBLIQUE8_100DPI.DECW$FONT;1        
AVANTGARDE_DEMI10_100DPI.DECW$FONT;1               AVANTGARDE_DEMI12_100DPI.DECW$FONT;1              
AVANTGARDE_DEMI14_100DPI.DECW$FONT;1               AVANTGARDE_DEMI18_100DPI.DECW$FONT;1              
AVANTGARDE_DEMI24_100DPI.DECW$FONT;1               AVANTGARDE_DEMI8_100DPI.DECW$FONT;1               
AVANTGARDE_DEMIOBLIQUE10_100DPI.DECW$FONT;1        AVANTGARDE_DEMIOBLIQUE12_100DPI.DECW$FONT;1       
AVANTGARDE_DEMIOBLIQUE14_100DPI.DECW$FONT;1        AVANTGARDE_DEMIOBLIQUE18_100DPI.DECW$FONT;1       
AVANTGARDE_DEMIOBLIQUE24_100DPI.DECW$FONT;1        AVANTGARDE_DEMIOBLIQUE8_100DPI.DECW$FONT;1        
COURIER10_100DPI.DECW$FONT;1                       COURIER12_100DPI.DECW$FONT;1                      
COURIER14_100DPI.DECW$FONT;1                       COURIER18_100DPI.DECW$FONT;1                      
COURIER24_100DPI.DECW$FONT;1                       COURIER8_100DPI.DECW$FONT;1                       
COURIER_BOLD10_100DPI.DECW$FONT;1                  COURIER_BOLD12_100DPI.DECW$FONT;1                 
COURIER_BOLD14_100DPI.DECW$FONT;1                  COURIER_BOLD18_100DPI.DECW$FONT;1                 
COURIER_BOLD24_100DPI.DECW$FONT;1                  COURIER_BOLD8_100DPI.DECW$FONT;1                  
COURIER_BOLDOBLIQUE10_100DPI.DECW$FONT;1           COURIER_BOLDOBLIQUE12_100DPI.DECW$FONT;1          
COURIER_BOLDOBLIQUE14_100DPI.DECW$FONT;1           COURIER_BOLDOBLIQUE18_100DPI.DECW$FONT;1          
COURIER_BOLDOBLIQUE24_100DPI.DECW$FONT;1           COURIER_BOLDOBLIQUE8_100DPI.DECW$FONT;1           
COURIER_OBLIQUE10_100DPI.DECW$FONT;1               COURIER_OBLIQUE12_100DPI.DECW$FONT;1              
COURIER_OBLIQUE14_100DPI.DECW$FONT;1               COURIER_OBLIQUE18_100DPI.DECW$FONT;1              
COURIER_OBLIQUE24_100DPI.DECW$FONT;1               COURIER_OBLIQUE8_100DPI.DECW$FONT;1               
DECW$FONT_ALIAS_100DPI.DAT;1                       DECW$FONT_ALIAS_GS_100DPI.DAT;1                   
DECW$FONT_DIRECTORY_100DPI.DAT;1                   DECW$SESSION_100DPI.DECW$FONT;1                   
DUTCH801_DECMATH_EXTENSION10_100DPI.DECW$FONT;1    DUTCH801_DECMATH_EXTENSION12_100DPI.DECW$FONT;1   
DUTCH801_DECMATH_EXTENSION14_100DPI.DECW$FONT;1    DUTCH801_DECMATH_EXTENSION8_100DPI.DECW$FONT;1    
DUTCH801_DECMATH_ITALIC10_100DPI.DECW$FONT;1       DUTCH801_DECMATH_ITALIC12_100DPI.DECW$FONT;1      
DUTCH801_DECMATH_ITALIC14_100DPI.DECW$FONT;1       DUTCH801_DECMATH_ITALIC8_100DPI.DECW$FONT;1       
DUTCH801_DECMATH_SYMBOL10_100DPI.DECW$FONT;1       DUTCH801_DECMATH_SYMBOL12_100DPI.DECW$FONT;1      
DUTCH801_DECMATH_SYMBOL14_100DPI.DECW$FONT;1       DUTCH801_DECMATH_SYMBOL8_100DPI.DECW$FONT;1       
FIXED_100DPI.DECW$FONT;1                           HELVETICA10_100DPI.DECW$FONT;1                    
HELVETICA12_100DPI.DECW$FONT;1                     HELVETICA14_100DPI.DECW$FONT;1                    
HELVETICA18_100DPI.DECW$FONT;1                     HELVETICA24_100DPI.DECW$FONT;1                    
HELVETICA8_100DPI.DECW$FONT;1                      HELVETICA_BOLD10_100DPI.DECW$FONT;1               
HELVETICA_BOLD12_100DPI.DECW$FONT;1                HELVETICA_BOLD14_100DPI.DECW$FONT;1               
HELVETICA_BOLD18_100DPI.DECW$FONT;1                HELVETICA_BOLD24_100DPI.DECW$FONT;1               
HELVETICA_BOLD8_100DPI.DECW$FONT;1                 HELVETICA_BOLDOBLIQUE10_100DPI.DECW$FONT;1        
HELVETICA_BOLDOBLIQUE12_100DPI.DECW$FONT;1         HELVETICA_BOLDOBLIQUE14_100DPI.DECW$FONT;1        
HELVETICA_BOLDOBLIQUE18_100DPI.DECW$FONT;1         HELVETICA_BOLDOBLIQUE24_100DPI.DECW$FONT;1        
HELVETICA_BOLDOBLIQUE8_100DPI.DECW$FONT;1          HELVETICA_OBLIQUE10_100DPI.DECW$FONT;1            
HELVETICA_OBLIQUE12_100DPI.DECW$FONT;1             HELVETICA_OBLIQUE14_100DPI.DECW$FONT;1            
HELVETICA_OBLIQUE18_100DPI.DECW$FONT;1             HELVETICA_OBLIQUE24_100DPI.DECW$FONT;1            
HELVETICA_OBLIQUE8_100DPI.DECW$FONT;1              INTERIM_DM_EXTENSION14_100DPI.DECW$FONT;1         
INTERIM_DM_ITALIC14_100DPI.DECW$FONT;1             INTERIM_DM_SYMBOL14_100DPI.DECW$FONT;1            
LUBALINGRAPH_BOOK10_100DPI.DECW$FONT;1             LUBALINGRAPH_BOOK12_100DPI.DECW$FONT;1            
LUBALINGRAPH_BOOK14_100DPI.DECW$FONT;1             LUBALINGRAPH_BOOK18_100DPI.DECW$FONT;1            
LUBALINGRAPH_BOOK24_100DPI.DECW$FONT;1             LUBALINGRAPH_BOOK8_100DPI.DECW$FONT;1             
LUBALINGRAPH_BOOKOBLIQUE10_100DPI.DECW$FONT;1      LUBALINGRAPH_BOOKOBLIQUE12_100DPI.DECW$FONT;1     
LUBALINGRAPH_BOOKOBLIQUE14_100DPI.DECW$FONT;1      LUBALINGRAPH_BOOKOBLIQUE18_100DPI.DECW$FONT;1     
LUBALINGRAPH_BOOKOBLIQUE24_100DPI.DECW$FONT;1      LUBALINGRAPH_BOOKOBLIQUE8_100DPI.DECW$FONT;1      
LUBALINGRAPH_DEMI10_100DPI.DECW$FONT;1             LUBALINGRAPH_DEMI12_100DPI.DECW$FONT;1            
LUBALINGRAPH_DEMI14_100DPI.DECW$FONT;1             LUBALINGRAPH_DEMI18_100DPI.DECW$FONT;1            
LUBALINGRAPH_DEMI24_100DPI.DECW$FONT;1             LUBALINGRAPH_DEMI8_100DPI.DECW$FONT;1             
LUBALINGRAPH_DEMIOBLIQUE10_100DPI.DECW$FONT;1      LUBALINGRAPH_DEMIOBLIQUE12_100DPI.DECW$FONT;1     
LUBALINGRAPH_DEMIOBLIQUE14_100DPI.DECW$FONT;1      LUBALINGRAPH_DEMIOBLIQUE18_100DPI.DECW$FONT;1     
LUBALINGRAPH_DEMIOBLIQUE24_100DPI.DECW$FONT;1      LUBALINGRAPH_DEMIOBLIQUE8_100DPI.DECW$FONT;1      
LUCIDABRIGHT08_100DPI.DECW$FONT;1                  LUCIDABRIGHT10_100DPI.DECW$FONT;1                 
LUCIDABRIGHT12_100DPI.DECW$FONT;1                  LUCIDABRIGHT14_100DPI.DECW$FONT;1                 
LUCIDABRIGHT18_100DPI.DECW$FONT;1                  LUCIDABRIGHT19_100DPI.DECW$FONT;1                 
LUCIDABRIGHT24_100DPI.DECW$FONT;1                  LUCIDABRIGHT_DEMI08_100DPI.DECW$FONT;1            
LUCIDABRIGHT_DEMI10_100DPI.DECW$FONT;1             LUCIDABRIGHT_DEMI12_100DPI.DECW$FONT;1            
LUCIDABRIGHT_DEMI14_100DPI.DECW$FONT;1             LUCIDABRIGHT_DEMI18_100DPI.DECW$FONT;1            
LUCIDABRIGHT_DEMI19_100DPI.DECW$FONT;1             LUCIDABRIGHT_DEMI24_100DPI.DECW$FONT;1            
LUCIDABRIGHT_DEMIITALIC08_100DPI.DECW$FONT;1       LUCIDABRIGHT_DEMIITALIC10_100DPI.DECW$FONT;1      
LUCIDABRIGHT_DEMIITALIC12_100DPI.DECW$FONT;1       LUCIDABRIGHT_DEMIITALIC14_100DPI.DECW$FONT;1      
LUCIDABRIGHT_DEMIITALIC18_100DPI.DECW$FONT;1       LUCIDABRIGHT_DEMIITALIC19_100DPI.DECW$FONT;1      
LUCIDABRIGHT_DEMIITALIC24_100DPI.DECW$FONT;1       LUCIDABRIGHT_ITALIC08_100DPI.DECW$FONT;1          
LUCIDABRIGHT_ITALIC10_100DPI.DECW$FONT;1           LUCIDABRIGHT_ITALIC12_100DPI.DECW$FONT;1          
LUCIDABRIGHT_ITALIC14_100DPI.DECW$FONT;1           LUCIDABRIGHT_ITALIC18_100DPI.DECW$FONT;1          
LUCIDABRIGHT_ITALIC19_100DPI.DECW$FONT;1           LUCIDABRIGHT_ITALIC24_100DPI.DECW$FONT;1          
LUCIDATYPEWRITER_BOLDSANS08_100DPI.DECW$FONT;1     LUCIDATYPEWRITER_BOLDSANS10_100DPI.DECW$FONT;1    
LUCIDATYPEWRITER_BOLDSANS12_100DPI.DECW$FONT;1     LUCIDATYPEWRITER_BOLDSANS14_100DPI.DECW$FONT;1    
LUCIDATYPEWRITER_BOLDSANS18_100DPI.DECW$FONT;1     LUCIDATYPEWRITER_BOLDSANS19_100DPI.DECW$FONT;1    
LUCIDATYPEWRITER_BOLDSANS24_100DPI.DECW$FONT;1     LUCIDATYPEWRITER_SANS08_100DPI.DECW$FONT;1        
LUCIDATYPEWRITER_SANS10_100DPI.DECW$FONT;1         LUCIDATYPEWRITER_SANS12_100DPI.DECW$FONT;1        
LUCIDATYPEWRITER_SANS14_100DPI.DECW$FONT;1         LUCIDATYPEWRITER_SANS18_100DPI.DECW$FONT;1        
LUCIDATYPEWRITER_SANS19_100DPI.DECW$FONT;1         LUCIDATYPEWRITER_SANS24_100DPI.DECW$FONT;1        
LUCIDA_BOLDITALICSANS08_100DPI.DECW$FONT;1         LUCIDA_BOLDITALICSANS10_100DPI.DECW$FONT;1        
LUCIDA_BOLDITALICSANS12_100DPI.DECW$FONT;1         LUCIDA_BOLDITALICSANS14_100DPI.DECW$FONT;1        
LUCIDA_BOLDITALICSANS18_100DPI.DECW$FONT;1         LUCIDA_BOLDITALICSANS19_100DPI.DECW$FONT;1        
LUCIDA_BOLDITALICSANS24_100DPI.DECW$FONT;1         LUCIDA_BOLDSANS08_100DPI.DECW$FONT;1              
LUCIDA_BOLDSANS10_100DPI.DECW$FONT;1               LUCIDA_BOLDSANS12_100DPI.DECW$FONT;1              
LUCIDA_BOLDSANS14_100DPI.DECW$FONT;1               LUCIDA_BOLDSANS18_100DPI.DECW$FONT;1              
LUCIDA_BOLDSANS19_100DPI.DECW$FONT;1               LUCIDA_BOLDSANS24_100DPI.DECW$FONT;1              
LUCIDA_ITALICSANS08_100DPI.DECW$FONT;1             LUCIDA_ITALICSANS10_100DPI.DECW$FONT;1            
LUCIDA_ITALICSANS12_100DPI.DECW$FONT;1             LUCIDA_ITALICSANS14_100DPI.DECW$FONT;1            
LUCIDA_ITALICSANS18_100DPI.DECW$FONT;1             LUCIDA_ITALICSANS19_100DPI.DECW$FONT;1            
LUCIDA_ITALICSANS24_100DPI.DECW$FONT;1             LUCIDA_SANS08_100DPI.DECW$FONT;1                  
LUCIDA_SANS10_100DPI.DECW$FONT;1                   LUCIDA_SANS12_100DPI.DECW$FONT;1                  
LUCIDA_SANS14_100DPI.DECW$FONT;1                   LUCIDA_SANS18_100DPI.DECW$FONT;1                  
LUCIDA_SANS19_100DPI.DECW$FONT;1                   LUCIDA_SANS24_100DPI.DECW$FONT;1                  
MENU10_100DPI.DECW$FONT;1                          MENU12_100DPI.DECW$FONT;1                         
NEWCENTURYSCHLBK_BOLD10_100DPI.DECW$FONT;1         NEWCENTURYSCHLBK_BOLD12_100DPI.DECW$FONT;1        
NEWCENTURYSCHLBK_BOLD14_100DPI.DECW$FONT;1         NEWCENTURYSCHLBK_BOLD18_100DPI.DECW$FONT;1        
NEWCENTURYSCHLBK_BOLD24_100DPI.DECW$FONT;1         NEWCENTURYSCHLBK_BOLD8_100DPI.DECW$FONT;1         
NEWCENTURYSCHLBK_BOLDITALIC10_100DPI.DECW$FONT;1   NEWCENTURYSCHLBK_BOLDITALIC12_100DPI.DECW$FONT;1  
NEWCENTURYSCHLBK_BOLDITALIC14_100DPI.DECW$FONT;1   NEWCENTURYSCHLBK_BOLDITALIC18_100DPI.DECW$FONT;1  
NEWCENTURYSCHLBK_BOLDITALIC24_100DPI.DECW$FONT;1   NEWCENTURYSCHLBK_BOLDITALIC8_100DPI.DECW$FONT;1   
NEWCENTURYSCHLBK_ITALIC10_100DPI.DECW$FONT;1       NEWCENTURYSCHLBK_ITALIC12_100DPI.DECW$FONT;1      
NEWCENTURYSCHLBK_ITALIC14_100DPI.DECW$FONT;1       NEWCENTURYSCHLBK_ITALIC18_100DPI.DECW$FONT;1      
NEWCENTURYSCHLBK_ITALIC24_100DPI.DECW$FONT;1       NEWCENTURYSCHLBK_ITALIC8_100DPI.DECW$FONT;1       
NEWCENTURYSCHLBK_ROMAN10_100DPI.DECW$FONT;1        NEWCENTURYSCHLBK_ROMAN12_100DPI.DECW$FONT;1       
NEWCENTURYSCHLBK_ROMAN14_100DPI.DECW$FONT;1        NEWCENTURYSCHLBK_ROMAN18_100DPI.DECW$FONT;1       
NEWCENTURYSCHLBK_ROMAN24_100DPI.DECW$FONT;1        NEWCENTURYSCHLBK_ROMAN8_100DPI.DECW$FONT;1        
PRESENT_BULLETS10_100.DECW$FONT;1                  PRESENT_BULLETS12_100.DECW$FONT;1                 
PRESENT_BULLETS14_100.DECW$FONT;1                  PRESENT_BULLETS18_100.DECW$FONT;1                 
PRESENT_BULLETS24_100.DECW$FONT;1                  PRESENT_BULLETS36_100.DECW$FONT;1                 
PRESENT_BULLETS48_100.DECW$FONT;1                  PRESENT_BULLETS72_100.DECW$FONT;1                 
PRESENT_BULLETS8_100.DECW$FONT;1                   SOUVENIR_DEMI10_100DPI.DECW$FONT;1                
SOUVENIR_DEMI12_100DPI.DECW$FONT;1                 SOUVENIR_DEMI14_100DPI.DECW$FONT;1                
SOUVENIR_DEMI18_100DPI.DECW$FONT;1                 SOUVENIR_DEMI24_100DPI.DECW$FONT;1                
SOUVENIR_DEMI8_100DPI.DECW$FONT;1                  SOUVENIR_DEMIITALIC10_100DPI.DECW$FONT;1          
SOUVENIR_DEMIITALIC12_100DPI.DECW$FONT;1           SOUVENIR_DEMIITALIC14_100DPI.DECW$FONT;1          
SOUVENIR_DEMIITALIC18_100DPI.DECW$FONT;1           SOUVENIR_DEMIITALIC24_100DPI.DECW$FONT;1          
SOUVENIR_DEMIITALIC8_100DPI.DECW$FONT;1            SOUVENIR_LIGHT10_100DPI.DECW$FONT;1               
SOUVENIR_LIGHT12_100DPI.DECW$FONT;1                SOUVENIR_LIGHT14_100DPI.DECW$FONT;1               
SOUVENIR_LIGHT18_100DPI.DECW$FONT;1                SOUVENIR_LIGHT24_100DPI.DECW$FONT;1               
SOUVENIR_LIGHT8_100DPI.DECW$FONT;1                 SOUVENIR_LIGHTITALIC10_100DPI.DECW$FONT;1         
SOUVENIR_LIGHTITALIC12_100DPI.DECW$FONT;1          SOUVENIR_LIGHTITALIC14_100DPI.DECW$FONT;1         
SOUVENIR_LIGHTITALIC18_100DPI.DECW$FONT;1          SOUVENIR_LIGHTITALIC24_100DPI.DECW$FONT;1         
SOUVENIR_LIGHTITALIC8_100DPI.DECW$FONT;1           SYMBOL10_100DPI.DECW$FONT;1                       
SYMBOL12_100DPI.DECW$FONT;1                        SYMBOL14_100DPI.DECW$FONT;1                       
SYMBOL18_100DPI.DECW$FONT;1                        SYMBOL24_100DPI.DECW$FONT;1                       
SYMBOL8_100DPI.DECW$FONT;1                         TERMINAL10_100DPI.DECW$FONT;1                     
TERMINAL14_100DPI.DECW$FONT;1                      TERMINAL18_100DPI.DECW$FONT;1                     
TERMINAL20_100DPI.DECW$FONT;1                      TERMINAL28_100DPI.DECW$FONT;1                     
TERMINAL36_100DPI.DECW$FONT;1                      TERMINAL_BOLD10_100DPI.DECW$FONT;1                
TERMINAL_BOLD14_100DPI.DECW$FONT;1                 TERMINAL_BOLD18_100DPI.DECW$FONT;1                
TERMINAL_BOLD20_100DPI.DECW$FONT;1                 TERMINAL_BOLD28_100DPI.DECW$FONT;1                
TERMINAL_BOLD36_100DPI.DECW$FONT;1                 TERMINAL_BOLD_DBLWIDE10_100DPI.DECW$FONT;1        
TERMINAL_BOLD_DBLWIDE14_100DPI.DECW$FONT;1         TERMINAL_BOLD_DBLWIDE18_100DPI.DECW$FONT;1        
TERMINAL_BOLD_DBLWIDE_DECTECH10_100DPI.DECW$FONT;1 TERMINAL_BOLD_DBLWIDE_DECTECH14_100DPI.DECW$FONT;1 
TERMINAL_BOLD_DBLWIDE_DECTECH18_100DPI.DECW$FONT;1 TERMINAL_BOLD_DECTECH10_100DPI.DECW$FONT;1        
TERMINAL_BOLD_DECTECH14_100DPI.DECW$FONT;1         TERMINAL_BOLD_DECTECH18_100DPI.DECW$FONT;1        
TERMINAL_BOLD_DECTECH20_100DPI.DECW$FONT;1         TERMINAL_BOLD_DECTECH28_100DPI.DECW$FONT;1        
TERMINAL_BOLD_DECTECH36_100DPI.DECW$FONT;1         TERMINAL_BOLD_NARROW10_100DPI.DECW$FONT;1         
TERMINAL_BOLD_NARROW14_100DPI.DECW$FONT;1          TERMINAL_BOLD_NARROW18_100DPI.DECW$FONT;1         
TERMINAL_BOLD_NARROW20_100DPI.DECW$FONT;1          TERMINAL_BOLD_NARROW28_100DPI.DECW$FONT;1         
TERMINAL_BOLD_NARROW36_100DPI.DECW$FONT;1          TERMINAL_BOLD_NARROW_DECTECH10_100DPI.DECW$FONT;1 
TERMINAL_BOLD_NARROW_DECTECH14_100DPI.DECW$FONT;1  TERMINAL_BOLD_NARROW_DECTECH18_100DPI.DECW$FONT;1 
TERMINAL_BOLD_NARROW_DECTECH20_100DPI.DECW$FONT;1  TERMINAL_BOLD_NARROW_DECTECH28_100DPI.DECW$FONT;1 
TERMINAL_BOLD_NARROW_DECTECH36_100DPI.DECW$FONT;1  TERMINAL_BOLD_WIDE10_100DPI.DECW$FONT;1           
TERMINAL_BOLD_WIDE14_100DPI.DECW$FONT;1            TERMINAL_BOLD_WIDE18_100DPI.DECW$FONT;1           
TERMINAL_BOLD_WIDE_DECTECH10_100DPI.DECW$FONT;1    TERMINAL_BOLD_WIDE_DECTECH14_100DPI.DECW$FONT;1   
TERMINAL_BOLD_WIDE_DECTECH18_100DPI.DECW$FONT;1    TERMINAL_DBLWIDE10_100DPI.DECW$FONT;1             
TERMINAL_DBLWIDE14_100DPI.DECW$FONT;1              TERMINAL_DBLWIDE18_100DPI.DECW$FONT;1             
TERMINAL_DBLWIDE_DECTECH10_100DPI.DECW$FONT;1      TERMINAL_DBLWIDE_DECTECH14_100DPI.DECW$FONT;1     
TERMINAL_DBLWIDE_DECTECH18_100DPI.DECW$FONT;1      TERMINAL_DECTECH10_100DPI.DECW$FONT;1             
TERMINAL_DECTECH14_100DPI.DECW$FONT;1              TERMINAL_DECTECH18_100DPI.DECW$FONT;1             
TERMINAL_DECTECH20_100DPI.DECW$FONT;1              TERMINAL_DECTECH28_100DPI.DECW$FONT;1             
TERMINAL_DECTECH36_100DPI.DECW$FONT;1              TERMINAL_GS10_100DPI.DECW$FONT;1                  
TERMINAL_GS14_100DPI.DECW$FONT;1                   TERMINAL_NARROW10_100DPI.DECW$FONT;1              
TERMINAL_NARROW14_100DPI.DECW$FONT;1               TERMINAL_NARROW18_100DPI.DECW$FONT;1              
TERMINAL_NARROW20_100DPI.DECW$FONT;1               TERMINAL_NARROW28_100DPI.DECW$FONT;1              
TERMINAL_NARROW36_100DPI.DECW$FONT;1               TERMINAL_NARROW_DECTECH10_100DPI.DECW$FONT;1      
TERMINAL_NARROW_DECTECH14_100DPI.DECW$FONT;1       TERMINAL_NARROW_DECTECH18_100DPI.DECW$FONT;1      
TERMINAL_NARROW_DECTECH20_100DPI.DECW$FONT;1       TERMINAL_NARROW_DECTECH28_100DPI.DECW$FONT;1      
TERMINAL_NARROW_DECTECH36_100DPI.DECW$FONT;1       TERMINAL_WIDE10_100DPI.DECW$FONT;1                
TERMINAL_WIDE14_100DPI.DECW$FONT;1                 TERMINAL_WIDE18_100DPI.DECW$FONT;1                
TERMINAL_WIDE_DECTECH10_100DPI.DECW$FONT;1         TERMINAL_WIDE_DECTECH14_100DPI.DECW$FONT;1        
TERMINAL_WIDE_DECTECH18_100DPI.DECW$FONT;1         TIMES_BOLD10_100DPI.DECW$FONT;1                   
TIMES_BOLD12_100DPI.DECW$FONT;1                    TIMES_BOLD14_100DPI.DECW$FONT;1                   
TIMES_BOLD18_100DPI.DECW$FONT;1                    TIMES_BOLD24_100DPI.DECW$FONT;1                   
TIMES_BOLD8_100DPI.DECW$FONT;1                     TIMES_BOLDITALIC10_100DPI.DECW$FONT;1             
TIMES_BOLDITALIC12_100DPI.DECW$FONT;1              TIMES_BOLDITALIC14_100DPI.DECW$FONT;1             
TIMES_BOLDITALIC18_100DPI.DECW$FONT;1              TIMES_BOLDITALIC24_100DPI.DECW$FONT;1             
TIMES_BOLDITALIC8_100DPI.DECW$FONT;1               TIMES_ITALIC10_100DPI.DECW$FONT;1                 
TIMES_ITALIC12_100DPI.DECW$FONT;1                  TIMES_ITALIC14_100DPI.DECW$FONT;1                 
TIMES_ITALIC18_100DPI.DECW$FONT;1                  TIMES_ITALIC24_100DPI.DECW$FONT;1                 
TIMES_ITALIC8_100DPI.DECW$FONT;1                   TIMES_ROMAN10_100DPI.DECW$FONT;1                  
TIMES_ROMAN12_100DPI.DECW$FONT;1                   TIMES_ROMAN14_100DPI.DECW$FONT;1                  
TIMES_ROMAN18_100DPI.DECW$FONT;1                   TIMES_ROMAN24_100DPI.DECW$FONT;1                  
TIMES_ROMAN8_100DPI.DECW$FONT;1                    VARIABLE_100DPI.DECW$FONT;1                       
 
Total of 350 files. 
 

B.2.10 Files in DECW.75DPI

The directory DECW.75DPI contains the following files:

 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSFONT.DECW.75DPI] 
 
AVANTGARDE_BOOK10.DECW$FONT;1                      AVANTGARDE_BOOK12.DECW$FONT;1                     
AVANTGARDE_BOOK14.DECW$FONT;1                      AVANTGARDE_BOOK18.DECW$FONT;1                     
AVANTGARDE_BOOK24.DECW$FONT;1                      AVANTGARDE_BOOK8.DECW$FONT;1                      
AVANTGARDE_BOOKOBLIQUE10.DECW$FONT;1               AVANTGARDE_BOOKOBLIQUE12.DECW$FONT;1              
AVANTGARDE_BOOKOBLIQUE14.DECW$FONT;1               AVANTGARDE_BOOKOBLIQUE18.DECW$FONT;1              
AVANTGARDE_BOOKOBLIQUE24.DECW$FONT;1               AVANTGARDE_BOOKOBLIQUE8.DECW$FONT;1               
AVANTGARDE_DEMI10.DECW$FONT;1                      AVANTGARDE_DEMI12.DECW$FONT;1                     
AVANTGARDE_DEMI14.DECW$FONT;1                      AVANTGARDE_DEMI18.DECW$FONT;1                     
AVANTGARDE_DEMI24.DECW$FONT;1                      AVANTGARDE_DEMI8.DECW$FONT;1                      
AVANTGARDE_DEMIOBLIQUE10.DECW$FONT;1               AVANTGARDE_DEMIOBLIQUE12.DECW$FONT;1              
AVANTGARDE_DEMIOBLIQUE14.DECW$FONT;1               AVANTGARDE_DEMIOBLIQUE18.DECW$FONT;1              
AVANTGARDE_DEMIOBLIQUE24.DECW$FONT;1               AVANTGARDE_DEMIOBLIQUE8.DECW$FONT;1               
COURIER10.DECW$FONT;1                              COURIER12.DECW$FONT;1                             
COURIER14.DECW$FONT;1                              COURIER18.DECW$FONT;1                             
COURIER24.DECW$FONT;1                              COURIER8.DECW$FONT;1                              
COURIER_BOLD10.DECW$FONT;1                         COURIER_BOLD12.DECW$FONT;1                        
COURIER_BOLD14.DECW$FONT;1                         COURIER_BOLD18.DECW$FONT;1                        
COURIER_BOLD24.DECW$FONT;1                         COURIER_BOLD8.DECW$FONT;1                         
COURIER_BOLDOBLIQUE10.DECW$FONT;1                  COURIER_BOLDOBLIQUE12.DECW$FONT;1                 
COURIER_BOLDOBLIQUE14.DECW$FONT;1                  COURIER_BOLDOBLIQUE18.DECW$FONT;1                 
COURIER_BOLDOBLIQUE24.DECW$FONT;1                  COURIER_BOLDOBLIQUE8.DECW$FONT;1                  
COURIER_OBLIQUE10.DECW$FONT;1                      COURIER_OBLIQUE12.DECW$FONT;1                     
COURIER_OBLIQUE14.DECW$FONT;1                      COURIER_OBLIQUE18.DECW$FONT;1                     
COURIER_OBLIQUE24.DECW$FONT;1                      COURIER_OBLIQUE8.DECW$FONT;1                      
DECW$FONT_ALIAS.DAT;1                              DECW$FONT_DIRECTORY.DAT;1                         
DECW$SESSION.DECW$FONT;1                           DUTCH801_DECMATH_EXTENSION10.DECW$FONT;1          
DUTCH801_DECMATH_EXTENSION12.DECW$FONT;1           DUTCH801_DECMATH_EXTENSION14.DECW$FONT;1          
DUTCH801_DECMATH_EXTENSION8.DECW$FONT;1            DUTCH801_DECMATH_ITALIC10.DECW$FONT;1             
DUTCH801_DECMATH_ITALIC12.DECW$FONT;1              DUTCH801_DECMATH_ITALIC14.DECW$FONT;1             
DUTCH801_DECMATH_ITALIC8.DECW$FONT;1               DUTCH801_DECMATH_SYMBOL10.DECW$FONT;1             
DUTCH801_DECMATH_SYMBOL12.DECW$FONT;1              DUTCH801_DECMATH_SYMBOL14.DECW$FONT;1             
DUTCH801_DECMATH_SYMBOL8.DECW$FONT;1               FIXED.DECW$FONT;1                                 
HELVETICA10.DECW$FONT;1                            HELVETICA12.DECW$FONT;1                           
HELVETICA14.DECW$FONT;1                            HELVETICA18.DECW$FONT;1                           
HELVETICA24.DECW$FONT;1                            HELVETICA8.DECW$FONT;1                            
HELVETICA_BOLD10.DECW$FONT;1                       HELVETICA_BOLD12.DECW$FONT;1                      
HELVETICA_BOLD14.DECW$FONT;1                       HELVETICA_BOLD18.DECW$FONT;1                      
HELVETICA_BOLD24.DECW$FONT;1                       HELVETICA_BOLD8.DECW$FONT;1                       
HELVETICA_BOLDOBLIQUE10.DECW$FONT;1                HELVETICA_BOLDOBLIQUE12.DECW$FONT;1               
HELVETICA_BOLDOBLIQUE14.DECW$FONT;1                HELVETICA_BOLDOBLIQUE18.DECW$FONT;1               
HELVETICA_BOLDOBLIQUE24.DECW$FONT;1                HELVETICA_BOLDOBLIQUE8.DECW$FONT;1                
HELVETICA_OBLIQUE10.DECW$FONT;1                    HELVETICA_OBLIQUE12.DECW$FONT;1                   
HELVETICA_OBLIQUE14.DECW$FONT;1                    HELVETICA_OBLIQUE18.DECW$FONT;1                   
HELVETICA_OBLIQUE24.DECW$FONT;1                    HELVETICA_OBLIQUE8.DECW$FONT;1                    
INTERIM_DM_EXTENSION14.DECW$FONT;1                 INTERIM_DM_ITALIC14.DECW$FONT;1                   
INTERIM_DM_SYMBOL14.DECW$FONT;1                    LUBALINGRAPH_BOOK10.DECW$FONT;1                   
LUBALINGRAPH_BOOK12.DECW$FONT;1                    LUBALINGRAPH_BOOK14.DECW$FONT;1                   
LUBALINGRAPH_BOOK18.DECW$FONT;1                    LUBALINGRAPH_BOOK24.DECW$FONT;1                   
LUBALINGRAPH_BOOK8.DECW$FONT;1                     LUBALINGRAPH_BOOKOBLIQUE10.DECW$FONT;1            
LUBALINGRAPH_BOOKOBLIQUE12.DECW$FONT;1             LUBALINGRAPH_BOOKOBLIQUE14.DECW$FONT;1            
LUBALINGRAPH_BOOKOBLIQUE18.DECW$FONT;1             LUBALINGRAPH_BOOKOBLIQUE24.DECW$FONT;1            
LUBALINGRAPH_BOOKOBLIQUE8.DECW$FONT;1              LUBALINGRAPH_DEMI10.DECW$FONT;1                   
LUBALINGRAPH_DEMI12.DECW$FONT;1                    LUBALINGRAPH_DEMI14.DECW$FONT;1                   
LUBALINGRAPH_DEMI18.DECW$FONT;1                    LUBALINGRAPH_DEMI24.DECW$FONT;1                   
LUBALINGRAPH_DEMI8.DECW$FONT;1                     LUBALINGRAPH_DEMIOBLIQUE10.DECW$FONT;1            
LUBALINGRAPH_DEMIOBLIQUE12.DECW$FONT;1             LUBALINGRAPH_DEMIOBLIQUE14.DECW$FONT;1            
LUBALINGRAPH_DEMIOBLIQUE18.DECW$FONT;1             LUBALINGRAPH_DEMIOBLIQUE24.DECW$FONT;1            
LUBALINGRAPH_DEMIOBLIQUE8.DECW$FONT;1              LUCIDABRIGHT08.DECW$FONT;1                        
LUCIDABRIGHT10.DECW$FONT;1                         LUCIDABRIGHT12.DECW$FONT;1                        
LUCIDABRIGHT14.DECW$FONT;1                         LUCIDABRIGHT18.DECW$FONT;1                        
LUCIDABRIGHT19.DECW$FONT;1                         LUCIDABRIGHT24.DECW$FONT;1                        
LUCIDABRIGHT_DEMI08.DECW$FONT;1                    LUCIDABRIGHT_DEMI10.DECW$FONT;1                   
LUCIDABRIGHT_DEMI12.DECW$FONT;1                    LUCIDABRIGHT_DEMI14.DECW$FONT;1                   
LUCIDABRIGHT_DEMI18.DECW$FONT;1                    LUCIDABRIGHT_DEMI19.DECW$FONT;1                   
LUCIDABRIGHT_DEMI24.DECW$FONT;1                    LUCIDABRIGHT_DEMIITALIC08.DECW$FONT;1             
LUCIDABRIGHT_DEMIITALIC10.DECW$FONT;1              LUCIDABRIGHT_DEMIITALIC12.DECW$FONT;1             
LUCIDABRIGHT_DEMIITALIC14.DECW$FONT;1              LUCIDABRIGHT_DEMIITALIC18.DECW$FONT;1             
LUCIDABRIGHT_DEMIITALIC19.DECW$FONT;1              LUCIDABRIGHT_DEMIITALIC24.DECW$FONT;1             
LUCIDABRIGHT_ITALIC08.DECW$FONT;1                  LUCIDABRIGHT_ITALIC10.DECW$FONT;1                 
LUCIDABRIGHT_ITALIC12.DECW$FONT;1                  LUCIDABRIGHT_ITALIC14.DECW$FONT;1                 
LUCIDABRIGHT_ITALIC18.DECW$FONT;1                  LUCIDABRIGHT_ITALIC19.DECW$FONT;1                 
LUCIDABRIGHT_ITALIC24.DECW$FONT;1                  LUCIDATYPEWRITER_BOLDSANS08.DECW$FONT;1           
LUCIDATYPEWRITER_BOLDSANS10.DECW$FONT;1            LUCIDATYPEWRITER_BOLDSANS12.DECW$FONT;1           
LUCIDATYPEWRITER_BOLDSANS14.DECW$FONT;1            LUCIDATYPEWRITER_BOLDSANS18.DECW$FONT;1           
LUCIDATYPEWRITER_BOLDSANS19.DECW$FONT;1            LUCIDATYPEWRITER_BOLDSANS24.DECW$FONT;1           
LUCIDATYPEWRITER_SANS08.DECW$FONT;1                LUCIDATYPEWRITER_SANS10.DECW$FONT;1               
LUCIDATYPEWRITER_SANS12.DECW$FONT;1                LUCIDATYPEWRITER_SANS14.DECW$FONT;1               
LUCIDATYPEWRITER_SANS18.DECW$FONT;1                LUCIDATYPEWRITER_SANS19.DECW$FONT;1               
LUCIDATYPEWRITER_SANS24.DECW$FONT;1                LUCIDA_BOLDITALICSANS08.DECW$FONT;1               
LUCIDA_BOLDITALICSANS10.DECW$FONT;1                LUCIDA_BOLDITALICSANS12.DECW$FONT;1               
LUCIDA_BOLDITALICSANS14.DECW$FONT;1                LUCIDA_BOLDITALICSANS18.DECW$FONT;1               
LUCIDA_BOLDITALICSANS19.DECW$FONT;1                LUCIDA_BOLDITALICSANS24.DECW$FONT;1               
LUCIDA_BOLDSANS08.DECW$FONT;1                      LUCIDA_BOLDSANS10.DECW$FONT;1                     
LUCIDA_BOLDSANS12.DECW$FONT;1                      LUCIDA_BOLDSANS14.DECW$FONT;1                     
LUCIDA_BOLDSANS18.DECW$FONT;1                      LUCIDA_BOLDSANS19.DECW$FONT;1                     
LUCIDA_BOLDSANS24.DECW$FONT;1                      LUCIDA_ITALICSANS08.DECW$FONT;1                   
LUCIDA_ITALICSANS10.DECW$FONT;1                    LUCIDA_ITALICSANS12.DECW$FONT;1                   
LUCIDA_ITALICSANS14.DECW$FONT;1                    LUCIDA_ITALICSANS18.DECW$FONT;1                   
LUCIDA_ITALICSANS19.DECW$FONT;1                    LUCIDA_ITALICSANS24.DECW$FONT;1                   
LUCIDA_SANS08.DECW$FONT;1                          LUCIDA_SANS10.DECW$FONT;1                         
LUCIDA_SANS12.DECW$FONT;1                          LUCIDA_SANS14.DECW$FONT;1                         
LUCIDA_SANS18.DECW$FONT;1                          LUCIDA_SANS19.DECW$FONT;1                         
LUCIDA_SANS24.DECW$FONT;1                          MENU10.DECW$FONT;1                                
MENU12.DECW$FONT;1                                 NEWCENTURYSCHLBK_BOLD10.DECW$FONT;1               
NEWCENTURYSCHLBK_BOLD12.DECW$FONT;1                NEWCENTURYSCHLBK_BOLD14.DECW$FONT;1               
NEWCENTURYSCHLBK_BOLD18.DECW$FONT;1                NEWCENTURYSCHLBK_BOLD24.DECW$FONT;1               
NEWCENTURYSCHLBK_BOLD8.DECW$FONT;1                 NEWCENTURYSCHLBK_BOLDITALIC10.DECW$FONT;1         
NEWCENTURYSCHLBK_BOLDITALIC12.DECW$FONT;1          NEWCENTURYSCHLBK_BOLDITALIC14.DECW$FONT;1         
NEWCENTURYSCHLBK_BOLDITALIC18.DECW$FONT;1          NEWCENTURYSCHLBK_BOLDITALIC24.DECW$FONT;1         
NEWCENTURYSCHLBK_BOLDITALIC8.DECW$FONT;1           NEWCENTURYSCHLBK_ITALIC10.DECW$FONT;1             
NEWCENTURYSCHLBK_ITALIC12.DECW$FONT;1              NEWCENTURYSCHLBK_ITALIC14.DECW$FONT;1             
NEWCENTURYSCHLBK_ITALIC18.DECW$FONT;1              NEWCENTURYSCHLBK_ITALIC24.DECW$FONT;1             
NEWCENTURYSCHLBK_ITALIC8.DECW$FONT;1               NEWCENTURYSCHLBK_ROMAN10.DECW$FONT;1              
NEWCENTURYSCHLBK_ROMAN12.DECW$FONT;1               NEWCENTURYSCHLBK_ROMAN14.DECW$FONT;1              
NEWCENTURYSCHLBK_ROMAN18.DECW$FONT;1               NEWCENTURYSCHLBK_ROMAN24.DECW$FONT;1              
NEWCENTURYSCHLBK_ROMAN8.DECW$FONT;1                PRESENT_BULLETS10_75.DECW$FONT;1                  
PRESENT_BULLETS12_75.DECW$FONT;1                   PRESENT_BULLETS14_75.DECW$FONT;1                  
PRESENT_BULLETS18_75.DECW$FONT;1                   PRESENT_BULLETS24_75.DECW$FONT;1                  
PRESENT_BULLETS36_75.DECW$FONT;1                   PRESENT_BULLETS48_75.DECW$FONT;1                  
PRESENT_BULLETS72_75.DECW$FONT;1                   PRESENT_BULLETS8_75.DECW$FONT;1                   
SOUVENIR_DEMI10.DECW$FONT;1                        SOUVENIR_DEMI12.DECW$FONT;1                       
SOUVENIR_DEMI14.DECW$FONT;1                        SOUVENIR_DEMI18.DECW$FONT;1                       
SOUVENIR_DEMI24.DECW$FONT;1                        SOUVENIR_DEMI8.DECW$FONT;1                        
SOUVENIR_DEMIITALIC10.DECW$FONT;1                  SOUVENIR_DEMIITALIC12.DECW$FONT;1                 
SOUVENIR_DEMIITALIC14.DECW$FONT;1                  SOUVENIR_DEMIITALIC18.DECW$FONT;1                 
SOUVENIR_DEMIITALIC24.DECW$FONT;1                  SOUVENIR_DEMIITALIC8.DECW$FONT;1                  
SOUVENIR_LIGHT10.DECW$FONT;1                       SOUVENIR_LIGHT12.DECW$FONT;1                      
SOUVENIR_LIGHT14.DECW$FONT;1                       SOUVENIR_LIGHT18.DECW$FONT;1                      
SOUVENIR_LIGHT24.DECW$FONT;1                       SOUVENIR_LIGHT8.DECW$FONT;1                       
SOUVENIR_LIGHTITALIC10.DECW$FONT;1                 SOUVENIR_LIGHTITALIC12.DECW$FONT;1                
SOUVENIR_LIGHTITALIC14.DECW$FONT;1                 SOUVENIR_LIGHTITALIC18.DECW$FONT;1                
SOUVENIR_LIGHTITALIC24.DECW$FONT;1                 SOUVENIR_LIGHTITALIC8.DECW$FONT;1                 
SYMBOL10.DECW$FONT;1                               SYMBOL12.DECW$FONT;1                              
SYMBOL14.DECW$FONT;1                               SYMBOL18.DECW$FONT;1                              
SYMBOL24.DECW$FONT;1                               SYMBOL8.DECW$FONT;1                               
TERMINAL14.DECW$FONT;1                             TERMINAL18.DECW$FONT;1                            
TERMINAL28.DECW$FONT;1                             TERMINAL36.DECW$FONT;1                            
TERMINAL_BOLD14.DECW$FONT;1                        TERMINAL_BOLD18.DECW$FONT;1                       
TERMINAL_BOLD28.DECW$FONT;1                        TERMINAL_BOLD36.DECW$FONT;1                       
TERMINAL_BOLD_DBLWIDE14.DECW$FONT;1                TERMINAL_BOLD_DBLWIDE18.DECW$FONT;1               
TERMINAL_BOLD_DBLWIDE_DECTECH14.DECW$FONT;1        TERMINAL_BOLD_DBLWIDE_DECTECH18.DECW$FONT;1       
TERMINAL_BOLD_DECTECH14.DECW$FONT;1                TERMINAL_BOLD_DECTECH18.DECW$FONT;1               
TERMINAL_BOLD_DECTECH28.DECW$FONT;1                TERMINAL_BOLD_DECTECH36.DECW$FONT;1               
TERMINAL_BOLD_NARROW14.DECW$FONT;1                 TERMINAL_BOLD_NARROW18.DECW$FONT;1                
TERMINAL_BOLD_NARROW28.DECW$FONT;1                 TERMINAL_BOLD_NARROW36.DECW$FONT;1                
TERMINAL_BOLD_NARROW_DECTECH14.DECW$FONT;1         TERMINAL_BOLD_NARROW_DECTECH18.DECW$FONT;1        
TERMINAL_BOLD_NARROW_DECTECH28.DECW$FONT;1         TERMINAL_BOLD_NARROW_DECTECH36.DECW$FONT;1        
TERMINAL_BOLD_WIDE14.DECW$FONT;1                   TERMINAL_BOLD_WIDE18.DECW$FONT;1                  
TERMINAL_BOLD_WIDE_DECTECH14.DECW$FONT;1           TERMINAL_BOLD_WIDE_DECTECH18.DECW$FONT;1          
TERMINAL_DBLWIDE14.DECW$FONT;1                     TERMINAL_DBLWIDE18.DECW$FONT;1                    
TERMINAL_DBLWIDE_DECTECH14.DECW$FONT;1             TERMINAL_DBLWIDE_DECTECH18.DECW$FONT;1            
TERMINAL_DECTECH14.DECW$FONT;1                     TERMINAL_DECTECH18.DECW$FONT;1                    
TERMINAL_DECTECH28.DECW$FONT;1                     TERMINAL_DECTECH36.DECW$FONT;1                    
TERMINAL_GS14.DECW$FONT;1                          TERMINAL_GS18.DECW$FONT;1                         
TERMINAL_NARROW14.DECW$FONT;1                      TERMINAL_NARROW18.DECW$FONT;1                     
TERMINAL_NARROW28.DECW$FONT;1                      TERMINAL_NARROW36.DECW$FONT;1                     
TERMINAL_NARROW_DECTECH14.DECW$FONT;1              TERMINAL_NARROW_DECTECH18.DECW$FONT;1             
TERMINAL_NARROW_DECTECH28.DECW$FONT;1              TERMINAL_NARROW_DECTECH36.DECW$FONT;1             
TERMINAL_WIDE14.DECW$FONT;1                        TERMINAL_WIDE18.DECW$FONT;1                       
TERMINAL_WIDE_DECTECH14.DECW$FONT;1                TERMINAL_WIDE_DECTECH18.DECW$FONT;1               
TIMES_BOLD10.DECW$FONT;1                           TIMES_BOLD12.DECW$FONT;1                          
TIMES_BOLD14.DECW$FONT;1                           TIMES_BOLD18.DECW$FONT;1                          
TIMES_BOLD24.DECW$FONT;1                           TIMES_BOLD8.DECW$FONT;1                           
TIMES_BOLDITALIC10.DECW$FONT;1                     TIMES_BOLDITALIC12.DECW$FONT;1                    
TIMES_BOLDITALIC14.DECW$FONT;1                     TIMES_BOLDITALIC18.DECW$FONT;1                    
TIMES_BOLDITALIC24.DECW$FONT;1                     TIMES_BOLDITALIC8.DECW$FONT;1                     
TIMES_ITALIC10.DECW$FONT;1                         TIMES_ITALIC12.DECW$FONT;1                        
TIMES_ITALIC14.DECW$FONT;1                         TIMES_ITALIC18.DECW$FONT;1                        
TIMES_ITALIC24.DECW$FONT;1                         TIMES_ITALIC8.DECW$FONT;1                         
TIMES_ROMAN10.DECW$FONT;1                          TIMES_ROMAN12.DECW$FONT;1                         
TIMES_ROMAN14.DECW$FONT;1                          TIMES_ROMAN18.DECW$FONT;1                         
TIMES_ROMAN24.DECW$FONT;1                          TIMES_ROMAN8.DECW$FONT;1                          
VARIABLE.DECW$FONT;1                               
 
Total of 325 files. 
 

B.2.11 Files in SYSFONT.DECW.COMMON

The directory SYSFONT.DECW.COMMON contains the following files:

 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSFONT.DECW.COMMON] 
 
10X20.DECW$FONT;1                                  12X24.DECW$FONT;1                                 
5X8.DECW$FONT;1                                    6X10.DECW$FONT;1                                  
6X12.DECW$FONT;1                                   6X13.DECW$FONT;1                                  
6X13B.DECW$FONT;1                                  6X9.DECW$FONT;1                                   
7X13.DECW$FONT;1                                   7X13B.DECW$FONT;1                                 
7X14.DECW$FONT;1                                   8X13.DECW$FONT;1                                  
8X13B.DECW$FONT;1                                  8X16.DECW$FONT;1                                  
9X15.DECW$FONT;1                                   9X15B.DECW$FONT;1                                 
DECW$FONT_ALIAS_COMMON.DAT;1                       DECW$FONT_DIRECTORY_COMMON.DAT;1                  
OLGL10.DECW$FONT;1                                 OLGL12.DECW$FONT;1                                
OLGL14.DECW$FONT;1                                 OLGL19.DECW$FONT;1                                
VT33018.DECW$FONT;1                                VT33036.DECW$FONT;1                               
VT330_BOLD18.DECW$FONT;1                           VT330_BOLD36.DECW$FONT;1                          
VT330_BOLD_DBLWIDE18.DECW$FONT;1                   VT330_BOLD_DBLWIDE_DECTECH18.DECW$FONT;1          
VT330_BOLD_DECTECH18.DECW$FONT;1                   VT330_BOLD_DECTECH36.DECW$FONT;1                  
VT330_BOLD_NARROW18.DECW$FONT;1                    VT330_BOLD_NARROW36.DECW$FONT;1                   
VT330_BOLD_NARROW_DECTECH18.DECW$FONT;1            VT330_BOLD_NARROW_DECTECH36.DECW$FONT;1           
VT330_BOLD_WIDE18.DECW$FONT;1                      VT330_BOLD_WIDE_DECTECH18.DECW$FONT;1             
VT330_DBLWIDE18.DECW$FONT;1                        VT330_DBLWIDE_DECTECH18.DECW$FONT;1               
VT330_DECTECH18.DECW$FONT;1                        VT330_DECTECH36.DECW$FONT;1                       
VT330_NARROW18.DECW$FONT;1                         VT330_NARROW36.DECW$FONT;1                        
VT330_NARROW_DECTECH18.DECW$FONT;1                 VT330_NARROW_DECTECH36.DECW$FONT;1                
VT330_WIDE18.DECW$FONT;1                           VT330_WIDE_DECTECH18.DECW$FONT;1                  
 
Total of 46 files. 
 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSFONT.DECW.CURSOR16] 
 
CURSOR.DECW$FONT;1                                 DECW$CURSOR.DECW$FONT;1                           
DECW$FONT_DIRECTORY_CURSOR16.DAT;1                 OLCURSOR.DECW$FONT;1                              
 
Total of 4 files. 
 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSFONT.DECW.CURSOR32] 
 
DECW$C32X32.DECW$FONT;1                            DECW$FONT_DIRECTORY_CURSOR32.DAT;1                
 
Total of 2 files. 
 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSFONT.PS_FONT_METRICS] 
 
SYSTEM.DIR;1                                       USER.DIR;1                                        
 
Total of 2 files. 
 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSFONT.PS_FONT_METRICS.SYSTEM] 
 
AVANTGARDE_BOOK.AFM;1                              AVANTGARDE_BOOKOBLIQUE.AFM;1                      
AVANTGARDE_BOOKOBLIQUE_ISOLATIN1.AFM;1             AVANTGARDE_BOOK_ISOLATIN1.AFM;1                   
AVANTGARDE_DEMI.AFM;1                              AVANTGARDE_DEMIOBLIQUE.AFM;1                      
AVANTGARDE_DEMIOBLIQUE_ISOLATIN1.AFM;1             AVANTGARDE_DEMI_ISOLATIN1.AFM;1                   
COURIER.AFM;1                                      COURIER_BOLD.AFM;1                                
COURIER_BOLDOBLIQUE.AFM;1                          COURIER_BOLDOBLIQUE_ISOLATIN1.AFM;1               
COURIER_BOLD_ISOLATIN1.AFM;1                       COURIER_ISOLATIN1.AFM;1                           
COURIER_OBLIQUE.AFM;1                              COURIER_OBLIQUE_ISOLATIN1.AFM;1                   
HELVETICA.AFM;1                                    HELVETICA_BOLD.AFM;1                              
HELVETICA_BOLDOBLIQUE.AFM;1                        HELVETICA_BOLDOBLIQUE_ISOLATIN1.AFM;1             
HELVETICA_BOLD_ISOLATIN1.AFM;1                     HELVETICA_ISOLATIN1.AFM;1                         
HELVETICA_OBLIQUE.AFM;1                            HELVETICA_OBLIQUE_ISOLATIN1.AFM;1                 
LUBALINGRAPH_BOOK.AFM;1                            LUBALINGRAPH_BOOKOBLIQUE.AFM;1                    
LUBALINGRAPH_BOOKOBLIQUE_ISOLATIN1.AFM;1           LUBALINGRAPH_BOOK_ISOLATIN1.AFM;1                 
LUBALINGRAPH_DEMI.AFM;1                            LUBALINGRAPH_DEMIOBLIQUE.AFM;1                    
LUBALINGRAPH_DEMIOBLIQUE_ISOLATIN1.AFM;1           LUBALINGRAPH_DEMI_ISOLATIN1.AFM;1                 
NEWCENTURYSCHLBK_BOLD.AFM;1                        NEWCENTURYSCHLBK_BOLDITALIC.AFM;1                 
NEWCENTURYSCHLBK_BOLDITALIC_ISOLATIN1.AFM;1        NEWCENTURYSCHLBK_BOLD_ISOLATIN1.AFM;1             
NEWCENTURYSCHLBK_ITALIC.AFM;1                      NEWCENTURYSCHLBK_ITALIC_ISOLATIN1.AFM;1           
NEWCENTURYSCHLBK_ROMAN.AFM;1                       NEWCENTURYSCHLBK_ROMAN_ISOLATIN1.AFM;1            
PRESENT_BULLETS.AFM;1                              PRESENT_BULLETS.PS;1                              
SOUVENIR_DEMI.AFM;1                                SOUVENIR_DEMIITALIC.AFM;1                         
SOUVENIR_DEMIITALIC_ISOLATIN1.AFM;1                SOUVENIR_DEMI_ISOLATIN1.AFM;1                     
SOUVENIR_LIGHT.AFM;1                               SOUVENIR_LIGHTITALIC.AFM;1                        
SOUVENIR_LIGHTITALIC_ISOLATIN1.AFM;1               SOUVENIR_LIGHT_ISOLATIN1.AFM;1                    
SYMBOL.AFM;1                                       TIMES_BOLD.AFM;1                                  
TIMES_BOLDITALIC.AFM;1                             TIMES_BOLDITALIC_ISOLATIN1.AFM;1                  
TIMES_BOLD_ISOLATIN1.AFM;1                         TIMES_ITALIC.AFM;1                                
TIMES_ITALIC_ISOLATIN1.AFM;1                       TIMES_ROMAN.AFM;1                                 
TIMES_ROMAN_ISOLATIN1.AFM;1                        
 
Total of 59 files. 
 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSFONT.VWS] 
 
100DPI.DIR;1                                       75DPI.DIR;1                                       
USER_100DPI.DIR;1                                  USER_75DPI.DIR;1                                  
 
Total of 4 files. 
 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSFONT.XDPS] 
 
FONT_MAP.DIR;1                                     OUTLINE.DIR;1                                     
USER_OUTLINE.DIR;1                                 
 
Total of 3 files. 
 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSFONT.XDPS.FONT_MAP] 
 
XDPS$FNMAP.DAT;1                                   XDPS$GLYPHATTR.DAT;1                              
XDPS$NISOGLYPHNAME.DAT;1                           
 
Total of 3 files. 
 
Directory SYS$SYSDEVICE:[VMS$COMMON.SYSFONT.XDPS.OUTLINE] 
 
AVANTGARDE-BOOK.XDPS$OUTLINE;1                     AVANTGARDE-BOOKOBLIQUE.XDPS$OUTLINE;1             
AVANTGARDE-DEMI.XDPS$OUTLINE;1                     AVANTGARDE-DEMIOBLIQUE.XDPS$OUTLINE;1             
COURIER-BOLD.XDPS$OUTLINE;1                        COURIER-BOLDOBLIQUE.XDPS$OUTLINE;1                
COURIER-OBLIQUE.XDPS$OUTLINE;1                     COURIER.XDPS$OUTLINE;1                            
HELVETICA-BOLD.XDPS$OUTLINE;1                      HELVETICA-BOLDOBLIQUE.XDPS$OUTLINE;1              
HELVETICA-OBLIQUE.XDPS$OUTLINE;1                   HELVETICA.XDPS$OUTLINE;1                          
LUBALINGRAPH-BOOK.XDPS$OUTLINE;1                   LUBALINGRAPH-BOOKOBLIQUE.XDPS$OUTLINE;1           
LUBALINGRAPH-DEMI.XDPS$OUTLINE;1                   LUBALINGRAPH-DEMIOBLIQUE.XDPS$OUTLINE;1           
NEWCENTURYSCHLBK-BOLD.XDPS$OUTLINE;1               NEWCENTURYSCHLBK-BOLDITALIC.XDPS$OUTLINE;1        
NEWCENTURYSCHLBK-ITALIC.XDPS$OUTLINE;1             NEWCENTURYSCHLBK-ROMAN.XDPS$OUTLINE;1             
SOUVENIR-DEMI.XDPS$OUTLINE;1                       SOUVENIR-DEMIITALIC.XDPS$OUTLINE;1                
SOUVENIR-LIGHT.XDPS$OUTLINE;1                      SOUVENIR-LIGHTITALIC.XDPS$OUTLINE;1               
SYMBOL.XDPS$OUTLINE;1                              TIMES-BOLD.XDPS$OUTLINE;1                         
TIMES-BOLDITALIC.XDPS$OUTLINE;1                    TIMES-ITALIC.XDPS$OUTLINE;1                       
TIMES-ROMAN.XDPS$OUTLINE;1                         
 
Total of 29 files. 
 


Previous | Next | Contents | [Home] | [Comments] | [Ordering info] | [Help]

[HR]

  6346P025.HTM
  OSSG Documentation
  22-NOV-1996 13:05:29.92

Copyright © Digital Equipment Corporation 1996. All Rights Reserved.

Legal