Home
last modified time | relevance | path

Searched refs:fn_name (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint1/
HDmem1.c54 char *fn_name; member
73 if (fn->fn_len == len && memcmp(fn->fn_name, s, len) == 0) in srchfn()
103 if ((fn->fn_name = malloc(len + 1)) == NULL) in fnnalloc()
105 (void)memcpy(fn->fn_name, s, len); in fnnalloc()
106 fn->fn_name[len] = '\0'; in fnnalloc()
115 outstrg(fn->fn_name); in fnnalloc()
117 return (fn->fn_name); in fnnalloc()
/freebsd-11-stable/contrib/bmake/
HDcond.c865 const char *fn_name; in compare_function() member
885 for (fn_def = fn_defs; fn_def->fn_name != NULL; fn_def++) { in compare_function()
886 if (!istoken(cp, fn_def->fn_name, fn_def->fn_name_len)) in compare_function()
895 arglen = fn_def->fn_getarg(&cp, &arg, fn_def->fn_name); in compare_function()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDUnixAPIChecker.cpp81 const char *fn_name) const;
340 const char *fn_name) const { in ReportZeroByteAllocation()
350 os << "Call to '" << fn_name << "' has an allocation size of 0 bytes"; in ReportZeroByteAllocation()
/freebsd-11-stable/sys/mips/mips/
HDdb_trace.c109 fn_name(uintptr_t addr) in fn_name() function
367 (*printfn) ("%s+%x (", fn_name(subr), pc - subr); in stacktrace_subr()
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
HDtestlang_parse.y214 call : CALL result fn_name args eol {
219 call2 : CALL2 result result fn_name args eol {
224 call3 : CALL3 result result result fn_name args eol {
229 call4 : CALL4 result result result result fn_name args eol {
402 fn_name : VARNAME {
/freebsd-11-stable/sys/dev/bnxt/
HDbnxt_sysctl.c1250 #define BNXT_HW_LRO_FN(fn_name, arg) \ argument
1252 fn_name(SYSCTL_HANDLER_ARGS) { \
1281 #define BNXT_FLOW_CTRL_FN(fn_name, arg) \ in BNXT_HW_LRO_FN() argument
1283 fn_name(SYSCTL_HANDLER_ARGS) { \ in BNXT_HW_LRO_FN()
/freebsd-11-stable/contrib/gcc/cp/
HDdecl2.c260 tree fn_name = DECL_NAME (function); in grokclassfn() local
266 if (fn_name == NULL_TREE) in grokclassfn()
269 fn_name = get_identifier ("<anonymous>"); in grokclassfn()
270 DECL_NAME (function) = fn_name; in grokclassfn()
HDChangeLog-19953386 * decl2.c (check_classfn): If the cname is T<int> and fn_name is T,
/freebsd-11-stable/contrib/binutils/bfd/
HDelflink.c10905 char *fn_name; in bfd_elf_gc_sections() local
10916 fn_name in bfd_elf_gc_sections()
10918 if (fn_name == NULL) in bfd_elf_gc_sections()
10922 sprintf (fn_name, "%s%s", TEXT_PREFIX, sec_name); in bfd_elf_gc_sections()
10923 fn_text = bfd_get_section_by_name (sub, fn_name); in bfd_elf_gc_sections()
10928 sprintf (fn_name, "%s%s", TEXT_PREFIX2, sec_name); in bfd_elf_gc_sections()
10929 fn_text = bfd_get_section_by_name (sub, fn_name); in bfd_elf_gc_sections()
10932 free (fn_name); in bfd_elf_gc_sections()