Searched refs:test_strfunc (Results 1 - 2 of 2) sorted by relevance

/external/clearsilver/cs/
H A Dtest_func.cs4 <?cs var:test_strfunc(Foo) ?>
5 <?cs var:test_strfunc("Foo" + Foo) ?>
8 <?cs var:test_strfunc((5,2)) ?>
9 <?cs var:test_strfunc((5,2) + 2) ?>
H A Dcstest.c27 NEOERR *test_strfunc(const char *str, char **ret) function
33 return nerr_raise(NERR_NOMEM, "Unable to duplicate string in test_strfunc");
97 err = cs_register_strfunc(parse, "test_strfunc", test_strfunc);

Completed in 41 milliseconds