Home
last modified time | relevance | path

Searched refs:fn1 (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgcmp.c82 static void compare (const char *fn1, const char *fn2,
286 match_domain (const char *fn1, const char *fn2, in match_domain() argument
337 this message is used but not defined in %s"), fn1); in match_domain()
344 compare (const char *fn1, const char *fn2, catalog_input_format_ty input_syntax) in compare() argument
353 def = remove_obsoletes (read_catalog_file (fn1, input_syntax)); in compare()
390 def = iconv_msgdomain_list (def, "UTF-8", fn1); in compare()
409 match_domain (fn1, fn2, defmlp, refmlp, &nerrors); in compare()
423 match_domain (fn1, fn2, defmlp, refmlp, &nerrors); in compare()
H A Dmsgmerge.c155 static msgdomain_list_ty *merge (const char *fn1, const char *fn2,
1105 match_domain (const char *fn1, const char *fn2, in match_domain() argument
1246 this message is used but not defined in %s"), fn1); in match_domain()
1357 merge (const char *fn1, const char *fn2, catalog_input_format_ty input_syntax, in merge() argument
1372 def = read_catalog_file (fn1, input_syntax); in merge()
1420 def = iconv_msgdomain_list (def, "UTF-8", fn1); in merge()
1564 def = iconv_msgdomain_list (def, "UTF-8", fn1); in merge()
1597 match_domain (fn1, fn2, &definitions, refmlp, resultmlp, in merge()
1619 match_domain (fn1, fn2, &definitions, refmlp, resultmlp, in merge()
/netbsd-src/sys/arch/x68k/stand/aout2hux/
H A Daout2hux.c76 int aout2hux(const char *fn1, const char *fn2,
477 #define ERR1 { if (ferror(fpa1)) perror(fn1); \
478 else fprintf(stderr, "%s: unexpected EOF\n", fn1); \
484 fn1, fn2); \
539 aout2hux(const char *fn1, const char *fn2, u_int32_t loadadr1, u_int32_t loadadr2, const char *fnx) in aout2hux() argument
570 if (!(fpa1 = open_exec(fn1, &inf1)) || !(fpa2 = open_exec(fn2, &inf2))) in aout2hux()
578 fn1, fn2); in aout2hux()
584 fn1, fn2); in aout2hux()
643 perror(fn1); in aout2hux()
663 perror(fn1); in aout2hux()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dmerge.c253 fndef_t *fn1 = stdp->t_fndef, *fn2 = ttdp->t_fndef; in equiv_function() local
256 if (fn1->fn_nargs != fn2->fn_nargs || in equiv_function()
257 fn1->fn_vargs != fn2->fn_vargs) in equiv_function()
260 if (!equiv_node(fn1->fn_ret, fn2->fn_ret, ed)) in equiv_function()
263 for (i = 0; i < (int) fn1->fn_nargs; i++) { in equiv_function()
264 if (!equiv_node(fn1->fn_args[i], fn2->fn_args[i], ed)) in equiv_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.c966 common_function_versions (tree fn1, tree fn2) in common_function_versions() argument
972 if (TREE_CODE (fn1) != FUNCTION_DECL in common_function_versions()
976 attr1 = lookup_attribute ("target", DECL_ATTRIBUTES (fn1)); in common_function_versions()
987 if (DECL_FUNCTION_VERSIONED (fn1) || DECL_FUNCTION_VERSIONED (fn2)) in common_function_versions()
991 std::swap (fn1, fn2); in common_function_versions()
997 inform (DECL_SOURCE_LOCATION (fn1), in common_function_versions()
998 "previous declaration of %qD", fn1); in common_function_versions()
H A Dtree-cfg.c7392 fixup_loop_arrays_after_move (struct function *fn1, struct function *fn2, in fixup_loop_arrays_after_move() argument
7396 (*get_loops (fn1))[loop->num] = NULL; in fixup_loop_arrays_after_move()
7404 fixup_loop_arrays_after_move (fn1, fn2, loop); in fixup_loop_arrays_after_move()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/
H A Dtestutils.inc469 fn1: .float -1.0
511 set_fr_mem fn1,fr8
530 set_fr_mem fn1,fr9
549 set_fr_mem fn1,fr10
568 set_fr_mem fn1,fr11
/netbsd-src/tests/bin/sh/
H A Dt_option.sh809 atf_fail "T8: -X tracing missing fn1"
811 atf_fail "T8: -X tracing missing set -X from in fn1"
813 atf_fail "T8: -X tracing missing echo after fn1 redirect"
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc1122 common_function_versions (tree fn1, tree fn2) in common_function_versions() argument
1128 if (TREE_CODE (fn1) != FUNCTION_DECL in common_function_versions()
1132 attr1 = lookup_attribute ("target", DECL_ATTRIBUTES (fn1)); in common_function_versions()
1143 if (DECL_FUNCTION_VERSIONED (fn1) || DECL_FUNCTION_VERSIONED (fn2)) in common_function_versions()
1147 std::swap (fn1, fn2); in common_function_versions()
1153 inform (DECL_SOURCE_LOCATION (fn1), in common_function_versions()
1154 "previous declaration of %qD", fn1); in common_function_versions()
H A Dtree-cfg.cc7469 fixup_loop_arrays_after_move (struct function *fn1, struct function *fn2, in fixup_loop_arrays_after_move() argument
7473 (*get_loops (fn1))[loop->num] = NULL; in fixup_loop_arrays_after_move()
7481 fixup_loop_arrays_after_move (fn1, fn2, loop); in fixup_loop_arrays_after_move()
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/
H A Dunix-Makefile.tmpl626 fn1=`basename $$s1`; \
629 if [ "$$fn1" != "$$fn2" ]; then \
630 $(ECHO) "link $(DESTDIR)$(libdir)/$$fn2 -> $(DESTDIR)$(libdir)/$$fn1"; \
631 ln -sf $$fn1 "$(DESTDIR)$(libdir)/$$fn2"; \
691 fn1=`basename $$s1`; \
696 if [ "$$fn1" != "$$fn2" -a -f "$(DESTDIR)$(libdir)/$$fn1" ]; then \
697 $(ECHO) "$(RM) $(DESTDIR)$(libdir)/$$fn1"; \
698 $(RM) "$(DESTDIR)$(libdir)/$$fn1"; \
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/stuff/
H A Dstdio.diff55 fn1 = fn2 = (usch *)argv[0];
57 if (pushfile(fn1, fn2, 0, NULL))
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dxcoff.c656 const struct xcoff_func *fn1 = (const struct xcoff_func *) v1; in xcoff_func_compare() local
659 if (fn1->pc < fn2->pc) in xcoff_func_compare()
661 else if (fn1->pc > fn2->pc) in xcoff_func_compare()
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dxcoff.c655 const struct xcoff_func *fn1 = (const struct xcoff_func *) v1; in xcoff_func_compare() local
658 if (fn1->pc < fn2->pc) in xcoff_func_compare()
660 else if (fn1->pc > fn2->pc) in xcoff_func_compare()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.c170 const usch *fn1, *fn2; in main() local
322 fn1 = fn2 = (usch *)argv[0]; in main()
324 fn1 = NULL; in main()
327 if (pushfile(fn1, fn2, 0, NULL)) in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc3770 equal_functions (tree fn1, tree fn2) in equal_functions() argument
3772 if (TREE_CODE (fn1) != TREE_CODE (fn2)) in equal_functions()
3774 if (TREE_CODE (fn1) == TEMPLATE_DECL) in equal_functions()
3775 return fn1 == fn2; in equal_functions()
3776 if (DECL_LOCAL_DECL_P (fn1) || DECL_LOCAL_DECL_P (fn2) in equal_functions()
3777 || DECL_EXTERN_C_FUNCTION_P (fn1)) in equal_functions()
3778 return decls_match (fn1, fn2); in equal_functions()
3779 return fn1 == fn2; in equal_functions()
11988 tree fn1 = c1->fn; in cand_parms_match() local
11990 if (fn1 == fn2) in cand_parms_match()
[all …]
H A DChangeLog-20173714 * except.c (fn1..fn5, throw_fn, rethrow_rn, spec): Delete.
3742 * except.c (fn1-5, throw_fn, rethrow_fn, spec): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d523 void function() fn1;
525 static assert(__traits(compiles, spawn(fn1)));
527 static assert(!__traits(compiles, spawn(fn1, 1)));
H A Duni.d1104 alias fn1 = sliceBits!(13, 16); variable
1144 m1.slice!(0)[fn1(i)] = fn1(i);
1152 assert(m1.slice!(0)[fn1(i)] == fn1(i));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c3630 equal_functions (tree fn1, tree fn2) in equal_functions() argument
3632 if (TREE_CODE (fn1) != TREE_CODE (fn2)) in equal_functions()
3634 if (TREE_CODE (fn1) == TEMPLATE_DECL) in equal_functions()
3635 return fn1 == fn2; in equal_functions()
3636 if (DECL_LOCAL_FUNCTION_P (fn1) || DECL_LOCAL_FUNCTION_P (fn2) in equal_functions()
3637 || DECL_EXTERN_C_FUNCTION_P (fn1)) in equal_functions()
3638 return decls_match (fn1, fn2); in equal_functions()
3639 return fn1 == fn2; in equal_functions()
11245 tree fn1 = c1->fn; in cand_parms_match() local
11247 if (fn1 == fn2) in cand_parms_match()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d629 void function() fn1;
631 static assert(__traits(compiles, spawn(fn1)));
633 static assert(!__traits(compiles, spawn(fn1, 1)));
/netbsd-src/crypto/external/bsd/openssl/dist/Configurations/
H A Dunix-Makefile.tmpl725 fn1=`basename "$$s1"`; \
730 $(ECHO) "link $(DESTDIR)$(libdir)/$$fn2 -> $(DESTDIR)$(libdir)/$$fn1"; \
731 ln -sf $$fn1 "$(DESTDIR)$(libdir)/$$fn2"; \
794 fn1=`basename "$$s1"`; \
798 $(ECHO) "$(RM) $(DESTDIR)$(libdir)/$$fn1"; \
799 $(RM) "$(DESTDIR)$(libdir)/$$fn1"; \
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_sendrecv.c481 const fsavl_node_t *fn1 = arg1; in fsavl_compare() local
484 if (fn1->fn_guid > fn2->fn_guid) in fsavl_compare()
486 else if (fn1->fn_guid < fn2->fn_guid) in fsavl_compare()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d1071 alias fn1 = sliceBits!(13, 16); variable
1111 m1.slice!(0)[fn1(i)] = fn1(i);
1119 assert(m1.slice!(0)[fn1(i)] == fn1(i));
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DUsersManual.rst2005 offset1[.discriminator]: number_of_samples [fn1:num fn2:num ... ]

12