Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/libsa/
Dnfs.c193 struct repl { in nfs_getrootfh() struct
194 uint32_t errno; in nfs_getrootfh()
195 uint32_t fhsize; in nfs_getrootfh()
196 u_char fh[NFS_V3MAXFHSIZE]; in nfs_getrootfh()
197 uint32_t authcnt; in nfs_getrootfh()
198 uint32_t auth[7]; in nfs_getrootfh()
199 } *repl; in nfs_getrootfh() local
258 struct repl { in nfs_lookupfh() struct
259 uint32_t errno; in nfs_lookupfh()
260 uint32_t fhsize; in nfs_lookupfh()
[all …]
Dbootparam.c117 struct repl { in bp_whoami() struct
118 uint16_t _pad; in bp_whoami()
119 uint16_t port; in bp_whoami()
120 uint32_t encap_len; in bp_whoami()
122 n_long capsule[64]; in bp_whoami()
123 } *repl; in bp_whoami() local
/freebsd-12-stable/crypto/heimdal/lib/krb5/
Drd_rep.c40 krb5_ap_rep_enc_part **repl) in krb5_rd_rep()
Dsendauth.c81 u_char repl; in krb5_sendauth() local
Drecvauth.c79 u_char repl; in krb5_recvauth_match_version() local
Ddigest.c347 krb5_ap_rep_enc_part *repl; in digest_request() local
/freebsd-12-stable/bin/sh/
Dhistedit.c197 char *pat = NULL, *repl = NULL; in histcmd() local
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DInputSection.h53 SectionBase *repl; variable
DInputFiles.cpp1885 StringRef repl = config->thinLTOObjectSuffixReplace.second; in replaceThinLTOSuffix() local
/freebsd-12-stable/sys/contrib/octeon-sdk/
Dcvmx-llm.h82 cvmx_llm_replication_t repl : 2; member
Dcvmx-hfa.h288 uint64_t repl:2; member
/freebsd-12-stable/crypto/heimdal/lib/gssapi/krb5/
Daccept_sec_context.c738 krb5_ap_rep_enc_part *repl; in acceptor_wait_for_dcestyle() local
Dinit_sec_context.c759 krb5_ap_rep_enc_part *repl; in repl_mutual() local
/freebsd-12-stable/contrib/less/
Ddecode.c253 char *repl; local
Dcommand.c929 getcc_repl(orig, repl, gr_getc, gr_ungetc) in getcc_repl() argument
/freebsd-12-stable/contrib/sendmail/libmilter/
Dsmfi.c650 char repl[16]; local
/freebsd-12-stable/contrib/googletest/googletest/scripts/
Dupload.py827 def repl(m): function
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DChunks.h342 SectionChunk *repl; variable
DInputFiles.cpp1129 StringRef repl = config->thinLTOObjectSuffixReplace.second; in replaceThinLTOSuffix() local
/freebsd-12-stable/contrib/nvi/common/
Dscreen.h132 CHAR_T *repl; /* Substitute replacement. */ member
/freebsd-12-stable/contrib/googletest/googlemock/scripts/
Dupload.py827 def repl(m): function
/freebsd-12-stable/crypto/openssh/
Dmisc.c1227 const char *repl; in vdollar_percent_expand() member
/freebsd-12-stable/sbin/pfctl/
Dparse.y4975 expand_label_str(char *label, size_t len, const char *srch, const char *repl) in expand_label_str()