Home
last modified time | relevance | path

Searched refs:do_file (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/lutok/
H A Doperations_test.cpp140 ATF_REQUIRE_EQ(2, lutok::do_file(state, "test.lua", 3, -1, 0)); in ATF_TEST_CASE_BODY()
157 ATF_REQUIRE_EQ(3, lutok::do_file(state, "test.lua", 0, -1, 0)); in ATF_TEST_CASE_BODY()
174 ATF_REQUIRE_EQ(0, lutok::do_file(state, "test.lua", 0, 0, 0)); in ATF_TEST_CASE_BODY()
187 ATF_REQUIRE_EQ(2, lutok::do_file(state, "test.lua", 0, 2, 0)); in ATF_TEST_CASE_BODY()
201 lutok::do_file(state, "missing.lua", 0, 0, 0)); in ATF_TEST_CASE_BODY()
215 lutok::do_file(state, "test.lua", 0, 0, 0)); in ATF_TEST_CASE_BODY()
231 lutok::do_file(state, "test.lua", 0, 0, -2)); in ATF_TEST_CASE_BODY()
H A Doperations.hpp46 unsigned int do_file(state&, const std::string&, const int, const int,
H A Doperations.cpp76 lutok::do_file(state& s, const std::string& file, const int nargs, in do_file() function in lutok
H A DNEWS22 * Modified operations do_file and do_string to support passing a number
/freebsd/tools/tools/vop_table/
H A Dvop_table.tcl5 proc do_file {file} { procedure
53 do_file [lindex [split $a :] 0]
/freebsd/contrib/kyua/utils/config/
H A Dparser.cpp174 lutok::do_file(_pimpl->_state, file.str(), 0, 0, 0); in parse()
/freebsd/sbin/rcorder/
H A Drcorder.c146 static void do_file(filenode *fnode, strnodelist *);
842 do_file(head->next->fnode, &stack_item); in satisfy_req()
885 do_file(filenode *fnode, strnodelist *stack_ptr) in do_file() function
1096 do_file(fn_head->next, NULL); in generate_ordering()
/freebsd/crypto/openssl/apps/
H A Drehash.c234 static int do_file(const char *filename, const char *fullpath, enum Hash h) in do_file() function
410 errs += do_file(filename, buf, h); in do_dir()
/freebsd/usr.bin/chat/
H A Dchat.c157 void do_file(char *chatfile);
290 do_file(chat_file); in main()
316 do_file(char *chatfile) in do_file() function
/freebsd/crypto/openssh/
H A Dssh-add.c657 do_file(int agent_fd, int deleting, int key_only, int cert_only, in do_file() function
1034 if (do_file(agent_fd, deleting, key_only, cert_only, in main()
1045 if (do_file(agent_fd, deleting, key_only, cert_only, in main()
/freebsd/contrib/kyua/engine/
H A Dkyuafile.cpp383 lutok::do_file(_state, load_path.str(), 0, 0, 0); in parse()