Searched refs:funname (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libc/tests/gen/
H A Ddlopen_empty_test.c41 static const char *funname; variable
49 atf_tc_fail("got SIGSEGV in the %s(3)", funname);
80 funname = "dlopen";
83 funname = "dlclose";
/freebsd-11-stable/contrib/gdb/gdb/
H A Df-valprint.c592 list_all_visible_commons (char *funname)
602 if (strcmp (tmp->owning_function, funname) == 0)
619 char *funname = 0;
657 funname = DEPRECATED_SYMBOL_NAME (msymbol);
659 funname = DEPRECATED_SYMBOL_NAME (func);
667 funname = DEPRECATED_SYMBOL_NAME (msymbol);
675 list_all_visible_commons (funname);
679 the_common = find_common_for_function (comname, funname);
701 comname, funname);
713 char *funname
591 list_all_visible_commons(char *funname) argument
618 char *funname = 0; local
[all...]
H A Dstack.c540 char *funname = 0;
584 funname = DEPRECATED_SYMBOL_NAME (msymbol);
601 funname = DEPRECATED_SYMBOL_NAME (func);
605 demangled = cplus_demangle (funname, DMGL_ANSI);
610 funname = SYMBOL_PRINT_NAME (func);
619 funname = DEPRECATED_SYMBOL_NAME (msymbol);
644 fprintf_symbol_filtered (stb->stream, funname ? funname : "??", funlang,
682 if (!funname || (!sal.symtab || !sal.symtab->filename))
842 char *funname
539 char *funname = 0; local
839 char *funname = 0; local
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dbind.c1159 char *funname, *kname; local
1260 /* Skip any whitespace between keyname and funname. */
1262 funname = &string[i];
1264 /* Now isolate funname.
1274 if (*funname == '\'' || *funname == '"')
1342 if (*funname == '\'' || *funname == '"')
1344 j = strlen (funname);
1347 if (j && funname[
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c18168 tree funname = get_identifier (XSTR (operands[dest_operand_number], 0));
18170 if (no_previous_def (funname))
18182 add_compiler_branch_island (labelname, funname, line_number);
18185 labelname = get_prev_label (funname);
18122 tree funname = get_identifier (XSTR (operands[dest_operand_number], 0)); local

Completed in 194 milliseconds