Home | History | Annotate | Download | only in example

Lines Matching defs:function

27 /* Redirect printf to a function in the test application so it's possible to
36 /* Redirect fprintf to a function in the test application so it's possible to
68 /* main is defined in the unit test so redefine name of the the main function
85 BinaryOperator function;
119 /* Searches the specified array of operator_functions for the function
120 * associated with the specified operator_string. This function returns the
121 * function associated with operator_string if successful, NULL otherwise.
135 return operator_function->function;
151 * If successful, this function returns the integer result of the operations.
194 const BinaryOperator function = find_operator_function_by_string(
200 if (!function) {
226 *intermediate_value = function(value, other_value);