#include <../../nrnconf.h>#include <stdio.h>#include <stdlib.h>#include <InterViews/resource.h>#include "nrnmpi.h"#include "oc2iv.h"#include "classreg.h"#include "ocfile.h"#include "hocstr.h"
Functions | |
| char * | ivoc_get_temp_file () |
| int | hoc_sprint1 (char **buf, int arg1) |
| double | hoc_scan (FILE *) |
| FILE * | hoc_obj_file_arg (int i) |
| void | OcFile_reg () |
Variables | |
| Member_func | f_members [] |
| FILE* hoc_obj_file_arg | ( | int | i | ) |
References check_obj_type(), OcFile::file(), OcFile::get_name(), hoc_execerror(), hoc_objgetarg(), and OcFile::is_open().

| char * ivoc_get_temp_file | ( | ) |
References getenv(), hoc_back2forward(), hoc_execerror(), and mktemp().
Referenced by OcFile::mktemp().

| void OcFile_reg | ( | ) |
{
"ropen", f_ropen,
"wopen", f_wopen,
"aopen", f_aopen,
"printf", f_printf,
"scanvar", f_scanvar,
"scanstr", f_scanstr,
"gets", f_gets,
"eof", f_eof,
"isopen", f_is_open,
"chooser", f_chooser,
"close", f_close,
"vwrite", f_vwrite,
"vread", f_vread,
"seek", f_seek,
"tell", f_tell,
"mktemp", f_mktemp,
"unlink", f_unlink,
"flush", f_flush,
0, 0
}
1.6.3