Home
last modified time | relevance | path

Searched refs:repl (Results 1 – 25 of 45) sorted by relevance

12

/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Drd_rep.c40 krb5_ap_rep_enc_part **repl) in krb5_rd_rep() argument
76 *repl = malloc(sizeof(**repl)); in krb5_rd_rep()
77 if (*repl == NULL) { in krb5_rd_rep()
82 ret = decode_EncAPRepPart(data.data, data.length, *repl, &len); in krb5_rd_rep()
89 if ((*repl)->ctime != auth_context->authenticator->ctime || in krb5_rd_rep()
90 (*repl)->cusec != auth_context->authenticator->cusec) in krb5_rd_rep()
92 krb5_free_ap_rep_enc_part(context, *repl); in krb5_rd_rep()
93 *repl = NULL; in krb5_rd_rep()
99 if ((*repl)->seq_number) in krb5_rd_rep()
101 *((*repl)->seq_number)); in krb5_rd_rep()
[all …]
H A Drecvauth.c79 u_char repl; in krb5_recvauth_match_version() local
116 repl = 1; in krb5_recvauth_match_version()
117 krb5_net_write (context, p_fd, &repl, 1); in krb5_recvauth_match_version()
136 repl = 2; in krb5_recvauth_match_version()
137 krb5_net_write (context, p_fd, &repl, 1); in krb5_recvauth_match_version()
144 repl = 2; in krb5_recvauth_match_version()
145 krb5_net_write (context, p_fd, &repl, 1); in krb5_recvauth_match_version()
154 repl = 0; in krb5_recvauth_match_version()
155 if (krb5_net_write (context, p_fd, &repl, 1) != 1) { in krb5_recvauth_match_version()
H A Dsendauth.c81 u_char repl; in krb5_sendauth() local
107 sret = krb5_net_read (context, p_fd, &repl, sizeof(repl)); in krb5_sendauth()
112 } else if (sret != sizeof(repl)) { in krb5_sendauth()
117 if (repl != 0) { in krb5_sendauth()
/freebsd-13.1/stand/libsa/
H A Dnfs.c193 struct repl { in nfs_getrootfh() struct
199 } *repl; in nfs_getrootfh() local
258 struct repl { in nfs_lookupfh() struct
264 } *repl; in nfs_lookupfh() local
329 struct repl { in nfs_readlink() struct
335 } *repl; in nfs_readlink() local
374 repl->len = ntohl(repl->len); in nfs_readlink()
380 bcopy(repl->path, buf, repl->len); in nfs_readlink()
381 buf[repl->len] = 0; in nfs_readlink()
400 struct repl { in nfs_readdata() struct
[all …]
H A Dbootparam.c117 struct repl { in bp_whoami() struct
123 } *repl; in bp_whoami() local
164 args, send_tail - (char*)args, (void **)&repl, &pkt); in bp_whoami()
171 rpc_fromaddr(repl, &bp_server_addr, &bp_server_port); in bp_whoami()
178 bp_server_port = repl->port; in bp_whoami()
192 x = ntohl(repl->encap_len); in bp_whoami()
197 recv_head = (char*) repl->capsule; in bp_whoami()
/freebsd-13.1/tools/tools/ansify/
H A Dansify.pl73 my $repl = "$func(";
86 $repl .= $type{$arg};
87 $repl .= " "
89 $repl .= $arg;
90 $repl .= ", "
94 $repl .= ")";
102 print $ofh "$repl\n";
106 if length($repl) >= 80;
/freebsd-13.1/contrib/nvi/common/
H A Dscreen.c84 if (orig->repl != NULL && (sp->repl = in screen_init()
85 v_wstrdup(sp, orig->repl, orig->repl_len)) == NULL) in screen_init()
177 free(sp->repl); in screen_end()
H A Dscreen.h132 CHAR_T *repl; /* Substitute replacement. */ member
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py130 repl = code.InteractiveConsole(local_dict)
132 repl.runsource(input_string)
134 repl.runsource(g_run_one_line_str)
H A DInterpreterProperties.td23 def SpaceReplPrompts: Property<"space-repl-prompts", "Boolean">,
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DOptions.td61 def grp_repl : OptionGroup<"repl">, HelpText<"REPL">;
63 def repl: Flag<["--", "-"], "repl">,
67 Alias<repl>,
68 HelpText<"Alias for --repl">,
70 def repl_: Joined<["--", "-"], "repl=">,
77 HelpText<"Alias for --repl=<flags>">,
80 def repl_language: Separate<["--", "-"], "repl-language">,
86 HelpText<"Alias for --repl-language">,
/freebsd-13.1/contrib/less/
H A Ddecode.c253 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++;
H A Dcommand.c930 getcc_repl(orig, repl, gr_getc, gr_ungetc) in getcc_repl() argument
932 char const* repl;
959 ki = strlen(repl)-1;
961 (*gr_ungetc)(repl[ki--]);
962 return repl[0];
/freebsd-13.1/contrib/nvi/ex/
H A Dex_subst.c190 free(sp->repl); in ex_s()
191 sp->repl = NULL; in ex_s()
220 MEMCPY(t, sp->repl, sp->repl_len); in ex_s()
229 free(sp->repl); in ex_s()
230 MALLOC(sp, sp->repl, len * sizeof(CHAR_T)); in ex_s()
231 if (sp->repl == NULL) { in ex_s()
235 MEMCPY(sp->repl, bp, len); in ex_s()
1104 sp->repl, sp->repl_len); in re_conv()
1124 MEMCPY(t, sp->repl, sp->repl_len); in re_conv()
1368 for (rp = sp->repl, rpl = sp->repl_len, p = lb + lbclen; rpl--;) { in re_sub()
/freebsd-13.1/contrib/llvm-project/lldb/docs/man/
H A Dlldb.rst216 Alias for --repl=<flags>
218 .. option:: --repl-language <language>
222 .. option:: --repl=<flags>
228 Alias for --repl-language
271 Passing --repl starts :program:`lldb` in REPL mode.
315 ``.lldbinit-<language>-repl`` (i.e. ``.lldbinit-swift-repl``). If this file doesn't
/freebsd-13.1/contrib/sendmail/libmilter/
H A Dsmfi.c650 char repl[16]; local
710 (void) sm_strlcpyn(repl, sizeof repl, 4, rcode, args == 1 ? " " : "-",
720 repl[3] = ' ';
721 (void) sm_strlcat2(buf, "\r\n", repl, len);
/freebsd-13.1/bin/sh/
H A Dhistedit.c200 char *pat = NULL, *repl = NULL; in histcmd() local
277 ((repl = strchr(*argptr, '=')) != NULL)) { in histcmd()
279 *repl++ = '\0'; in histcmd()
347 fc_replace(he.str, pat, repl) : he.str; in histcmd()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp117 const auto *fromSB = cast<InputSectionBase>(c.first.first->repl); in CallGraphSort()
118 const auto *toSB = cast<InputSectionBase>(c.first.second->repl); in CallGraphSort()
H A DSymbols.cpp79 isec = isec->repl; in getSymVA()
202 return sec->repl->getOutputSection(); in getOutputSection()
350 else if (d && !d->section->repl->isLive()) in maybeWarnUnorderableSymbol()
H A DInputSection.h53 SectionBase *repl; variable
98 : name(name), repl(this), sectionKind(sectionKind), bss(false), in SectionBase()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp88 const auto *fromSec = cast<SectionChunk>(c.first.first->repl); in CallGraphSort()
89 const auto *toSec = cast<SectionChunk>(c.first.second->repl); in CallGraphSort()
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-hfa.h288 uint64_t repl:2; member
296 uint64_t repl:2;
H A Dcvmx-llm.h82 cvmx_llm_replication_t repl : 2; member
/freebsd-13.1/crypto/heimdal/lib/gssapi/krb5/
H A Dinit_sec_context.c759 krb5_ap_rep_enc_part *repl; in repl_mutual() local
774 &repl); in repl_mutual()
809 &repl); in repl_mutual()
817 repl); in repl_mutual()
H A Daccept_sec_context.c738 krb5_ap_rep_enc_part *repl; in acceptor_wait_for_dcestyle() local
746 kret = krb5_rd_rep(context, ctx->auth_context, &inbuf, &repl); in acceptor_wait_for_dcestyle()
751 krb5_free_ap_rep_enc_part(context, repl); in acceptor_wait_for_dcestyle()

12