/dflybsd-src/stand/lib/ |
H A D | bootparam.c | 116 struct repl { in bp_whoami() struct 117 u_int16_t _pad; in bp_whoami() 118 u_int16_t port; in bp_whoami() 119 u_int32_t encap_len; in bp_whoami() 121 n_long capsule[64]; in bp_whoami() 122 } *repl; in bp_whoami() local
|
H A D | nfs.c | 164 struct repl { in nfs_getrootfh() struct 165 n_long errno; in nfs_getrootfh() 166 u_char fh[NFS_FHSIZE]; in nfs_getrootfh() 167 } *repl; in nfs_getrootfh() local 232 struct repl { in nfs_lookupfh() struct 233 n_long errno; in nfs_lookupfh() 234 u_char fh[NFS_FHSIZE]; in nfs_lookupfh() 235 struct nfsv2_fattrs fa; in nfs_lookupfh() 236 } *repl; in nfs_lookupfh() local 335 struct nfs_read_repl *repl; in nfs_readdata() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple-fold.c | 588 gimple *repl; in replace_call_with_value() local 610 replace_call_with_call_and_fold (gimple_stmt_iterator *gsi, gimple *repl) in replace_call_with_call_and_fold() 691 gimple *repl; in gimple_fold_builtin_memory_op() local 1100 gimple *repl = gimple_build_assign (lhs, dest); in gimple_fold_builtin_memory_op() local 1123 gimple *repl = gimple_build_call (fn, 3, a, b, len); in gimple_fold_builtin_bcmp() local 1149 gimple *repl = gimple_build_call (fn, 3, dest, src, len); in gimple_fold_builtin_bcopy() local 1174 gimple *repl = gimple_build_call (fn, 3, dest, integer_zero_node, len); in gimple_fold_builtin_bzero() local 1647 gimple *repl = gimple_build_call (fn, 3, dest, src, len); in gimple_fold_builtin_strcpy() local 1722 gimple *repl = gimple_build_call (fn, 3, dest, src, len); in gimple_fold_builtin_strncpy() local 1775 gimple *repl = gimple_build_call (strchr_fn, 2, str, c); in gimple_fold_builtin_strchr() local [all …]
|
H A D | omp-grid.c | 890 tree *repl = declmap->get (t); in grid_remap_prebody_decls() local 977 tree repl = copy_var_decl (lhs, create_tmp_var_name (NULL), in grid_copy_leading_local_assignments() local
|
H A D | omp-simd-clone.c | 846 tree repl = NULL_TREE; in ipa_simd_modify_stmt_ops() local 1417 tree repl = gimple_get_lhs (g); in simd_clone_adjust() local
|
H A D | tree-sra.c | 2204 tree repl; in create_access_replacement() local 2959 tree expr, repl = get_access_replacement (access); in generate_subtree_copies() local 3162 tree repl = get_access_replacement (access); in sra_modify_expr() local 4880 tree repl; in get_replaced_param_substitute() local 4930 tree decl, repl, new_name; in replace_removed_params_ssa_names() local
|
H A D | tree-vect-generic.c | 1635 gimple *repl = gimple_build_assign (slhs, code, srhs1, srhs2); in expand_vector_operations_1() local
|
H A D | trans-mem.c | 2551 tree repl = find_tm_replacement_function (fn_decl); in expand_call_tm() local
|
H A D | reload1.c | 5583 substitute (rtx *where, const_rtx what, rtx repl) in substitute()
|
H A D | tree-ssa-reassoc.c | 1191 tree repl = new_lhs; in make_new_ssa_for_def() local
|
H A D | omp-low.c | 3027 tree repl = remap_decl (t, &ctx->cb); in scan_omp_1_op() local
|
/dflybsd-src/contrib/less/ |
H A D | evar.c | 49 struct replace *repl; in make_replaces() local 117 static constant char * find_replace(constant struct replace *repl, constant char *evar, size_t *pv) in find_replace() 145 constant char *repl = find_replace(replaces, evar, &v); in add_evar() local
|
H A D | command.c | 1043 static char getcc_repl(char constant *orig, char constant *repl, char (*gr_getc)(void), void (*gr_u… in getcc_repl() argument
|
H A D | decode.c | 272 constant char *repl; in expand_special_keys() local
|
/dflybsd-src/bin/sh/ |
H A D | histedit.c | 193 char *pat = NULL, *repl = NULL; in histcmd() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-sra.c | 1929 tree repl; in create_access_replacement() local 2548 tree expr, repl = get_access_replacement (access); in generate_subtree_copies() local 2679 tree repl = get_access_replacement (access); in sra_modify_expr() local 2921 tree repl, decl; in get_repl_default_def_ssa_name() local 4264 tree repl; in get_replaced_param_substitute() local 4313 tree lhs, decl, repl, name; in replace_removed_params_ssa_names() local
|
H A D | reload1.c | 5583 substitute (rtx *where, const_rtx what, rtx repl) in substitute()
|
H A D | dwarf2out.c | 21840 dw_loc_descr_ref repl in resolve_addr_in_expr() local
|
/dflybsd-src/contrib/dhcpcd/src/ |
H A D | ipv4.c | 606 ipv4_aliasaddr(struct ipv4_addr *ia, struct ipv4_addr **repl) in ipv4_aliasaddr()
|
H A D | ipv6.c | 832 ipv6_aliasaddr(struct ipv6_addr *ia, struct ipv6_addr **repl) in ipv6_aliasaddr()
|
/dflybsd-src/contrib/nvi2/common/ |
H A D | screen.h | 132 CHAR_T *repl; /* Substitute replacement. */ member
|
/dflybsd-src/sys/kern/ |
H A D | kern_descrip.c | 2521 fdfree(struct proc *p, struct filedesc *repl) in fdfree()
|
/dflybsd-src/contrib/awk/ |
H A D | run.c | 2410 char *repl; in dosub() local
|
/dflybsd-src/crypto/openssh/ |
H A D | misc.c | 1270 const char *repl; in vdollar_percent_expand() member
|
/dflybsd-src/usr.sbin/pfctl/ |
H A D | parse.y | 4636 expand_label_str(char *label, size_t len, const char *srch, const char *repl) in expand_label_str()
|