Home
last modified time | relevance | path

Searched refs:macro_process (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dreplay.c852 macro_process(rbtree_type* store, struct replay_runtime* runtime, char* text) in macro_process() function
974 v = macro_process(store, NULL, ""); in testbound_selftest()
978 v = macro_process(store, NULL, "${}"); in testbound_selftest()
982 v = macro_process(store, NULL, "blabla ${} dinges"); in testbound_selftest()
986 v = macro_process(store, NULL, "1${$bla}2${$bla}3"); in testbound_selftest()
990 v = macro_process(store, NULL, "it is ${ctime 123456}"); in testbound_selftest()
996 v = macro_process(store, NULL, "it is ${ctime ${$t1}}"); in testbound_selftest()
1000 v = macro_process(store, NULL, "it is ${ctime $t1}"); in testbound_selftest()
1008 v = macro_process(store, NULL, "${$x + $x}"); in testbound_selftest()
1011 v = macro_process(store, NULL, "${$x - $x}"); in testbound_selftest()
[all …]
H A Dreplay.h450 char* macro_process(rbtree_type* store, struct replay_runtime* runtime,
H A Dfake_event.c524 char* value = macro_process(runtime->vars, runtime, mom->string); in moment_assign()
542 char* xp = macro_process(runtime->vars, runtime, mom->string); in time_passes()
592 expanded = macro_process(runtime->vars, runtime, p->str); in autotrust_check()
645 expanded = macro_process(runtime->vars, runtime, p->str); in tempfile_check()