Home
last modified time | relevance | path

Searched +defs:fn +defs:name (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dmatch.c33 int add_match(fn) in add_match() argument
56 int matches(fn) in matches() argument
74 int i_add_match(fn) in i_add_match() argument
97 int i_matches(fn) in i_matches() argument
120 int j_add_match(fn) in j_add_match() argument
143 int j_matches(fn) in j_matches() argument
168 int hfs_add_match(fn) in hfs_add_match() argument
195 char name[1024]; local
213 int hfs_matches(fn) in hfs_matches() argument
237 char name[1024]; local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssanames.cc79 init_ssanames (struct function *fn, int size) in init_ssanames()
104 fini_ssanames (struct function *fn) in fini_ssanames()
107 tree name; in fini_ssanames() local
267 init_ssa_name_imm_use (tree name) in init_ssa_name_imm_use()
284 make_ssa_name_fn (struct function *fn, tree var, gimple *stmt, in make_ssa_name_fn()
352 set_range_info_raw (tree name, enum value_range_kind range_type, in set_range_info_raw()
393 set_range_info (tree name, enum value_range_kind range_type, in set_range_info()
420 set_range_info (tree name, const value_range &vr) in set_range_info()
430 set_ptr_nonnull (tree name) in set_ptr_nonnull()
440 set_nonzero_bits (tree name, const wide_int_ref &mask) in set_nonzero_bits()
[all …]
H A Dgimple-expr.cc301 struct function *fn = DECL_STRUCT_FUNCTION (fndecl); in gimple_set_body() local
322 struct function *fn = DECL_STRUCT_FUNCTION (fndecl); in gimple_body() local
331 struct function *fn = DECL_STRUCT_FUNCTION (fndecl); in gimple_has_body_p() local
370 copy_var_decl (tree var, tree name, tree type) in copy_var_decl()
399 remove_suffix (char *name, int len) in remove_suffix()
504 create_tmp_reg_fn (struct function *fn, tree type, const char *prefix) in create_tmp_reg_fn()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Di386-asm.h64 # define FN_TYPE(fn) .type fn,@function argument
65 # define FN_SIZE(fn) .size fn,.-fn argument
67 # define FN_HIDDEN(fn) AS_HIDDEN_DIRECTIVE fn argument
70 # define FN_TYPE(fn) argument
71 # define FN_SIZE(fn) argument
75 # define FN_HIDDEN(fn) argument
79 # define ASMNAME(name) PASTE2(__USER_LABEL_PREFIX__, name) argument
81 # define ASMNAME(name) name argument
84 #define FUNC_BEGIN(fn) \ argument
89 #define HIDDEN_FUNC(fn) \ argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Di386-asm.h64 # define FN_TYPE(fn) .type fn,@function argument
65 # define FN_SIZE(fn) .size fn,.-fn argument
67 # define FN_HIDDEN(fn) AS_HIDDEN_DIRECTIVE fn argument
70 # define FN_TYPE(fn) argument
71 # define FN_SIZE(fn) argument
75 # define FN_HIDDEN(fn) argument
79 # define ASMNAME(name) PASTE2(__USER_LABEL_PREFIX__, name) argument
81 # define ASMNAME(name) name argument
84 #define FUNC_BEGIN(fn) \ argument
89 #define HIDDEN_FUNC(fn) \ argument
[all …]
/netbsd-src/tests/lib/libm/
H A Dt_libm.h10 #define T_LIBM_CHECK(subtest, fn, arg, expect_, epsilon_) do { \ argument
24 #define T_LIBM_CHECK_NAN(subtest, fn, arg) do { \ argument
32 #define T_LIBM_CHECK_NAN(subtest, fn, arg) (void)(arg) argument
36 #define T_LIBM_CHECK_PLUS_ZERO(subtest, fn, arg) do { \ argument
44 #define T_LIBM_CHECK_MINUS_ZERO(subtest, fn, arg) do { \ argument
59 #define ATF_LIBM_TEST(name, description) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssanames.c78 init_ssanames (struct function *fn, int size) in init_ssanames()
103 fini_ssanames (struct function *fn) in fini_ssanames()
258 init_ssa_name_imm_use (tree name) in init_ssa_name_imm_use()
275 make_ssa_name_fn (struct function *fn, tree var, gimple *stmt, in make_ssa_name_fn()
343 set_range_info_raw (tree name, enum value_range_kind range_type, in set_range_info_raw()
384 set_range_info (tree name, enum value_range_kind range_type, in set_range_info()
411 set_range_info (tree name, const value_range &vr) in set_range_info()
423 get_range_info (const_tree name, wide_int *min, wide_int *max) in get_range_info()
444 get_range_info (const_tree name, value_range &vr) in get_range_info()
466 set_ptr_nonnull (tree name) in set_ptr_nonnull()
[all …]
H A Dgimple-expr.c301 struct function *fn = DECL_STRUCT_FUNCTION (fndecl); in gimple_set_body() local
322 struct function *fn = DECL_STRUCT_FUNCTION (fndecl); in gimple_body() local
331 struct function *fn = DECL_STRUCT_FUNCTION (fndecl); in gimple_has_body_p() local
370 copy_var_decl (tree var, tree name, tree type) in copy_var_decl()
399 remove_suffix (char *name, int len) in remove_suffix()
511 create_tmp_reg_fn (struct function *fn, tree type, const char *prefix) in create_tmp_reg_fn()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dv3nametest.c98 const char *name; in set_cn() local
137 const char *name; in set_altname() local
174 static int set_cn1(X509 *crt, const char *name) in set_cn1()
179 static int set_cn_and_email(X509 *crt, const char *name) in set_cn_and_email()
185 static int set_cn2(X509 *crt, const char *name) in set_cn2()
191 static int set_cn3(X509 *crt, const char *name) in set_cn3()
197 static int set_email1(X509 *crt, const char *name) in set_email1()
202 static int set_email2(X509 *crt, const char *name) in set_email2()
208 static int set_email3(X509 *crt, const char *name) in set_email3()
214 static int set_email_and_cn(X509 *crt, const char *name) in set_email_and_cn()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dv3nametest.c102 const char *name; in set_cn() local
141 const char *name; in set_altname() local
178 static int set_cn1(X509 *crt, const char *name) in set_cn1()
183 static int set_cn_and_email(X509 *crt, const char *name) in set_cn_and_email()
189 static int set_cn2(X509 *crt, const char *name) in set_cn2()
195 static int set_cn3(X509 *crt, const char *name) in set_cn3()
201 static int set_email1(X509 *crt, const char *name) in set_email1()
206 static int set_email2(X509 *crt, const char *name) in set_email2()
212 static int set_email3(X509 *crt, const char *name) in set_email3()
218 static int set_email_and_cn(X509 *crt, const char *name) in set_email_and_cn()
[all …]
/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_fork_wait.h31 fork_body(const char *fn, bool trackspawn, bool trackfork, bool trackvfork, in fork_body()
243 #define FORK_TEST2(name,fun,tspawn,tfork,tvfork,tvforkdone,newpgrp) \ argument
262 #define FORK_TEST(name,fun,tspawn,tfork,tvfork,tvforkdone) \ argument
350 unrelated_tracer_fork_body(const char *fn, bool trackspawn, bool trackfork, in unrelated_tracer_fork_body()
657 #define UNRELATED_TRACER_FORK_TEST2(name,fun,tspawn,tfork,tvfork,tvforkdone,newpgrp)\ argument
677 #define UNRELATED_TRACER_FORK_TEST(name,fun,tspawn,tfork,tvfork,tvforkdone) \ argument
742 fork_detach_forker_body(const char *fn, bool kill_process) in fork_detach_forker_body()
904 #define FORK_DETACH_FORKER(name,event,kprocess) \ argument
933 unrelated_tracer_fork_detach_forker_body(const char *fn, bool kill_process) in unrelated_tracer_fork_detach_forker_body()
1190 #define UNRELATED_TRACER_FORK_DETACH_FORKER(name,event,kprocess) \ argument
[all …]
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Dkeytable_test.c159 result = dns_ds_fromkeyrdata(name, &rdata, DNS_DSDIGEST_SHA256, digest, in create_tables() local
80 static dns_name_t *name; str2name() local
121 create_dsstruct(dns_name_t * name,uint16_t flags,uint8_t proto,uint8_t alg,const char * keystr,unsigned char * digest,dns_rdata_ds_t * dsstruct) create_dsstruct() argument
216 dns_fixedname_t fn; ISC_RUN_TEST_IMPL() local
399 dns_fixedname_t fn; ISC_RUN_TEST_IMPL() local
467 dns_name_t *name; ISC_RUN_TEST_IMPL() local
576 dns_fixedname_t fn; ISC_RUN_TEST_IMPL() local
[all...]
/netbsd-src/usr.bin/cvslatest/
H A Dcvslatest.c79 char name[MAXPATHLEN], ename[MAXPATHLEN]; in getrepo() local
95 notimestamp(const char *fn, const char *ename, int uncommitted) in notimestamp()
105 char name[MAXPATHLEN], ename[MAXPATHLEN]; in getlatest() local
107 char *fn, *dt, *p; in getlatest() local
173 cvsscan(char **pathv, const char *name, struct latest *lat) in cvsscan()
208 checkDir(char *path, size_t pathlen, const char *name) in checkDir()
225 findCVSDir(char *path, size_t pathlen, const char *name) in findCVSDir()
254 const char *name = NULL; in main() local
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dnta.c52 dns_fixedname_t fn; global() member
53 dns_name_t *name; global() member
305 nta_create(dns_ntatable_t * ntatable,const dns_name_t * name,dns_nta_t ** target) nta_create() argument
336 dns_ntatable_add(dns_ntatable_t * ntatable,const dns_name_t * name,bool force,isc_stdtime_t now,uint32_t lifetime) dns_ntatable_add() argument
398 deletenode(dns_ntatable_t * ntatable,const dns_name_t * name) deletenode() argument
422 dns_ntatable_delete(dns_ntatable_t * ntatable,const dns_name_t * name) dns_ntatable_delete() argument
434 dns_ntatable_covered(dns_ntatable_t * ntatable,isc_stdtime_t now,const dns_name_t * name,const dns_name_t * anchor) dns_ntatable_covered() argument
436 dns_fixedname_t fn; dns_ntatable_covered() local
548 dns_fixedname_t fn; dns_ntatable_totext() local
549 dns_name_t *name; dns_ntatable_totext() local
622 dns_fixedname_t fn; dns_ntatable_save() local
623 dns_name_t *name; dns_ntatable_save() local
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dnta.c52 dns_fixedname_t fn; member
53 dns_name_t *name; member
305 nta_create(dns_ntatable_t *ntatable, const dns_name_t *name, in nta_create()
336 dns_ntatable_add(dns_ntatable_t *ntatable, const dns_name_t *name, bool force, in dns_ntatable_add()
398 deletenode(dns_ntatable_t *ntatable, const dns_name_t *name) { in deletenode()
422 dns_ntatable_delete(dns_ntatable_t *ntatable, const dns_name_t *name) { in dns_ntatable_delete()
434 const dns_name_t *name, const dns_name_t *anchor) { in dns_ntatable_covered()
436 dns_fixedname_t fn; in dns_ntatable_covered() local
548 dns_fixedname_t fn; in dns_ntatable_totext() local
549 dns_name_t *name; in dns_ntatable_totext() local
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dnames.c36 const char *name; in EVP_add_digest() local
58 const EVP_CIPHER *EVP_get_cipherbyname(const char *name) in EVP_get_cipherbyname()
69 const EVP_MD *EVP_get_digestbyname(const char *name) in EVP_get_digestbyname()
99 void (*fn) (const EVP_CIPHER *ciph, member
142 void (*fn) (const EVP_MD *ciph, member
/netbsd-src/sbin/gpt/
H A Dlabel.c73 uint8_t *name = v; in change() local
84 const char *fn = optarg; in name_from_file() local
85 char **name = v; in name_from_file() local
128 char *name = NULL; in cmd_label() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c140 verify_library_fn (tree fn, const char *name, tree rtype, in verify_library_fn()
190 declare_library_fn (const char *name, tree rtype, tree ptype, in declare_library_fn()
676 const char *name = "__cxa_throw"; in build_throw() local
849 const char *name = "__cxa_rethrow"; in build_throw() local
975 nothrow_libfn_p (const_tree fn) in nothrow_libfn_p()
1122 tree fn = cp_get_callee (t); in check_noexcept_r() local
1160 tree fn; member
1172 maybe_noexcept_warning (tree fn) in maybe_noexcept_warning()
1226 tree fn; in expr_noexcept_p() local
H A Dmethod.c148 tree function, name; in finish_thunk() local
336 tree fn = function; in use_thunk() local
451 trivial_fn_p (tree fn) in trivial_fn_p()
492 tree fn = dfn; in strip_inheriting_ctors() local
558 ctor_omit_inherited_parms (tree fn) in ctor_omit_inherited_parms()
587 tree fn = *iter; in binfo_inherited_from() local
898 const char *name; member
918 tree name = get_identifier (name_str); variable
945 tree name = get_identifier (comp_cat_info[tag].name); variable
1000 tree name = TYPE_LINKAGE_IDENTIFIER (type); in is_cat() local
[all …]
H A Dlambda.c133 tree name = make_anon_name (); in begin_lambda_type() local
400 tree var, object, fn, closure, name, lam, type; in build_capture_proxy() local
523 tree type, member, name; in add_capture() local
967 tree fn = current_function_decl; in current_nonlambda_function() local
994 tree fn = TYPE_CONTEXT (type); in nonlambda_method_basetype() local
1035 prepare_op_call (tree fn, int nargs) in prepare_op_call()
1216 tree name = make_conv_op_name (rettype); in maybe_add_lambda_conv_op() local
1221 tree fn = convfn; in maybe_add_lambda_conv_op() local
1346 lambda_static_thunk_p (tree fn) in lambda_static_thunk_p()
1587 tree fn = finish_function (/*inline_p=*/true); in finish_lambda_function() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc134 tree name = make_anon_name (); in begin_lambda_type() local
399 tree var, object, fn, closure, name, lam, type; in build_capture_proxy() local
522 tree type, member, name; in add_capture() local
966 tree fn = current_function_decl; in current_nonlambda_function() local
993 tree fn = TYPE_CONTEXT (type); in nonlambda_method_basetype() local
1034 prepare_op_call (tree fn, int nargs) in prepare_op_call()
1222 tree name = make_conv_op_name (rettype); in maybe_add_lambda_conv_op() local
1229 tree fn = convfn; in maybe_add_lambda_conv_op() local
1354 lambda_static_thunk_p (tree fn) in lambda_static_thunk_p()
1609 tree fn = finish_function (/*inline_p=*/true); in finish_lambda_function() local
H A Dclass.cc55 tree name; member
816 build_vtable (tree class_type, tree name, tree vtable_type) in build_vtable()
1042 tree fn = *iter; in add_method() local
1364 tree name = DECL_NAME (using_decl); in handle_using_decl() local
2228 for (tree fn = TYPE_FIELDS (t); fn; fn = DECL_CHAIN (fn)) in maybe_warn_about_overly_private_class() local
2310 for (tree fn : ovl_range (CLASSTYPE_CONSTRUCTORS (t))) in maybe_warn_about_overly_private_class() local
2421 tree fn; member
2506 find_final_overrider (tree derived, tree binfo, tree fn) in find_final_overrider()
2551 get_vcall_index (tree fn, tree type) in get_vcall_index()
2590 update_vtable_entry_for_fn (tree t, tree binfo, tree fn, tree* virtuals, in update_vtable_entry_for_fn()
[all …]
H A Dmethod.cc148 tree function, name; in finish_thunk() local
336 tree fn = function; in use_thunk() local
451 trivial_fn_p (tree fn) in trivial_fn_p()
492 tree fn = dfn; in strip_inheriting_ctors() local
589 ctor_omit_inherited_parms (tree fn) in ctor_omit_inherited_parms()
610 tree fn = *iter; in binfo_inherited_from() local
921 const char *name; member
941 tree name = get_identifier (name_str); in lookup_comparison_result() local
968 tree name = get_identifier (comp_cat_info[tag].name); in lookup_comparison_category() local
1023 tree name = TYPE_LINKAGE_IDENTIFIER (type); in is_cat() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dexit.h30 #define INTDEF(name) argument
54 void (*fn) (int status, void *arg); member
59 void (*fn) (void *arg, int status); member
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dexit.h30 #define INTDEF(name) argument
54 void (*fn) (int status, void *arg); member
59 void (*fn) (void *arg, int status); member

12345678910>>...19