HPlogo   HP 3000 Computer Systems: MPE/iX Architected Interface Facility:
Operating System Reference Manual
> Appendix C Programming Examples

HFSPATH - Example Output

MPE documents

Complete PDF

 

Table of Contents

Index

 

⇓ Page Bottom

⇑ Page Top

 

Example 5 - Retrieving HFS pathnames

Example 6 - HFS directory traversal

HFSPATH


 Fox 9:pasxl hfspath.pas
 PAGE 1 HP PASCAL/iX HP31502A.05.02 COPYRIGHT HEWLETT-PACKARD CO.1986
           SAT, NOV 23, 2024,  4:35 PM

     0     1.000   0   {* HFSPATH *}
     0     2.000   0   $standard_level 'ext_modcal'$

      NUMBER OF ERRORS =  0     NUMBER OF WARNINGS =  0
      PROCESSOR TIME 0: 0: 1    ELAPSED TIME 0: 0: 1
      NUMBER OF LINES =  350    LINES/MINUTE = 14736.8
      NUMBER OF NOTES =    0
 END OF COMPILE

 Fox 9:link $oldpass;to=hfspath.pub;cap=ia,ba,pm
 HP Link Editor/iX (HP30315A.06.17) Copyright Hewlett-Packard Co 1986

 LinkEd> link $oldpass;to=hfspath.pub;cap=ia,ba,pm

 Fox 9:run hfspath.pub

 Enter a valid user id:
 123
 Ignore non-fatal errors (Y/N)? Y

 ------------------start of buffer-----------------
 Pathname is /3000devs
 File owner is MANAGER.SYS

 Pathname is /ADBC
 File owner is MGR.KEVENM

 Pathname is /ALLEGRO
 File owner is MANAGER.SYS                         

 Pathname is /APACHE
 File owner is MANAGER.SYS                         

 Pathname is /BIND
 File owner is MANAGER.SYS                         

 Pathname is /BOSTON
 File owner is MANAGER.SYS                         

 Pathname is /CHICAGO
 File owner is MANAGER.SYS                         

 Pathname is /COGO
 File owner is MGR.KEVENM

 Pathname is /COOPSERV
 File owner is MANAGER.SYS                         

 Pathname is /CSL3000
 File owner is MGR.KEVENM  

 Pathname is /DATANOW
 File owner is MANAGER.SYS                         

 Pathname is /DENVER
 File owner is MANAGER.SYS                         

 Pathname is /DREEACTG
 File owner is MGR.KEVENM

 Pathname is /ECHOTECH
 File owner is MANAGER.SYS                         

 Pathname is /FREEWARE
 File owner is MANAGER.SYS                         

 Pathname is /GNU
 File owner is MANAGER.SYS                         

 Pathname is /HPCS
 File owner is MANAGER.SYS                         

 Pathname is /HPLANMGR
 File owner is MANAGER.SYS                         

 Pathname is /HPPL89
 File owner is MANAGER.SYS                         

 Pathname is /HPSKTS2
 File owner is MANAGER.SYS                         

 Pathname is /HPSPOOL
 File owner is MANAGER.SYS                         

 Pathname is /INFOBASE
 File owner is MGR.KEVENM

 Pathname is /JAVA
 File owner is MGR.KEVENM

 Pathname is /LDAP
 File owner is MANAGER.SYS                         

 Pathname is /MAINLIB
 File owner is MGR.KEVENM

 Pathname is /NETBASE
 File owner is MGR.KEVENM

 Pathname is /NEWFACE
 File owner is MGR.KEVENM

 Pathname is /ORACLE
 File owner is MGR.ORAMPEIX                        

 Pathname is /PHIL2000
 File owner is MANAGER.SYS                         

 Pathname is /POSIXC60
 File owner is MANAGER.SYS                         

 Pathname is /REGO
 File owner is MANAGER.SYS                         

 Pathname is /ROBELLE
 File owner is MANAGER.SYS                         

 Pathname is /SAMBA
 File owner is MANAGER.SYS                         

 Pathname is /SOFTREP
 File owner is MANAGER.SYS                         

 Pathname is /SPLAIDS
 File owner is MANAGER.SYS                         

 Pathname is /SUPPORT
 File owner is MANAGER.SYS                         

 Pathname is /SYS
 File owner is MANAGER.SYS                         

 Pathname is /TECH
 File owner is MANAGER.SYS                         

 Pathname is /TELESUP
 File owner is MANAGER.SYS                         

 Pathname is /UPS
 File owner is MANAGER.SYS                         

 Pathname is /VECSL
 File owner is MGR.KEVENM

 Pathname is /VESOFT
 File owner is MANAGER.SYS                         

 Pathname is /WTRSH
 File owner is MANAGER.SYS                         

 Pathname is /bin
 File owner is MANAGER.SYS                         

 Pathname is /dev
 File owner is MANAGER.SYS                         

 Pathname is /etc
 File owner is MANAGER.SYS                         

 Pathname is /hpshell-examples
 File owner is MANAGER.SYS                         

 Pathname is /jptmp
 File owner is MANAGER.SYS                         

 Pathname is /lib
 File owner is MANAGER.SYS                         

 Pathname is /opt
 File owner is MANAGER.SYS                         

 Pathname is /tmp
 File owner is MANAGER.SYS                        

 Pathname is /users
 File owner is MANAGER.SYS                         

 Pathname is /usr
 File owner is MANAGER.SYS                         

 Pathname is /var
 File owner is MANAGER.SYS                         

 -------------------end of buffer-----------------
 End Run
 Fox 9:
  



Example 3 - ASYNC1, asynchronous ports

Example 4 - ASYNC2, asynchronous ports