HomeSort by: relevance | last modified time | path
    Searched defs:repl (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/utils/gn/build/
write_cmake_config.py 69 def repl(m): function in function:main
73 in_line = var_re.sub(repl, in_line)
  /src/external/gpl2/gettext/dist/gettext-tools/src/
filter-sr-latin.c 186 const char *repl = table[uc - 0x0400]; local
188 if (repl[0] != '\0')
209 repl = "LJ"; break;
211 repl = "NJ"; break;
213 repl = "D\xC5\xBD"/* "DŽ" */; break;
220 *op++ = *repl++;
221 if (*repl != '\0')
223 *op++ = *repl++;
224 if (*repl != '\0')
226 *op++ = *repl++
    [all...]
  /src/sbin/mount_nfs/
getnfsargs_small.c 149 struct repl { struct
152 } *repl; local
159 struct repl d;
164 repl = &rdata.d;
175 args, len, repl, sizeof(*repl));
182 if (repl->errval)
183 return ntohl(repl->errval);
185 memcpy(nfhret->nfh, repl->fh, sizeof(repl->fh))
    [all...]
  /src/sys/lib/libsa/
bootparam.c 116 struct repl { struct
122 } *repl; local
129 struct repl d;
143 repl = &rdata.d;
168 repl, sizeof(*repl));
175 rpc_fromaddr(repl, &bp_server_addr, &bp_server_port);
182 bp_server_port = repl->port;
196 x = ntohl((uint32_t)repl->encap_len);
201 recv_head = (char *)repl->capsule
    [all...]
nfs.c 156 struct repl { struct
159 } *repl; local
166 struct repl d;
176 repl = &rdata.d;
188 args, len, repl, sizeof(*repl));
189 if (cc == -1 || cc < 4 || repl->errno) {
192 args, len, repl, sizeof(*repl));
202 if (repl->errno)
    [all...]
  /src/usr.bin/xlint/lint1/
mem1.c 79 const char *repl; member in struct:filename_replacement
97 r->repl = sep + 1;
114 (void)snprintf(buf, sizeof(buf), "%s%s", r->repl, name + r->orig_len);
  /src/external/gpl3/gcc.old/dist/gcc/
