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

12

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Drd_rep.c42 krb5_ap_rep_enc_part **repl)
78 *repl = malloc(sizeof(**repl));
79 if (*repl == NULL) {
84 ret = decode_EncAPRepPart(data.data, data.length, *repl, &len);
91 if ((*repl)->ctime != auth_context->authenticator->ctime ||
92 (*repl)->cusec != auth_context->authenticator->cusec)
94 krb5_free_ap_rep_enc_part(context, *repl);
95 *repl = NULL;
101 if ((*repl)
39 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.c81 u_char repl; local
118 repl = 1;
119 krb5_net_write (context, p_fd, &repl, 1);
138 repl = 2;
139 krb5_net_write (context, p_fd, &repl, 1);
146 repl = 2;
147 krb5_net_write (context, p_fd, &repl, 1);
156 repl = 0;
157 if (krb5_net_write (context, p_fd, &repl, 1) != 1) {
H A Dsendauth.c83 u_char repl; local
109 sret = krb5_net_read (context, p_fd, &repl, sizeof(repl));
114 } else if (sret != sizeof(repl)) {
119 if (repl != 0) {
H A Dtest_ap-req.c105 krb5_ap_rep_enc_part *repl; local
119 &repl);
123 krb5_free_ap_rep_enc_part (context, repl);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/windows/
H A Dmaint.el20 (repl (mapconcat
28 (concat repl "\n" postfix "\n\n")
29 (concat repl "\n\n")))
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/libsa/
H A Dnfs.c123 struct repl { struct
126 } *repl; local
133 struct repl d;
143 repl = &rdata.d;
154 args, len, repl, sizeof(*repl));
161 if (repl->errno)
162 return (ntohl(repl->errno));
163 memcpy(fhp, repl->fh, sizeof(repl
180 struct repl { struct
184 } *repl; local
282 struct nfs_read_repl *repl; local
[all...]
/netbsd-6-1-5-RELEASE/sbin/mount_nfs/
H A Dgetnfsargs_small.c142 struct repl { struct
145 } *repl; local
152 struct repl d;
157 repl = &rdata.d;
168 args, len, repl, sizeof(*repl));
175 if (repl->errval)
176 return ntohl(repl->errval);
178 memcpy(nfhret->nfh, repl->fh, sizeof(repl
[all...]
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dnfs.c132 struct repl { struct
135 } *repl; local
142 struct repl d;
152 repl = &rdata.d;
163 args, len, repl, sizeof(*repl));
172 if (repl->errno) {
173 errno = ntohl(repl->errno);
176 (void)memcpy(fhp, repl->fh, sizeof(repl
194 struct repl { struct
198 } *repl; local
296 struct nfs_read_repl *repl; local
[all...]
H A Dbootparam.c116 struct repl { struct
122 } *repl; local
129 struct repl d;
142 repl = &rdata.d;
166 repl, sizeof(*repl));
173 rpc_fromaddr(repl, &bp_server_addr, &bp_server_port);
180 bp_server_port = repl->port;
194 x = ntohl(repl->encap_len);
199 recv_head = (char *)repl
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-c++-kde/admin/
H A Dconfig.pl65 my $repl = $2;
66 $repl =~ s/\\(.)/$1/g;
67 push @comp_subs, make_closure($srch, $repl);
87 my $repl = $2;
89 $repl =~ s/\\(.)/$1/g;
90 push @comp_subs, $repl;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/printf/
H A DMakefile.am30 repl-vsnprintf.c
H A DMakefile.in73 vsprintf$U.lo repl-vsnprintf$U.lo
261 repl-vsnprintf.c
350 repl-vsnprintf_.c: repl-vsnprintf.c $(ANSI2KNR)
351 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/repl-vsnprintf.c; then echo $(srcdir)/repl-vsnprintf.c; else echo repl-vsnprintf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
376 repl-vsnprintf_.$(OBJEXT) repl-vsnprintf_.lo snprintf_.$(OBJEXT) \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dmips64-dsp.s127 repl.ob $29,0
128 repl.ob $29,255
130 repl.qh $1,-512
131 repl.qh $1,511
133 repl.pw $3,-512
134 repl.pw $3,511
H A Dmips32-dsp.s84 repl.qb $2,0
85 repl.qb $2,255
87 repl.ph $4,-512
88 repl.ph $4,511
H A Dmips64-dsp.d127 0+01d4 <[^>]*> 7c00e896 repl\.ob sp,0x0
128 0+01d8 <[^>]*> 7cffe896 repl\.ob sp,0xff
130 0+01e0 <[^>]*> 7e000a96 repl\.qh at,-512
131 0+01e4 <[^>]*> 7dff0a96 repl\.qh at,511
133 0+01ec <[^>]*> 7e001c96 repl\.pw v1,-512
134 0+01f0 <[^>]*> 7dff1c96 repl\.pw v1,511
H A Dmips32-dsp.d84 0+0128 <[^>]*> 7c001092 repl\.qb v0,0x0
85 0+012c <[^>]*> 7cff1092 repl\.qb v0,0xff
87 0+0134 <[^>]*> 7e002292 repl\.ph a0,-512
88 0+0138 <[^>]*> 7dff2292 repl\.ph a0,511
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dscreen.c92 if (orig->repl != NULL && (sp->repl =
93 v_wstrdup(sp, orig->repl, orig->repl_len)) == NULL)
192 if (sp->repl != NULL)
193 free(sp->repl);
H A Dscreen.h204 CHAR_T *repl; /* Substitute replacement. */ member in struct:_scr
/netbsd-6-1-5-RELEASE/bin/sh/
H A Dhistedit.c237 char *pat = NULL, *repl; /* ksh "fc old=new" crap */ local
244 repl = NULL; /* XXX gcc4 */
326 ((repl = strchr(argv[0], '=')) != NULL)) {
328 *repl++ = '\0';
408 fc_replace(he.str, pat, repl) : he.str;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/scripts/
H A Dlostaltmail.in514 local ($mailname,$repl) = @_;
521 $repl = &smtp_recv;
523 print "VRFY REPLY: $repl\n" if ($debug);
525 return ( $repl =~ /^2\d\d/ );
/netbsd-6-1-5-RELEASE/usr.sbin/bad144/
H A Dbad144.c405 daddr_t repl; local
410 repl = size - dp->d_nsectors - 1;
421 !blkcopy(f, badsn(&curbad.bt_bad[new]), repl - new))
422 blkzero(f, repl - new);
424 if (blkcopy(f, repl - old, repl - new) == 0)
426 (long long)repl-old, (long long)repl-new);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-sra.c1654 tree repl; local
1656 repl = create_tmp_var (access->type, "SR");
1657 get_var_ann (repl);
1658 add_referenced_var (repl);
1660 mark_sym_for_renaming (repl);
1665 DECL_GIMPLE_REG_P (repl) = 1;
1667 DECL_SOURCE_LOCATION (repl) = DECL_SOURCE_LOCATION (access->base);
1668 DECL_ARTIFICIAL (repl) = 1;
1669 DECL_IGNORED_P (repl) = DECL_IGNORED_P (access->base);
1677 DECL_NAME (repl)
2211 tree repl = get_access_replacement (access); local
2343 tree repl = get_access_replacement (access); local
2571 tree repl, decl; local
3757 tree repl; local
3811 tree lhs, decl, repl, name; local
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_subst.c46 * [line [,line]] s[ubstitute] [[/;]pat[/;]/repl[/;] [cgr] [count] [#lp]]
196 if (sp->repl != NULL)
197 free(sp->repl);
198 sp->repl = NULL;
227 MEMCPYW(t, sp->repl, sp->repl_len);
236 if (sp->repl != NULL)
237 free(sp->repl);
238 if ((sp->repl = malloc(len * sizeof(CHAR_T))) == NULL) {
243 MEMCPYW(sp->repl, bp, len);
1124 sp->repl, s
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/util/
H A Dgdoc291 $repl = shift;
297 $output = $repl;
306 eplace $repl yielded $output interpolated $return\n";
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Daccept_sec_context.c735 krb5_ap_rep_enc_part *repl; local
743 kret = krb5_rd_rep(context, ctx->auth_context, &inbuf, &repl);
748 krb5_free_ap_rep_enc_part(context, repl);

Completed in 584 milliseconds

12