Searched refs:repl (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Drd_rep.c40 krb5_ap_rep_enc_part **repl)
76 *repl = malloc(sizeof(**repl));
77 if (*repl == NULL) {
82 ret = decode_EncAPRepPart(data.data, data.length, *repl, &len);
89 if ((*repl)->ctime != auth_context->authenticator->ctime ||
90 (*repl)->cusec != auth_context->authenticator->cusec)
92 krb5_free_ap_rep_enc_part(context, *repl);
93 *repl = NULL;
99 if ((*repl)
37 krb5_rd_rep(krb5_context context, krb5_auth_context auth_context, const krb5_data *inbuf, krb5_ap_rep_enc_part **repl) argument
[all...]
H A Drecvauth.c79 u_char repl; local
116 repl = 1;
117 krb5_net_write (context, p_fd, &repl, 1);
136 repl = 2;
137 krb5_net_write (context, p_fd, &repl, 1);
144 repl = 2;
145 krb5_net_write (context, p_fd, &repl, 1);
154 repl = 0;
155 if (krb5_net_write (context, p_fd, &repl, 1) != 1) {
H A Dsendauth.c81 u_char repl; local
107 sret = krb5_net_read (context, p_fd, &repl, sizeof(repl));
112 } else if (sret != sizeof(repl)) {
117 if (repl != 0) {
H A Ddigest.c347 krb5_ap_rep_enc_part *repl; local
349 ret = krb5_rd_rep(context, ac, &rep.apRep, &repl);
353 krb5_free_ap_rep_enc_part(context, repl);
/freebsd-11-stable/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-11-stable/stand/libsa/
H A Dnfs.c193 struct repl { struct
199 } *repl; local
222 args, len, (void **)&repl, &pkt);
232 if (repl->errno != 0) {
234 return (ntohl(repl->errno));
236 *fhlenp = ntohl(repl->fhsize);
237 bcopy(repl->fh, fhp, *fhlenp);
258 struct repl { struct
264 } *repl; local
291 args, len, (void **)&repl,
329 struct repl { struct
335 } *repl; local
400 struct repl { struct
408 } *repl; local
768 struct nfsv3_readdir_repl *repl; local
[all...]
H A Dbootparam.c117 struct repl { struct
123 } *repl; local
164 args, send_tail - (char*)args, (void **)&repl, &pkt);
171 rpc_fromaddr(repl, &bp_server_addr, &bp_server_port);
178 bp_server_port = repl->port;
192 x = ntohl(repl->encap_len);
197 recv_head = (char*) repl->capsule;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py125 repl = code.InteractiveConsole(local_dict)
127 repl.runsource(input_string)
129 repl.runsource(g_run_one_line_str)
/freebsd-11-stable/contrib/nvi/common/
H A Dscreen.c91 if (orig->repl != NULL && (sp->repl =
92 v_wstrdup(sp, orig->repl, orig->repl_len)) == NULL)
187 if (sp->repl != NULL)
188 free(sp->repl);
H A Dscreen.h134 CHAR_T *repl; /* Substitute replacement. */ member in struct:_scr
/freebsd-11-stable/bin/sh/
H A Dhistedit.c195 char *pat = NULL, *repl = NULL; local
272 ((repl = strchr(*argptr, '=')) != NULL)) {
274 *repl++ = '\0';
342 fc_replace(he.str, pat, repl) : he.str;
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_subst.c44 * [line [,line]] s[ubstitute] [[/;]pat[/;]/repl[/;] [cgr] [count] [#lp]]
193 if (sp->repl != NULL)
194 free(sp->repl);
195 sp->repl = NULL;
224 MEMCPY(t, sp->repl, sp->repl_len);
233 if (sp->repl != NULL)
234 free(sp->repl);
235 MALLOC(sp, sp->repl, CHAR_T *, len * sizeof(CHAR_T));
236 if (sp->repl == NULL) {
240 MEMCPY(sp->repl, b
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-hfa.h288 uint64_t repl:2; member in struct:__anon8550::__anon8553
296 uint64_t repl:2;
H A Dcvmx-llm.h82 cvmx_llm_replication_t repl : 2; member in struct:__anon8595::__anon8596
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp118 const auto *fromSB = cast<InputSectionBase>(c.first.first->repl);
119 const auto *toSB = cast<InputSectionBase>(c.first.second->repl);
H A DInputSection.h53 SectionBase *repl; member in class:lld::elf::SectionBase
98 : name(name), repl(this), sectionKind(sectionKind), bss(false),
H A DSymbols.cpp67 isec = isec->repl;
188 return sec->repl->getOutputSection();
333 else if (d && !d->section->repl->isLive())
H A DInputSection.cpp457 SectionBase *section = d->section->repl;
1170 other->repl = repl;
/freebsd-11-stable/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-11-stable/contrib/less/
H A Dcommand.c926 * convert it to the repl sequence.
929 getcc_repl(orig, repl, gr_getc, gr_ungetc)
931 char const* repl;
957 * Return the repl sequence. */
958 ki = strlen(repl)-1;
960 (*gr_ungetc)(repl[ki--]);
961 return repl[0];
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Daccept_sec_context.c737 krb5_ap_rep_enc_part *repl; local
745 kret = krb5_rd_rep(context, ctx->auth_context, &inbuf, &repl);
750 krb5_free_ap_rep_enc_part(context, repl);
H A Dinit_sec_context.c759 krb5_ap_rep_enc_part *repl; local
774 &repl);
809 &repl);
817 repl);
/freebsd-11-stable/crypto/openssh/
H A Dmisc.c641 const char *repl; member in struct:__anon4499
652 keys[num_keys].repl = va_arg(ap, char *);
653 if (keys[num_keys].repl == NULL)
679 i = strlcat(buf, keys[j].repl, sizeof(buf));
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DChunks.cpp33 : Chunk(SectionKind), file(f), header(h), repl(this) {
578 if (sym && this == repl)
633 other->repl = repl;
H A DInputFiles.cpp669 cast<DefinedRegular>(leader)->data = &c->repl;
972 StringRef repl = config->thinLTOObjectSuffixReplace.second; local
975 return (path + repl).str();

Completed in 244 milliseconds

12