home *** CD-ROM | disk | FTP | other *** search
- osargs_STREAM_INTERACTIVE
- Defined in: <osargs=>osargs.$>.h
- Declaration: #define osargs_STREAM_INTERACTIVE 0x8uosargs_STREAM_SUPPORTS_GBPB
- Defined in: <osargs=>osargs.$>.h
- Declaration: #define osargs_STREAM_SUPPORTS_GBPB 0x10uosargs_STREAM_DIR
- Defined in: <osargs=>osargs.$>.h
- Declaration: #define osargs_STREAM_DIR 0x20uosargs_STREAM_READABLE
- Defined in: <osargs=>osargs.$>.h
- Declaration: #define osargs_STREAM_READABLE 0x40uosargs_STREAM_WRITABLE
- Defined in: <osargs=>osargs.$>.h
- Declaration: #define osargs_STREAM_WRITABLE 0x80uosargs_STREAM_WRITTEN
- Defined in: <osargs=>osargs.$>.h
- Declaration: #define osargs_STREAM_WRITTEN 0x100uosargs_STREAM_EOF_ERROR_ON_NEXT_READ
- Defined in: <osargs=>osargs.$>.h
- Declaration: #define osargs_STREAM_EOF_ERROR_ON_NEXT_READ 0x200uosargs_STREAM_UNBUFFERED
- Defined in: <osargs=>osargs.$>.h
- Declaration: #define osargs_STREAM_UNBUFFERED 0x400uosargs_STREAM_UNALLOCATED
- Defined in: <osargs=>osargs.$>.h
- Declaration: #define osargs_STREAM_UNALLOCATED 0x800uosargs_STREAM_CRITICAL
- Defined in: <osargs=>osargs.$>.h
- Declaration: #define osargs_STREAM_CRITICAL 0x1000uosargs_STREAM_DATA_LOST
- Defined in: <osargs=>osargs.$>.h
- Declaration: #define osargs_STREAM_DATA_LOST 0x2000uosargs_STREAM_IMAGE_FILE_BUSY
- Defined in: <osargs=>osargs.$>.h
- Declaration: #define osargs_STREAM_IMAGE_FILE_BUSY 0x4000uxos_args
- Reads or writes an open file's arguments, or returns the filing system type in useos_args
- Reads or writes an open file's arguments, or returns the filing system type in usexosargs_read_ptr
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern <os_error=>os.os_error> *xosargs_read_ptr (<os_f=>os.os_f> file,
- int *ptr);
- Summary: Reads a file's sequential file pointerosargs_read_ptr
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern int osargs_read_ptr (<os_f=>os.os_f> file);
- Summary: Reads a file's sequential file pointerxosargs_read_temporary_fs
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern <os_error=>os.os_error> *xosargs_read_temporary_fs (int *temp_fs);
- Summary: Reads the temporary filing system numberosargs_read_temporary_fs
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern int osargs_read_temporary_fs (void);
- Summary: Reads the temporary filing system numberxosargs_set_ptr
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern <os_error=>os.os_error> *xosargs_set_ptr (<os_f=>os.os_f> file,
- int ptr);
- Summary: Writes an open file's sequential file pointerosargs_set_ptr
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern void osargs_set_ptr (<os_f=>os.os_f> file,
- int ptr);
- Summary: Writes an open file's sequential file pointerxosargs_read_ext
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern <os_error=>os.os_error> *xosargs_read_ext (<os_f=>os.os_f> file,
- int *ext);
- Summary: Reads an open file's extentosargs_read_ext
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern int osargs_read_ext (<os_f=>os.os_f> file);
- Summary: Reads an open file's extentxosargs_set_ext
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern <os_error=>os.os_error> *xosargs_set_ext (<os_f=>os.os_f> file,
- int ext);
- Summary: Writes an open file's extentosargs_set_ext
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern void osargs_set_ext (<os_f=>os.os_f> file,
- int ext);
- Summary: Writes an open file's extentxosargs_read_allocation
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern <os_error=>os.os_error> *xosargs_read_allocation (<os_f=>os.os_f> file,
- int *allocation);
- Summary: Reads an open file's allocated sizeosargs_read_allocation
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern int osargs_read_allocation (<os_f=>os.os_f> file);
- Summary: Reads an open file's allocated sizexosargs_read_eof_status
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern <os_error=>os.os_error> *xosargs_read_eof_status (<os_f=>os.os_f> file,
- bool *eof_status);
- Summary: Reads an open file's end-of-file (EOF) statusosargs_read_eof_status
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern bool osargs_read_eof_status (<os_f=>os.os_f> file);
- Summary: Reads an open file's end-of-file (EOF) statusxosargs_set_allocation
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern <os_error=>os.os_error> *xosargs_set_allocation (<os_f=>os.os_f> file,
- bool allocation);
- Summary: Ensures an open file's sizeosargs_set_allocation
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern void osargs_set_allocation (<os_f=>os.os_f> file,
- bool allocation);
- Summary: Ensures an open file's sizexosargs_read_path
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern <os_error=>os.os_error> *xosargs_read_path (<os_f=>os.os_f> file,
- char *buffer,
- int size,
- int *spare);
- Summary: Converts a file handle to a canonical nameosargs_read_path
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern void osargs_read_path (<os_f=>os.os_f> file,
- char *buffer,
- int size,
- int *spare);
- Summary: Converts a file handle to a canonical namexosargs_image_stamped
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern <os_error=>os.os_error> *xosargs_image_stamped (<os_f=>os.os_f> file,
- int image_stamp);
- Summary: Used by an image filing system to inform of a change to an image stamposargs_image_stamped
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern void osargs_image_stamped (<os_f=>os.os_f> file,
- int image_stamp);
- Summary: Used by an image filing system to inform of a change to an image stampxosargs_read_info
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern <os_error=>os.os_error> *xosargs_read_info (<os_f=>os.os_f> file,
- bits *stream_status,
- bits *fs_status);
- Summary: Reads information on a file handleosargs_read_info
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern void osargs_read_info (<os_f=>os.os_f> file,
- bits *stream_status,
- bits *fs_status);
- Summary: Reads information on a file handlexosargs_ensure
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern <os_error=>os.os_error> *xosargs_ensure (<os_f=>os.os_f> file);
- Summary: Ensures data has been written to a file, or to all files on the temporary filing systemosargs_ensure
- Defined in: <osargs=>osargs.$>.h
- Declaration: extern void osargs_ensure (<os_f=>os.os_f> file);
- Summary: Ensures data has been written to a file, or to all files on the temporary filing systemxargsv
- OS_Args vectorargsv
- OS_Args vectorOSArgs
- <osargs_STREAM_INTERACTIVE>
- <osargs_STREAM_SUPPORTS_GBPB>
- <osargs_STREAM_DIR>
- <osargs_STREAM_READABLE>
- <osargs_STREAM_WRITABLE>
- <osargs_STREAM_WRITTEN>
- <osargs_STREAM_EOF_ERROR_ON_NEXT_READ>
- <osargs_STREAM_UNBUFFERED>
- <osargs_STREAM_UNALLOCATED>
- <osargs_STREAM_CRITICAL>
- <osargs_STREAM_DATA_LOST>
- <osargs_STREAM_IMAGE_FILE_BUSY>
- <xos_args>
- <os_args>
- <xosargs_read_ptr>
- <osargs_read_ptr>
- <xosargs_read_temporary_fs>
- <osargs_read_temporary_fs>
- <xosargs_set_ptr>
- <osargs_set_ptr>
- <xosargs_read_ext>
- <osargs_read_ext>
- <xosargs_set_ext>
- <osargs_set_ext>
- <xosargs_read_allocation>
- <osargs_read_allocation>
- <xosargs_read_eof_status>
- <osargs_read_eof_status>
- <xosargs_set_allocation>
- <osargs_set_allocation>
- <xosargs_read_path>
- <osargs_read_path>
- <xosargs_image_stamped>
- <osargs_image_stamped>
- <xosargs_read_info>
- <osargs_read_info>
- <xosargs_ensure>
- <osargs_ensure>
- <xargsv>
- <argsv>