HomeSort by: relevance | last modified time | path
    Searched defs:funname (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
infodoc.c 694 char *keyname, *message, *fundoc, *funname = "";
722 funname = function_name (map[keystroke].function);
728 (10 + strlen (keyname) + strlen (fundoc) + strlen (funname));
731 sprintf (message, "%s (%s): %s.", keyname, funname, fundoc);
693 char *keyname, *message, *fundoc, *funname = ""; local
  /src/external/gpl3/gdb/dist/gdb/python/
py-frame.c 345 gdb::unique_xmalloc_ptr<char> funname member in class:gdb
py-unwind.c 694 gdb::unique_xmalloc_ptr<char> funname member in class:gdb
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-frame.c 345 gdb::unique_xmalloc_ptr<char> funname member in class:gdb
py-unwind.c 694 gdb::unique_xmalloc_ptr<char> funname member in class:gdb
  /src/external/mpl/bind/dist/lib/dns/
gen.c 172 funname(const char *, char *);
270 funname(const char *s, char *buf) { function
319 result, function, funname(tt->typebuf, buf1),
324 funname(tt->classbuf, buf1),
325 funname(tt->typebuf, buf2), args);
922 funname(tt->typebuf, buf1),
940 s = funname(tt->typebuf, buf1);
972 s = funname(name, buf1); \
  /src/external/mpl/dhcp/bind/dist/lib/dns/
gen.c 182 funname(const char *, char *);
219 funname(const char *s, char *buf) { function
270 funname(tt->typebuf, buf1), args);
274 funname(tt->classbuf, buf1),
275 funname(tt->typebuf, buf2), args);
912 funname(tt->typebuf, buf1),
930 s = funname(tt->typebuf, buf1);
968 s = funname(name, buf1); \
  /src/external/gpl3/gdb/dist/readline/readline/
bind.c 1621 char *funname, *kname; local
1739 /* Skip any whitespace between keyname and funname. */
1741 funname = &string[i];
1743 /* Now isolate funname.
1753 if (*funname == '\'' || *funname == '"')
1755 i = _rl_skip_to_delim (string, i+1, *funname);
1760 _rl_init_file_error ("`%s': missing closing quote for macro", funname);
1813 if (*funname == '\'' || *funname == '"'
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
bind.c 1525 char *funname, *kname; local
1643 /* Skip any whitespace between keyname and funname. */
1645 funname = &string[i];
1647 /* Now isolate funname.
1657 if (*funname == '\'' || *funname == '"')
1659 i = _rl_skip_to_delim (string, i+1, *funname);
1664 _rl_init_file_error ("`%s': missing closing quote for macro", funname);
1717 if (*funname == '\'' || *funname == '"'
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
stack.c 1271 gdb::unique_xmalloc_ptr<char> funname;
1292 funname = cp_remove_params (print_name);
1295 /* If we didn't hit the C++ case above, set *funname
1297 if (funname == NULL)
1298 funname.reset (xstrdup (print_name));
1305 return funname;
1310 funname.reset (xstrdup (msymbol.minsym->print_name ()));
1315 return funname;
1334 gdb::unique_xmalloc_ptr<char> funname
1367 gdb_puts (funname ? funname.get () : "??", &stb)
1270 gdb::unique_xmalloc_ptr<char> funname; member in class:gdb
1333 gdb::unique_xmalloc_ptr<char> funname member in class:gdb
1480 const char *funname = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
stack.c 1271 gdb::unique_xmalloc_ptr<char> funname;
1292 funname = cp_remove_params (print_name);
1295 /* If we didn't hit the C++ case above, set *funname
1297 if (funname == NULL)
1298 funname.reset (xstrdup (print_name));
1306 return funname;
1311 funname.reset (xstrdup (msymbol.minsym->print_name ()));
1316 return funname;
1335 gdb::unique_xmalloc_ptr<char> funname
1368 gdb_puts (funname ? funname.get () : "??", &stb)
1270 gdb::unique_xmalloc_ptr<char> funname; member in class:gdb
1334 gdb::unique_xmalloc_ptr<char> funname member in class:gdb
1481 const char *funname = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 14910 tree funname = get_identifier (XSTR (operands[funop], 0));
14911 tree labelname = get_prev_label (funname);
26423 tree funname = get_identifier (XSTR (func_desc, 0));
26425 if (no_previous_def (funname))
26433 add_compiler_branch_island (labelname, funname,
14884 tree funname = get_identifier (XSTR (operands[funop], 0)); local
26371 tree funname = get_identifier (XSTR (func_desc, 0)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 14526 tree funname = get_identifier (XSTR (operands[funop], 0));
14527 tree labelname = get_prev_label (funname);
25987 tree funname = get_identifier (XSTR (func_desc, 0));
25989 if (no_previous_def (funname))
25997 add_compiler_branch_island (labelname, funname,
14500 tree funname = get_identifier (XSTR (operands[funop], 0)); local
25935 tree funname = get_identifier (XSTR (func_desc, 0)); local

Completed in 78 milliseconds