Home
last modified time | relevance | path

Searched defs:repl (Results 1 – 25 of 79) sorted by relevance

1234

/openbsd-src/regress/usr.sbin/snmpd/
H A Dagentx.c128 char repl[1024]; in agentx_open_nnbo() local
155 char repl[1024]; in agentx_open_nbo() local
188 char repl[1024]; in agentx_open_invalidversion() local
212 char repl[1024]; in agentx_open_ignore_sessionid() local
262 char repl[1024]; in agentx_open_invalid_oid() local
289 char repl[1024]; in agentx_open_descr_too_long() local
318 char repl[1024]; in agentx_open_descr_invalid() local
346 char repl[1024]; in agentx_open_context() local
375 char repl[1024]; in agentx_open_instance_registration() local
403 char repl[1024]; in agentx_open_new_index() local
[all …]
/netbsd-src/sbin/mount_nfs/
H A Dgetnfsargs_small.c149 struct repl { in nfs_getrootfh() struct
150 uint32_t errval; in nfs_getrootfh()
151 u_char fh[NFSX_V3FHMAX]; in nfs_getrootfh()
152 } *repl; in nfs_getrootfh() local
/netbsd-src/sys/lib/libsa/
H A Dbootparam.c116 struct repl { in bp_whoami() struct
117 uint16_t _pad; in bp_whoami()
118 uint16_t port; in bp_whoami()
119 uint32_t encap_len; in bp_whoami()
121 n_long capsule[64]; in bp_whoami()
122 } *repl; in bp_whoami() local
H A Dnfs.c156 struct repl { in nfs_getrootfh() struct
157 n_long errno; in nfs_getrootfh()
158 u_char fh[NFS_FHSTORE]; in nfs_getrootfh()
159 } *repl; in nfs_getrootfh() local
/openbsd-src/sys/lib/libsa/
H A Dbootparam.c107 struct repl { in bp_whoami() struct
108 u_int16_t _pad; in bp_whoami()
109 u_int16_t port; in bp_whoami()
110 u_int32_t encap_len; in bp_whoami()
112 u_int32_t capsule[64]; in bp_whoami()
113 } *repl; in bp_whoami() local
H A Dnfs.c112 struct repl { in nfs_getrootfh() struct
113 u_int32_t errno; in nfs_getrootfh()
114 u_char fh[NFS_FHSIZE]; in nfs_getrootfh()
115 } *repl; in nfs_getrootfh() local
173 struct repl { in nfs_lookupfh() struct
174 u_int32_t errno; in nfs_lookupfh()
175 u_char fh[NFS_FHSIZE]; in nfs_lookupfh()
176 struct nfsv2_fattrs fa; in nfs_lookupfh()
177 } *repl; in nfs_lookupfh() local
274 struct nfs_read_repl *repl; in nfs_readdata() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.c621 gimple *repl; in replace_call_with_value() local
643 replace_call_with_call_and_fold (gimple_stmt_iterator *gsi, gimple *repl) in replace_call_with_call_and_fold()
713 gimple *repl; in gimple_fold_builtin_memory_op() local
1114 gimple *repl = gimple_build_assign (lhs, dest); in gimple_fold_builtin_memory_op() local
1137 gimple *repl = gimple_build_call (fn, 3, a, b, len); in gimple_fold_builtin_bcmp() local
1163 gimple *repl = gimple_build_call (fn, 3, dest, src, len); in gimple_fold_builtin_bcopy() local
1188 gimple *repl = gimple_build_call (fn, 3, dest, integer_zero_node, len); in gimple_fold_builtin_bzero() local
1855 gimple *repl = gimple_build_call (fn, 3, dest, src, len); in gimple_fold_builtin_strcpy() local
1929 gimple *repl = gimple_build_call (fn, 3, dest, src, len); in gimple_fold_builtin_strncpy() local
1987 gimple *repl = gimple_build_call (strchr_fn, 2, str, c); in gimple_fold_builtin_strchr() local
[all …]
H A Dipa-param-manipulation.c496 tree repl; member
635 tree repl = NULL_TREE; in modify_call() local
856 tree repl = create_tmp_var (TREE_TYPE (lhs), "removed_return"); in modify_call() local
1343 tree repl; in get_replacement_ssa_base() local
1375 tree repl = get_replacement_ssa_base (decl); in replace_removed_params_ssa_names() local
1422 tree repl = pbr->repl; in modify_expression() local
H A Domp-simd-clone.c849 tree repl = NULL_TREE; in ipa_simd_modify_stmt_ops() local
1001 tree repl = adjustments->lookup_replacement (old_decl, 0); in ipa_simd_modify_function_body() local
1480 tree repl = gimple_get_lhs (g); in simd_clone_adjust() local
H A Dipa-param-manipulation.h295 tree repl; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc814 gimple *repl; in replace_call_with_value() local
836 replace_call_with_call_and_fold (gimple_stmt_iterator *gsi, gimple *repl) in replace_call_with_call_and_fold()
910 gimple *repl; in gimple_fold_builtin_memory_op() local
1361 gimple *repl = gimple_build_assign (lhs, dest); in gimple_fold_builtin_memory_op() local
1384 gimple *repl = gimple_build_call (fn, 3, a, b, len); in gimple_fold_builtin_bcmp() local
1410 gimple *repl = gimple_build_call (fn, 3, dest, src, len); in gimple_fold_builtin_bcopy() local
1435 gimple *repl = gimple_build_call (fn, 3, dest, integer_zero_node, len); in gimple_fold_builtin_bzero() local
2117 gimple *repl = gimple_build_call (fn, 3, dest, src, len); in gimple_fold_builtin_strcpy() local
2191 gimple *repl = gimple_build_call (fn, 3, dest, src, len); in gimple_fold_builtin_strncpy() local
2249 gimple *repl = gimple_build_call (strchr_fn, 2, str, c); in gimple_fold_builtin_strchr() local
[all …]
H A Dipa-param-manipulation.h282 tree repl; member
H A Domp-simd-clone.cc861 tree repl = NULL_TREE; in ipa_simd_modify_stmt_ops() local
1011 tree repl = adjustments->lookup_replacement (old_decl, 0); in ipa_simd_modify_function_body() local
1492 tree repl = gimple_get_lhs (g); in simd_clone_adjust() local
H A Dipa-param-manipulation.cc760 tree repl = NULL_TREE; in modify_call() local
1719 tree repl; in get_replacement_ssa_base() local
1751 tree repl = get_replacement_ssa_base (decl); in replace_removed_params_ssa_names() local
1798 tree repl = pbr->repl; in modify_expression() local
H A Dcoroutine-passes.cc120 tree repl = build2 (POINTER_PLUS_EXPR, ptr_type_node, ptr, in lower_coro_builtin() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/
H A Dwrite_cmake_config.py69 def repl(m): function
/openbsd-src/gnu/llvm/llvm/utils/gn/build/
H A Dwrite_cmake_config.py67 def repl(m): function
/openbsd-src/gnu/llvm/clang/www/
H A Dbuiltins.py147 def report_repl(builtin, repl): argument
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Drd_rep.c42 krb5_ap_rep_enc_part **repl) in krb5_rd_rep()
H A Dsendauth.c106 u_char repl; in krb5_sendauth() local
H A Drecvauth.c104 u_char repl; in krb5_recvauth_match_version() local
H A Dtest_ap-req.c105 krb5_ap_rep_enc_part *repl; in test_ap() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dfilter-sr-latin.c186 const char *repl = table[uc - 0x0400]; in serbian_to_latin() local
/openbsd-src/regress/lib/libedit/keymacro/
H A Dtest_get.c73 wchar_t repl[] = L"repl"; in main() local
/openbsd-src/usr.bin/mg/
H A Dline.c535 char *repl = NULL; in lreplace() local

1234