home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / oslib / CStrong / OSArgs / HelpData next >
Encoding:
Text File  |  1994-08-10  |  7.5 KB  |  163 lines

  1. osargs_STREAM_INTERACTIVE
  2. Defined in:   <osargs=>osargs.$>.h
  3. Declaration:  #define osargs_STREAM_INTERACTIVE 0x8uosargs_STREAM_SUPPORTS_GBPB
  4. Defined in:   <osargs=>osargs.$>.h
  5. Declaration:  #define osargs_STREAM_SUPPORTS_GBPB 0x10uosargs_STREAM_DIR
  6. Defined in:   <osargs=>osargs.$>.h
  7. Declaration:  #define osargs_STREAM_DIR 0x20uosargs_STREAM_READABLE
  8. Defined in:   <osargs=>osargs.$>.h
  9. Declaration:  #define osargs_STREAM_READABLE 0x40uosargs_STREAM_WRITABLE
  10. Defined in:   <osargs=>osargs.$>.h
  11. Declaration:  #define osargs_STREAM_WRITABLE 0x80uosargs_STREAM_WRITTEN
  12. Defined in:   <osargs=>osargs.$>.h
  13. Declaration:  #define osargs_STREAM_WRITTEN 0x100uosargs_STREAM_EOF_ERROR_ON_NEXT_READ
  14. Defined in:   <osargs=>osargs.$>.h
  15. Declaration:  #define osargs_STREAM_EOF_ERROR_ON_NEXT_READ 0x200uosargs_STREAM_UNBUFFERED
  16. Defined in:   <osargs=>osargs.$>.h
  17. Declaration:  #define osargs_STREAM_UNBUFFERED 0x400uosargs_STREAM_UNALLOCATED
  18. Defined in:   <osargs=>osargs.$>.h
  19. Declaration:  #define osargs_STREAM_UNALLOCATED 0x800uosargs_STREAM_CRITICAL
  20. Defined in:   <osargs=>osargs.$>.h
  21. Declaration:  #define osargs_STREAM_CRITICAL 0x1000uosargs_STREAM_DATA_LOST
  22. Defined in:   <osargs=>osargs.$>.h
  23. Declaration:  #define osargs_STREAM_DATA_LOST 0x2000uosargs_STREAM_IMAGE_FILE_BUSY
  24. Defined in:   <osargs=>osargs.$>.h
  25. Declaration:  #define osargs_STREAM_IMAGE_FILE_BUSY 0x4000uxos_args
  26. Reads or writes an open file's arguments, or returns the filing system type in useos_args
  27. Reads or writes an open file's arguments, or returns the filing system type in usexosargs_read_ptr
  28. Defined in:   <osargs=>osargs.$>.h
  29. Declaration:  extern <os_error=>os.os_error> *xosargs_read_ptr (<os_f=>os.os_f> file,
  30.                  int *ptr);
  31. Summary:      Reads a file's sequential file pointerosargs_read_ptr
  32. Defined in:   <osargs=>osargs.$>.h
  33. Declaration:  extern int osargs_read_ptr (<os_f=>os.os_f> file);
  34. Summary:      Reads a file's sequential file pointerxosargs_read_temporary_fs
  35. Defined in:   <osargs=>osargs.$>.h
  36. Declaration:  extern <os_error=>os.os_error> *xosargs_read_temporary_fs (int *temp_fs);
  37. Summary:      Reads the temporary filing system numberosargs_read_temporary_fs
  38. Defined in:   <osargs=>osargs.$>.h
  39. Declaration:  extern int osargs_read_temporary_fs (void);
  40. Summary:      Reads the temporary filing system numberxosargs_set_ptr
  41. Defined in:   <osargs=>osargs.$>.h
  42. Declaration:  extern <os_error=>os.os_error> *xosargs_set_ptr (<os_f=>os.os_f> file,
  43.                  int ptr);
  44. Summary:      Writes an open file's sequential file pointerosargs_set_ptr
  45. Defined in:   <osargs=>osargs.$>.h
  46. Declaration:  extern void osargs_set_ptr (<os_f=>os.os_f> file,
  47.                  int ptr);
  48. Summary:      Writes an open file's sequential file pointerxosargs_read_ext
  49. Defined in:   <osargs=>osargs.$>.h
  50. Declaration:  extern <os_error=>os.os_error> *xosargs_read_ext (<os_f=>os.os_f> file,
  51.                  int *ext);
  52. Summary:      Reads an open file's extentosargs_read_ext
  53. Defined in:   <osargs=>osargs.$>.h
  54. Declaration:  extern int osargs_read_ext (<os_f=>os.os_f> file);
  55. Summary:      Reads an open file's extentxosargs_set_ext
  56. Defined in:   <osargs=>osargs.$>.h
  57. Declaration:  extern <os_error=>os.os_error> *xosargs_set_ext (<os_f=>os.os_f> file,
  58.                  int ext);
  59. Summary:      Writes an open file's extentosargs_set_ext
  60. Defined in:   <osargs=>osargs.$>.h
  61. Declaration:  extern void osargs_set_ext (<os_f=>os.os_f> file,
  62.                  int ext);
  63. Summary:      Writes an open file's extentxosargs_read_allocation
  64. Defined in:   <osargs=>osargs.$>.h
  65. Declaration:  extern <os_error=>os.os_error> *xosargs_read_allocation (<os_f=>os.os_f> file,
  66.                  int *allocation);
  67. Summary:      Reads an open file's allocated sizeosargs_read_allocation
  68. Defined in:   <osargs=>osargs.$>.h
  69. Declaration:  extern int osargs_read_allocation (<os_f=>os.os_f> file);
  70. Summary:      Reads an open file's allocated sizexosargs_read_eof_status
  71. Defined in:   <osargs=>osargs.$>.h
  72. Declaration:  extern <os_error=>os.os_error> *xosargs_read_eof_status (<os_f=>os.os_f> file,
  73.                  bool *eof_status);
  74. Summary:      Reads an open file's end-of-file (EOF) statusosargs_read_eof_status
  75. Defined in:   <osargs=>osargs.$>.h
  76. Declaration:  extern bool osargs_read_eof_status (<os_f=>os.os_f> file);
  77. Summary:      Reads an open file's end-of-file (EOF) statusxosargs_set_allocation
  78. Defined in:   <osargs=>osargs.$>.h
  79. Declaration:  extern <os_error=>os.os_error> *xosargs_set_allocation (<os_f=>os.os_f> file,
  80.                  bool allocation);
  81. Summary:      Ensures an open file's sizeosargs_set_allocation
  82. Defined in:   <osargs=>osargs.$>.h
  83. Declaration:  extern void osargs_set_allocation (<os_f=>os.os_f> file,
  84.                  bool allocation);
  85. Summary:      Ensures an open file's sizexosargs_read_path
  86. Defined in:   <osargs=>osargs.$>.h
  87. Declaration:  extern <os_error=>os.os_error> *xosargs_read_path (<os_f=>os.os_f> file,
  88.                  char *buffer,
  89.                  int size,
  90.                  int *spare);
  91. Summary:      Converts a file handle to a canonical nameosargs_read_path
  92. Defined in:   <osargs=>osargs.$>.h
  93. Declaration:  extern void osargs_read_path (<os_f=>os.os_f> file,
  94.                  char *buffer,
  95.                  int size,
  96.                  int *spare);
  97. Summary:      Converts a file handle to a canonical namexosargs_image_stamped
  98. Defined in:   <osargs=>osargs.$>.h
  99. Declaration:  extern <os_error=>os.os_error> *xosargs_image_stamped (<os_f=>os.os_f> file,
  100.                  int image_stamp);
  101. Summary:      Used by an image filing system to inform of a change to an image stamposargs_image_stamped
  102. Defined in:   <osargs=>osargs.$>.h
  103. Declaration:  extern void osargs_image_stamped (<os_f=>os.os_f> file,
  104.                  int image_stamp);
  105. Summary:      Used by an image filing system to inform of a change to an image stampxosargs_read_info
  106. Defined in:   <osargs=>osargs.$>.h
  107. Declaration:  extern <os_error=>os.os_error> *xosargs_read_info (<os_f=>os.os_f> file,
  108.                  bits *stream_status,
  109.                  bits *fs_status);
  110. Summary:      Reads information on a file handleosargs_read_info
  111. Defined in:   <osargs=>osargs.$>.h
  112. Declaration:  extern void osargs_read_info (<os_f=>os.os_f> file,
  113.                  bits *stream_status,
  114.                  bits *fs_status);
  115. Summary:      Reads information on a file handlexosargs_ensure
  116. Defined in:   <osargs=>osargs.$>.h
  117. Declaration:  extern <os_error=>os.os_error> *xosargs_ensure (<os_f=>os.os_f> file);
  118. Summary:      Ensures data has been written to a file, or to all files on the temporary filing systemosargs_ensure
  119. Defined in:   <osargs=>osargs.$>.h
  120. Declaration:  extern void osargs_ensure (<os_f=>os.os_f> file);
  121. Summary:      Ensures data has been written to a file, or to all files on the temporary filing systemxargsv
  122. OS_Args vectorargsv
  123. OS_Args vectorOSArgs
  124. <osargs_STREAM_INTERACTIVE>
  125. <osargs_STREAM_SUPPORTS_GBPB>
  126. <osargs_STREAM_DIR>
  127. <osargs_STREAM_READABLE>
  128. <osargs_STREAM_WRITABLE>
  129. <osargs_STREAM_WRITTEN>
  130. <osargs_STREAM_EOF_ERROR_ON_NEXT_READ>
  131. <osargs_STREAM_UNBUFFERED>
  132. <osargs_STREAM_UNALLOCATED>
  133. <osargs_STREAM_CRITICAL>
  134. <osargs_STREAM_DATA_LOST>
  135. <osargs_STREAM_IMAGE_FILE_BUSY>
  136. <xos_args>
  137. <os_args>
  138. <xosargs_read_ptr>
  139. <osargs_read_ptr>
  140. <xosargs_read_temporary_fs>
  141. <osargs_read_temporary_fs>
  142. <xosargs_set_ptr>
  143. <osargs_set_ptr>
  144. <xosargs_read_ext>
  145. <osargs_read_ext>
  146. <xosargs_set_ext>
  147. <osargs_set_ext>
  148. <xosargs_read_allocation>
  149. <osargs_read_allocation>
  150. <xosargs_read_eof_status>
  151. <osargs_read_eof_status>
  152. <xosargs_set_allocation>
  153. <osargs_set_allocation>
  154. <xosargs_read_path>
  155. <osargs_read_path>
  156. <xosargs_image_stamped>
  157. <osargs_image_stamped>
  158. <xosargs_read_info>
  159. <osargs_read_info>
  160. <xosargs_ensure>
  161. <osargs_ensure>
  162. <xargsv>
  163. <argsv>