home *** CD-ROM | disk | FTP | other *** search
- osfind_PATH
- Defined in: <osfind=>osfind.$>.h
- Declaration: #define osfind_PATH 0x1uosfind_PATH_VAR
- Defined in: <osfind=>osfind.$>.h
- Declaration: #define osfind_PATH_VAR 0x2uosfind_NO_PATH
- Defined in: <osfind=>osfind.$>.h
- Declaration: #define osfind_NO_PATH 0x3uosfind_ERROR_IF_ABSENT
- Defined in: <osfind=>osfind.$>.h
- Declaration: #define osfind_ERROR_IF_ABSENT 0x8uosfind_ERROR_IF_DIR
- Defined in: <osfind=>osfind.$>.h
- Declaration: #define osfind_ERROR_IF_DIR 0x4uxos_find
- Opens and closes filesos_find
- Opens and closes filesxosfind_openin
- Defined in: <osfind=>osfind.$>.h
- Declaration: extern <os_error=>os.os_error> *xosfind_openin (bits flags,
- char *file_name,
- char *path,
- <os_f=>os.os_f> *file);
- Summary: Opens an existing file with read access onlyosfind_openin
- Defined in: <osfind=>osfind.$>.h
- Declaration: extern <os_f=>os.os_f> osfind_openin (bits flags,
- char *file_name,
- char *path);
- Summary: Opens an existing file with read access onlyxosfind_openout
- Defined in: <osfind=>osfind.$>.h
- Declaration: extern <os_error=>os.os_error> *xosfind_openout (bits flags,
- char *file_name,
- char *path,
- <os_f=>os.os_f> *file);
- Summary: Creates a new file with read/write accessosfind_openout
- Defined in: <osfind=>osfind.$>.h
- Declaration: extern <os_f=>os.os_f> osfind_openout (bits flags,
- char *file_name,
- char *path);
- Summary: Creates a new file with read/write accessxosfind_openup
- Defined in: <osfind=>osfind.$>.h
- Declaration: extern <os_error=>os.os_error> *xosfind_openup (bits flags,
- char *file_name,
- char *path,
- <os_f=>os.os_f> *file);
- Summary: Opens an existing file with read/write accessosfind_openup
- Defined in: <osfind=>osfind.$>.h
- Declaration: extern <os_f=>os.os_f> osfind_openup (bits flags,
- char *file_name,
- char *path);
- Summary: Opens an existing file with read/write accessxosfind_close
- Defined in: <osfind=>osfind.$>.h
- Declaration: extern <os_error=>os.os_error> *xosfind_close (<os_f=>os.os_f> file);
- Summary: Closes a file or filesosfind_close
- Defined in: <osfind=>osfind.$>.h
- Declaration: extern void osfind_close (<os_f=>os.os_f> file);
- Summary: Closes a file or filesxfindv
- OS_Find vectorfindv
- OS_Find vectorxupcallfind_create_openup
- Defined in: <osfind=>osfind.$>.h
- Declaration: extern <os_error=>os.os_error> *xupcallfind_create_openup (char *file_name,
- <os_f=>os.os_f> file,
- char *special,
- bits fs_info);
- Summary: Warns your program that a file is being created and opened for updateupcallfind_create_openup
- Defined in: <osfind=>osfind.$>.h
- Declaration: extern void upcallfind_create_openup (char *file_name,
- <os_f=>os.os_f> file,
- char *special,
- bits fs_info);
- Summary: Warns your program that a file is being created and opened for updatexupcallfind_openup
- Defined in: <osfind=>osfind.$>.h
- Declaration: extern <os_error=>os.os_error> *xupcallfind_openup (char *file_name,
- <os_f=>os.os_f> file,
- char *special,
- bits fs_info);
- Summary: Warns your program that a file is being opened for updateupcallfind_openup
- Defined in: <osfind=>osfind.$>.h
- Declaration: extern void upcallfind_openup (char *file_name,
- <os_f=>os.os_f> file,
- char *special,
- bits fs_info);
- Summary: Warns your program that a file is being opened for updatexupcallfind_close
- Defined in: <osfind=>osfind.$>.h
- Declaration: extern <os_error=>os.os_error> *xupcallfind_close (<os_f=>os.os_f> file,
- bits fs_info);
- Summary: Warns your program that a file is being closedupcallfind_close
- Defined in: <osfind=>osfind.$>.h
- Declaration: extern void upcallfind_close (<os_f=>os.os_f> file,
- bits fs_info);
- Summary: Warns your program that a file is being closedOSFind
- <osfind_PATH>
- <osfind_PATH_VAR>
- <osfind_NO_PATH>
- <osfind_ERROR_IF_ABSENT>
- <osfind_ERROR_IF_DIR>
- <xos_find>
- <os_find>
- <xosfind_openin>
- <osfind_openin>
- <xosfind_openout>
- <osfind_openout>
- <xosfind_openup>
- <osfind_openup>
- <xosfind_close>
- <osfind_close>
- <xfindv>
- <findv>
- <xupcallfind_create_openup>
- <upcallfind_create_openup>
- <xupcallfind_openup>
- <upcallfind_openup>
- <xupcallfind_close>
- <upcallfind_close>