Home
last modified time | relevance | path

Searched defs:repl (Results 1 – 22 of 22) sorted by relevance

/freebsd/stand/libsa/
H A Dnfs.c190 struct repl { in nfs_getrootfh() struct
191 uint32_t errno; in nfs_getrootfh()
192 uint32_t fhsize; in nfs_getrootfh()
193 u_char fh[NFS_V3MAXFHSIZE]; in nfs_getrootfh()
194 uint32_t authcnt; in nfs_getrootfh()
195 uint32_t auth[7]; in nfs_getrootfh()
196 } *repl; in nfs_getrootfh() local
255 struct repl { in nfs_lookupfh() struct
256 uint32_t errno; in nfs_lookupfh()
257 uint32_t fhsize; in nfs_lookupfh()
[all …]
H A Dbootparam.c114 struct repl { in bp_whoami() struct
115 uint16_t _pad; in bp_whoami()
116 uint16_t port; in bp_whoami()
117 uint32_t encap_len; in bp_whoami()
119 n_long capsule[64]; in bp_whoami()
120 } *repl; in bp_whoami() local
/freebsd/tests/sys/netinet/
H A Dtcp_implied_connect.c44 char repl[sizeof(buf)]; in ATF_TC_BODY() local
/freebsd/crypto/heimdal/lib/krb5/
H A Drd_rep.c40 krb5_ap_rep_enc_part **repl) in krb5_rd_rep()
H A Dsendauth.c81 u_char repl; in krb5_sendauth() local
H A Drecvauth.c79 u_char repl; in krb5_recvauth_match_version() local
H A Ddigest.c347 krb5_ap_rep_enc_part *repl; in digest_request() local
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Daccept_sec_context.c738 krb5_ap_rep_enc_part *repl; in acceptor_wait_for_dcestyle() local
H A Dinit_sec_context.c759 krb5_ap_rep_enc_part *repl; in repl_mutual() local
/freebsd/contrib/sendmail/libmilter/
H A Dsmfi.c650 char repl[16]; local
/freebsd/bin/sh/
H A Dhistedit.c258 char *pat = NULL, *repl = NULL; in histcmd() local
/freebsd/contrib/less/
H A Ddecode.c251 char *repl; expand_special_keys() local
H A Dcommand.c976 getcc_repl(char constant * orig,char constant * repl,LWCHAR (* gr_getc)(void),void (* gr_ungetc)(LWCHAR)) getcc_repl() argument
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h432 InputSection *repl = this; variable
/freebsd/contrib/nvi/common/
H A Dscreen.h132 CHAR_T *repl; /* Substitute replacement. */ member
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h386 SectionChunk *repl; variable
H A DInputFiles.cpp1159 StringRef repl) { in replaceThinLTOSuffix()
/freebsd/tests/sys/kern/
H A Dunix_seqpacket_test.c511 char repl[sizeof(buf)]; in ATF_TC_BODY() local
/freebsd/contrib/one-true-awk/
H A Drun.c2525 char *repl; in dosub() local
/freebsd/crypto/openssh/
H A Dmisc.c1256 const char *repl; in vdollar_percent_expand() member
/freebsd/contrib/mandoc/
H A Droff.c1606 roff_expand_patch(struct buf *buf, int start, const char *repl, int end) in roff_expand_patch()
/freebsd/sbin/pfctl/
H A Dparse.y5664 expand_label_str(char *label, size_t len, const char *srch, const char *repl) in expand_label_str()