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

/freebsd-10-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-10-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-10-stable/lib/libstand/
H A Dnfs.c230 struct repl { struct
233 } *repl; local
240 struct repl d;
250 repl = &rdata.d;
261 args, len, repl, sizeof(*repl));
268 if (repl->errno)
269 return (ntohl(repl->errno));
270 bcopy(repl->fh, fhp, sizeof(repl
298 struct repl { struct
302 } *repl; local
401 struct nfs_read_repl *repl; local
841 struct repl { struct
847 } *repl; local
901 struct repl { struct
907 } *repl; local
969 struct repl { struct
975 } *repl; local
1033 struct repl { struct
1041 } *repl; local
1417 struct nfsv3_readdir_repl *repl; local
[all...]
H A Dbootparam.c118 struct repl { struct
124 } *repl; local
131 struct repl d;
144 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(repl->encap_len);
201 recv_head = (char*) repl
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A Dembedded_interpreter.py99 repl = code.InteractiveConsole(local_dict);
101 repl.runsource (input_string)
103 repl.runsource (g_run_one_line_str)
/freebsd-10-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-10-stable/bin/sh/
H A Dhistedit.c194 char *pat = NULL, *repl = NULL; local
271 ((repl = strchr(*argptr, '=')) != NULL)) {
273 *repl++ = '\0';
341 fc_replace(he.str, pat, repl) : (char *)he.str;
/freebsd-10-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-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-hfa.h288 uint64_t repl:2; member in struct:__anon7232::__anon7235
296 uint64_t repl:2;
H A Dcvmx-llm.h82 cvmx_llm_replication_t repl : 2; member in struct:__anon7277::__anon7278
/freebsd-10-stable/contrib/sendmail/libmilter/
H A Dsmfi.c651 char repl[16]; local
711 (void) sm_strlcpyn(repl, sizeof repl, 4, rcode, args == 1 ? " " : "-",
721 repl[3] = ' ';
722 (void) sm_strlcat2(buf, "\r\n", repl, len);
/freebsd-10-stable/contrib/less/
H A Dcommand.c840 * convert it to the repl sequence.
843 getcc_repl(orig, repl, gr_getc, gr_ungetc)
845 char const* repl;
871 * Return the repl sequence. */
872 ki = strlen(repl)-1;
874 (*gr_ungetc)(repl[ki--]);
875 return repl[0];
/freebsd-10-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-10-stable/crypto/openssh/
H A Dmisc.c635 const char *repl; member in struct:__anon503
646 keys[num_keys].repl = va_arg(ap, char *);
647 if (keys[num_keys].repl == NULL)
673 i = strlcat(buf, keys[j].repl, sizeof(buf));
/freebsd-10-stable/contrib/mdocml/
H A Deqn.c714 eqn_next(struct eqn_node *ep, char quote, size_t *sz, int repl) argument
779 if (q || ! repl)
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1375 // where we have a value available in repl, also keep track of whether we see
2300 Value *repl = findLeader(I->getParent(), Num); local
2301 if (repl == 0) {
2308 patchAndReplaceAllUsesWith(I, repl);
2309 if (MD && repl->getType()->getScalarType()->isPointerTy())
2310 MD->invalidateCachedPointerInfo(repl);
/freebsd-10-stable/sbin/pfctl/
H A Dparse.y4708 expand_label_str(char *label, size_t len, const char *srch, const char *repl)
4719 (strlcat(tmp, repl, len) >= len))

Completed in 381 milliseconds