Go to the source code of this file.
Functions | |
void | outfile_close (int fd, char *path) |
void | outfile_fclose (FILE *fp, char *path) |
int | outfile_fopen (FILE **fp, const char *path, int force_overwrite) |
int | outfile_open (int *fd, const char *path, int force_overwrite) |
void outfile_close | ( | int | fd, | |
char * | path | |||
) |
Definition at line 124 of file outfile.c.
References errlognl(), and unix_error().
void outfile_fclose | ( | FILE * | fp, | |
char * | path | |||
) |
Definition at line 146 of file outfile.c.
References outfile_close(), and unix_error().
int outfile_fopen | ( | FILE ** | fp, | |
const char * | path, | |||
int | force_overwrite | |||
) |
Definition at line 103 of file outfile.c.
References outfile_open(), RDD_EOPEN, and RDD_OK.
int outfile_open | ( | int * | fd, | |
const char * | path, | |||
int | force_overwrite | |||
) |
Definition at line 75 of file outfile.c.
References error(), path_exists(), RDD_OK, and unix_error().