Home
last modified time | relevance | path

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

/mirbsd/src/sys/lib/libsa/
Dbootparam.c113 struct repl { in bp_whoami() struct
114 u_int16_t _pad; in bp_whoami()
115 u_int16_t port; in bp_whoami()
116 u_int32_t encap_len; in bp_whoami()
118 n_long capsule[64]; in bp_whoami()
119 } *repl; in bp_whoami() local
Dnfs.c116 struct repl { in nfs_getrootfh() struct
117 n_long errno; in nfs_getrootfh()
118 u_char fh[NFS_FHSIZE]; in nfs_getrootfh()
119 } *repl; in nfs_getrootfh() local
185 struct repl { in nfs_lookupfh() struct
186 n_long errno; in nfs_lookupfh()
187 u_char fh[NFS_FHSIZE]; in nfs_lookupfh()
188 struct nfsv2_fattrs fa; in nfs_lookupfh()
189 } *repl; in nfs_lookupfh() local
314 struct nfs_read_repl *repl; in nfs_readdata() local
/mirbsd/src/bin/systrace/
Dintercept.c511 intercept_replace_init(struct intercept_replace *repl) in intercept_replace_init()
519 intercept_replace_add(struct intercept_replace *repl, int off, in intercept_replace_add()
539 struct intercept_replace *repl) in intercept_replace()
790 struct intercept_replace repl; in intercept_syscall() local
Dsystrace.c124 struct intercept_replace *repl) in make_output()
163 struct intercept_replace *repl, in trans_cb()
Dopenbsd-syscalls.c428 struct intercept_replace *repl) in obsd_replace()
Dfilter.c702 filter_replace(char *buf, size_t buflen, char *match, char *repl) in filter_replace()
/mirbsd/src/gnu/usr.bin/lynx/src/
DUCdomap.c904 struct unimapdesc_str *repl; in UCTransUniCharStr() local
1372 struct unimapdesc_str *repl; in UCTransCharStr() local
1869 STRING2PTR repl; in UC_Register_with_LYCharSets() local
/mirbsd/src/usr.bin/less/
Ddecode.c235 char *repl; local
/mirbsd/src/gnu/usr.sbin/sendmail/libmilter/
Dsmfi.c651 char repl[16]; local
/mirbsd/src/usr.sbin/bad144/
Dbad144.c382 daddr_t repl; in shift() local
/mirbsd/src/usr.bin/ssh/
Dmisc.c554 const char *repl; in percent_expand() member
/mirbsd/src/usr.bin/vi/common/
Dscreen.h129 char *repl; /* Substitute replacement. */ member
/mirbsd/src/sys/dev/
Dsystrace.c1347 systrace_preprepl(struct str_process *strp, struct systrace_replace *repl) in systrace_preprepl()
1412 struct systrace_replace *repl = strp->replace; in systrace_replace() local
/mirbsd/src/gnu/usr.bin/perl/
Dop.c2419 Perl_pmtrans(pTHX_ OP *o, OP *expr, OP *repl) in Perl_pmtrans()
2765 Perl_pmruntime(pTHX_ OP *o, OP *expr, OP *repl) in Perl_pmruntime()
Dtoke.c9352 SV *repl; local
Dpp.c2965 const char *repl = 0; in PP() local
/mirbsd/src/sbin/pfctl/
Dparse.y3510 expand_label_str(char *label, size_t len, const char *srch, const char *repl) in expand_label_str()
/mirbsd/src/bin/mksh/
Dedit.c4807 putbuf(const char *buf, ssize_t len, bool repl) in putbuf()