Searched refs:load_file (Results 26 - 35 of 35) sorted by relevance

12

/netbsd-current/external/bsd/lutok/dist/
H A Dstate_test.cpp635 state.load_file("test.lua");
651 REQUIRE_API_ERROR("luaL_loadfile", state.load_file("test.lua"));
660 state.load_file("missing.lua"));
H A Dstate.cpp493 lutok::state::load_file(const std::string& file) function in class:lutok::state
/netbsd-current/external/bsd/ipf/dist/
H A Dipf.h287 extern alist_t *load_file __P((char *));
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A DMakefile.in34 allascii.c load_file.c killme_after.c vstream_tweak.c \
81 allascii.o load_file.o killme_after.o vstream_tweak.o \
119 vstring_vstream.h watchdog.h format_tv.h load_file.h killme_after.h \
2141 load_file.o: check_arg.h
2142 load_file.o: iostuff.h
2143 load_file.o: load_file.c
2144 load_file.o: load_file.h
2145 load_file
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dscanner.c2184 static bool load_file (const char *, const char *, bool);
2187 line. If so, we call load_file() recursively to load the included
2350 if (!load_file (filename, NULL, false))
2358 APIs. Return 1 if recognized as valid INCLUDE statement and load_file has
2459 if (!load_file (filename, NULL, false))
2482 load_file (const char *realfilename, const char *displayedname, bool initial) function
2737 && !load_file (flag_pre_include, NULL, false))
2744 result = load_file (gfc_cpp_temporary_file (), gfc_source_file, true);
2747 result = load_file (gfc_source_file, NULL, true);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.cc2232 static void load_file (const char *, const char *, bool);
2235 line. If so, we call load_file() recursively to load the included
2398 load_file (filename, NULL, false);
2404 APIs. Return 1 if recognized as valid INCLUDE statement and load_file has
2505 load_file (filename, NULL, false);
2528 load_file (const char *realfilename, const char *displayedname, bool initial) function
2770 load_file (flag_pre_include, NULL, false);
2776 load_file (gfc_cpp_temporary_file (), gfc_source_file, true);
2779 load_file (gfc_source_file, NULL, true);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/lib/
H A Dld-lib.exp23 load_file $srcdir/../../binutils/testsuite/lib/$name
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dgen-perf-test.exp235 verbose -log "load_file $srcdir/gdb.perf/$basename"
236 if { [load_file $srcdir/gdb.perf/$basename] == 0 } {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgen-perf-test.exp235 verbose -log "load_file $srcdir/gdb.perf/$basename"
236 if { [load_file $srcdir/gdb.perf/$basename] == 0 } {
/netbsd-current/external/ibm-public/postfix/dist/src/bounce/
H A DMakefile.in343 bounce.o: ../../include/load_file.h

Completed in 139 milliseconds

12