Functions | |
| int | stdf_set_setting (stdf_file *f, uint32_t option,...) |
| void | stdf_get_setting (stdf_file *f, uint32_t option,...) |
| stdf_file * | stdf_open_ex (char *pathname, uint32_t opts,...) |
| stdf_file * | stdf_open (char *pathname) |
| stdf_file * | stdf_dopen (int fd) |
| stdf_file * | stdf_dopen_ex (int fd, uint32_t opts,...) |
| int | stdf_close (stdf_file *file) |
| rec_unknown * | stdf_read_record_raw (stdf_file *file) |
| rec_unknown * | stdf_parse_raw_record (rec_unknown *raw_rec) |
| rec_unknown * | stdf_read_record (stdf_file *file) |
| ssize_t | stdf_write_record (stdf_file *file, void *rec_void) |
|
|
Close an open file |
|
|
Open a file descriptor with default options |
|
||||||||||||||||
|
Open a file descriptor with custom options |
|
|
Open a file with default options |
|
||||||||||||||||
|
Open a file with custom options |
|
|
Parse a previously read record |
|
|
Read in the next record and parse it |
|
|
Read in the next record raw |
|
||||||||||||
|
Write out a record |
1.4.6