Searched refs:fn1 (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dminsyms.c644 const struct minimal_symbol *fn1;
647 fn1 = (const struct minimal_symbol *) fn1p;
650 if (SYMBOL_VALUE_ADDRESS (fn1) < SYMBOL_VALUE_ADDRESS (fn2))
654 else if (SYMBOL_VALUE_ADDRESS (fn1) > SYMBOL_VALUE_ADDRESS (fn2))
661 char *name1 = SYMBOL_LINKAGE_NAME (fn1);
667 return 1; /* fn1 has no name, so it is "less" */
643 const struct minimal_symbol *fn1; local
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c249 fndef_t *fn1 = stdp->t_fndef, *fn2 = ttdp->t_fndef; local
252 if (fn1->fn_nargs != fn2->fn_nargs ||
253 fn1->fn_vargs != fn2->fn_vargs)
256 if (!equiv_node(fn1->fn_ret, fn2->fn_ret, ed))
259 for (i = 0; i < (int) fn1->fn_nargs; i++) {
260 if (!equiv_node(fn1->fn_args[i], fn2->fn_args[i], ed))
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dmain.c883 assertion_equal_file(const char *filename, int line, const char *fn1, const char *fn2) argument
892 f1 = fopen(fn1, "rb");
915 logprintf(" file1=\"%s\"\n", fn1);
/freebsd-12-stable/contrib/gcc/cp/
H A Dname-lookup.c3487 tree fn1 = OVL_CURRENT (fns1);
3493 if (fn1 == fn2
3494 || (DECL_EXTERN_C_P (fn1) && DECL_EXTERN_C_P (fn2)
3495 && DECL_NAME (fn1) == DECL_NAME (fn2)))
3482 tree fn1 = OVL_CURRENT (fns1); local
H A Dcall.c2412 equal_functions (tree fn1, tree fn2) argument
2414 if (DECL_LOCAL_FUNCTION_P (fn1) || DECL_LOCAL_FUNCTION_P (fn2)
2415 || DECL_EXTERN_C_FUNCTION_P (fn1))
2416 return decls_match (fn1, fn2);
2417 return fn1 == fn2;
/freebsd-12-stable/contrib/libarchive/test_utils/
H A Dtest_main.c1024 assertion_equal_file(const char *filename, int line, const char *fn1, const char *fn2) argument
1033 f1 = fopen(fn1, "rb");
1056 logprintf(" file1=\"%s\"\n", fn1);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c496 const fsavl_node_t *fn1 = (const fsavl_node_t *)arg1; local
499 return (AVL_CMP(fn1->fn_guid, fn2->fn_guid));

Completed in 285 milliseconds