Searched refs:fn2 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dminsyms.c645 const struct minimal_symbol *fn2;
648 fn2 = (const struct minimal_symbol *) fn2p;
650 if (SYMBOL_VALUE_ADDRESS (fn1) < SYMBOL_VALUE_ADDRESS (fn2))
654 else if (SYMBOL_VALUE_ADDRESS (fn1) > SYMBOL_VALUE_ADDRESS (fn2))
662 char *name2 = SYMBOL_LINKAGE_NAME (fn2);
668 else if (name1) /* fn2 has no name, so it is "less" */
644 const struct minimal_symbol *fn2; local
/freebsd-11-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))
260 if (!equiv_node(fn1->fn_args[i], fn2->fn_args[i], ed))
/freebsd-11-stable/contrib/gcc/cp/
H A Dname-lookup.c3482 tree fn2 = OVL_CURRENT (s2);
3493 if (fn1 == fn2
3494 || (DECL_EXTERN_C_P (fn1) && DECL_EXTERN_C_P (fn2)
3495 && DECL_NAME (fn1) == DECL_NAME (fn2)))
3501 s1 = build_overload (fn2, s1);
3477 tree fn2 = OVL_CURRENT (s2); local
H A Dcall.c2412 equal_functions (tree fn1, tree fn2) argument
2414 if (DECL_LOCAL_FUNCTION_P (fn1) || DECL_LOCAL_FUNCTION_P (fn2)
2416 return decls_match (fn1, fn2);
2417 return fn1 == fn2;
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dmain.c883 assertion_equal_file(const char *filename, int line, const char *fn1, const char *fn2) argument
893 f2 = fopen(fn2, "rb");
916 logprintf(" file2=\"%s\"\n", fn2);
/freebsd-11-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
1034 f2 = fopen(fn2, "rb");
1057 logprintf(" file2=\"%s\"\n", fn2);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c497 const fsavl_node_t *fn2 = (const fsavl_node_t *)arg2; local
499 return (AVL_CMP(fn1->fn_guid, fn2->fn_guid));
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js8370 toggle: function( fn, fn2, callback ) {
8373 if ( jQuery.isFunction(fn) && jQuery.isFunction(fn2) ) {
8383 this.animate(genFx("toggle", 3), fn, fn2, callback);

Completed in 299 milliseconds