coroutine-passes.cc 120 tree repl = build2 (POINTER_PLUS_EXPR, ptr_type_node, ptr, local
122 gassign *grpl = gimple_build_assign (lhs, repl);
ipa-param-manipulation.h 282 tree repl; member in struct:ipa_param_body_replacement
287 /* The offset within BASE that REPL represents. */
cgraphclones.cc 649 tree repl = map->new_tree; local
652 gcc_assert (TREE_CODE (repl) == ADDR_EXPR);
653 repl = get_base_address (TREE_OPERAND (repl, 0));
655 new_node->maybe_create_reference (repl, NULL);
omp-simd-clone.cc 861 tree repl = NULL_TREE; local
868 repl = pbr->repl;
873 if (repl)
874 repl = unshare_expr (repl);
889 repl = *tp;
909 repl = build_fold_addr_expr (repl);
913 tree vexpr = build_debug_expr_decl (TREE_TYPE (repl));
1011 tree repl = adjustments->lookup_replacement (old_decl, 0); local
1492 tree repl = gimple_get_lhs (g); local
    [all...]
ipa-param-manipulation.cc 760 tree repl = NULL_TREE; local
768 repl = gimple_call_arg (stmt, repl_idx);
771 if (repl)
773 if (!useless_type_conversion_p(apm->type, repl->typed.type))
775 repl = force_value_to_type (apm->type, repl);
776 repl = force_gimple_operand_gsi (&gsi, repl,
779 vargs.quick_push (repl);
1082 psr.repl = replacement
    [all...]
omp-offload.cc 1833 tree repl = build_fold_addr_expr (*new_arg); local
1835 = gimple_build_assign (make_ssa_name (TREE_TYPE (repl)), repl);
  /src/external/gpl3/gcc/dist/gcc/
coroutine-passes.cc 120 tree repl = build2 (POINTER_PLUS_EXPR, ptr_type_node, ptr, local
122 gassign *grpl = gimple_build_assign (lhs, repl);
ipa-param-manipulation.h 275 tree repl; member in struct:ipa_param_body_replacement
280 /* The offset within BASE that REPL represents. */
cgraphclones.cc 662 tree repl = map->new_tree; local
665 gcc_assert (TREE_CODE (repl) == ADDR_EXPR);
666 repl = get_base_address (TREE_OPERAND (repl, 0));
668 new_node->maybe_create_reference (repl, NULL);
omp-simd-clone.cc 1028 tree repl = NULL_TREE; local
1035 repl = pbr->repl;
1040 if (repl)
1041 repl = unshare_expr (repl);
1056 repl = *tp;
1076 repl = build_fold_addr_expr (repl);
1080 tree vexpr = build_debug_expr_decl (TREE_TYPE (repl));
1179 tree repl = adjustments->lookup_replacement (old_decl, 0); local
1775 tree repl = gimple_get_lhs (g); local
    [all...]
ipa-param-manipulation.cc 730 tree repl = NULL_TREE; local
738 repl = gimple_call_arg (stmt, repl_idx);
741 if (repl)
743 if (!useless_type_conversion_p(apm->type, repl->typed.type))
745 repl = force_value_to_type (apm->type, repl);
746 repl = force_gimple_operand_gsi (&gsi, repl,
749 vargs.quick_push (repl);
1050 psr.repl = replacement
1550 tree repl; local
    [all...]
omp-offload.cc 1863 tree repl = build_fold_addr_expr (*new_arg); local
1865 = gimple_build_assign (make_ssa_name (TREE_TYPE (repl)), repl);
  /src/bin/sh/
histedit.c 616 char * volatile repl; local
625 repl = NULL; /* XXX gcc4 */
733 ((repl = strchr(argv[0], '=')) != NULL)) {
735 *repl++ = '\0';
738 " (%d args)\n", pat, repl, argc));
844 fc_replace(he.str, pat, repl) : he.str;
  /src/usr.sbin/bad144/
bad144.c 410 daddr_t repl; local
415 repl = size - dp->d_nsectors - 1;
426 !blkcopy(f, badsn(&curbad.bt_bad[new]), repl - new))
427 blkzero(f, repl - new);
429 if (blkcopy(f, repl - old, repl - new) == 0)
431 (long long)repl-old, (long long)repl-new);
  /src/external/bsd/less/dist/
decode.c 253 char *repl; local
278 repl = special_key_str(fm[1]);
281 if (repl == NULL || (int) strlen(repl) > klen)
282 repl = "\377";
283 while (*repl != '\0')
284 *to++ = *repl++;
  /src/external/bsd/nvi/dist/common/
screen.h 203 CHAR_T *repl; /* Substitute replacement. */ member in struct:_scr
  /src/external/historical/nawk/dist/
run.c 2519 char *repl; local
2542 repl = tostring(getsval(x));
2594 r = repl;
2633 xfree(repl);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-logue.cc 2021 rtx repl;
2026 repl = NULL_RTX;
2029 repl = gen_rtx_PLUS (Pmode, gen_rtx_REG (Pmode, STACK_POINTER_REGNUM),
2033 if (!repl && !reg2)
2059 if (repl)
2060 pat = simplify_replace_rtx (pat, reg, repl);
2074 if (repl)
2075 set = simplify_replace_rtx (set, reg, repl);
2017 rtx repl; local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-logue.cc 2014 rtx repl;
2019 repl = NULL_RTX;
2022 repl = gen_rtx_PLUS (Pmode, gen_rtx_REG (Pmode, STACK_POINTER_REGNUM),
2026 if (!repl && !reg2)
2052 if (repl)
2053 pat = simplify_replace_rtx (pat, reg, repl);
2067 if (repl)
2068 set = simplify_replace_rtx (set, reg, repl);
2010 rtx repl; local

Completed in 76 milliseconds

1 2