/freebsd/contrib/lutok/ |
H A D | operations_test.cpp | 140 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 D | operations.hpp | 46 unsigned int do_file(state&, const std::string&, const int, const int,
|
H A D | operations.cpp | 76 lutok::do_file(state& s, const std::string& file, const int nargs, in do_file() function in lutok
|
H A D | NEWS | 22 * Modified operations do_file and do_string to support passing a number
|
/freebsd/tools/tools/vop_table/ |
H A D | vop_table.tcl | 5 proc do_file {file} { procedure 53 do_file [lindex [split $a :] 0]
|
/freebsd/contrib/kyua/utils/config/ |
H A D | parser.cpp | 174 lutok::do_file(_pimpl->_state, file.str(), 0, 0, 0); in parse()
|
/freebsd/sbin/rcorder/ |
H A D | rcorder.c | 146 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 D | rehash.c | 234 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 D | chat.c | 157 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 D | ssh-add.c | 657 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 D | kyuafile.cpp | 383 lutok::do_file(_state, load_path.str(), 0, 0, 0); in parse()
|