Searched refs:push_string (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/lutok/examples/
H A Dhello.cpp54 state.push_string("Hello, world!");
H A Draii.cpp77 state.push_string(field);
/freebsd-13-stable/contrib/kyua/utils/config/
H A Dlua_module.cpp59 state.push_string("tree");
119 state.push_string("__index");
123 state.push_string("__newindex");
127 state.push_string("tree_key");
128 state.push_string(tree_key);
173 state.push_string("_" + state.to_string(-2));
203 state.push_string("_" + state.to_string(-1));
227 state.push_string("_" + state.to_string(-1));
266 state.push_string("__index");
270 state.push_string("__newinde
[all...]
H A Dnodes_test.cpp151 state.push_string("foo bar");
246 state.push_string("456");
357 state.push_string("456");
472 state.push_string("text 1");
H A Dnodes.cpp547 state.push_string(value());
H A Dtree_test.cpp622 state.push_string("foo");
/freebsd-13-stable/contrib/kyua/utils/fs/
H A Dlua_module.cpp114 state.push_string(path.leaf_name().c_str());
134 state.push_string(path.branch_path().c_str());
182 state.push_string(entry->d_name);
237 state.push_string("__gc");
294 state.push_string((path1 / path2).c_str());
329 s.push_string(start_dir.str());
/freebsd-13-stable/usr.bin/dtc/
H A Dstring.cc51 push_string(byte_buffer &buffer, const string &s, bool escapes) function in namespace:dtc
H A Dutil.hh108 void push_string(byte_buffer &v, const std::string &s, bool escapes=false);
H A Ddtb.cc84 push_string(buffer, name);
166 push_string(buffer, name);
168 push_string(buffer, name);
172 push_string(buffer, name);
182 push_string(buffer, name);
200 push_string(buffer, name);
H A Dfdt.cc87 push_string(buffer, string_data, true);
1135 push_string(name_buffer, name);
1139 push_string(name_buffer, unit_address);
1342 push_string(pv->byte_data, p->first);
1346 push_string(pv->byte_data, p->second);
/freebsd-13-stable/contrib/lutok/
H A Dexceptions_test.cpp60 state.push_string("The error message");
H A Dstate.hpp128 void push_string(const std::string&);
H A Doperations.cpp52 s.push_string((*iter).first);
H A Dstate_test.cpp857 ATF_TEST_CASE_WITHOUT_HEAD(push_string); variable
858 ATF_TEST_CASE_BODY(push_string)
864 state.push_string(str);
868 state.push_string(str);
1150 ATF_ADD_TEST_CASE(tcs, push_string);
H A Dstate.cpp729 lutok::state::push_string(const std::string& str) function in class:lutok::state
/freebsd-13-stable/contrib/kyua/engine/
H A Dkyuafile.cpp216 _state.push_string(interface);
449 state.push_string("name");
457 state.push_string("test_suite");
514 state.push_string(parser::get_from_state(state)->
H A Dconfig.cpp145 state.push_string(value().name);
/freebsd-13-stable/usr.bin/dc/
H A Dbcode.c64 static __inline void push_string(char *);
438 push_string(char *string) function
775 push_string(bstrdup(str));
947 push_string(read_string(&bmachine.readstack[bmachine.readsp]));

Completed in 218 milliseconds