Searched refs:func_str (Results 1 – 2 of 2) sorted by relevance
365 const char *lib_str, *func_str, *reason_str; in ERR_error_string_n() local377 func_str = ERR_func_error_string(packed_error); in ERR_error_string_n()385 if (func_str == NULL) { in ERR_error_string_n()387 func_str = func_buf; in ERR_error_string_n()396 packed_error, lib_str, func_str, reason_str); in ERR_error_string_n()
14726 TokenString func_str; in decl() local14729 tok_str_new(&func_str); in decl()14736 tok_str_add_tok(&func_str); in decl()14747 tok_str_add(&func_str, -1); in decl()14748 tok_str_add(&func_str, 0); in decl()14749 sym->r = (long)func_str.str; in decl()