Symbol: repl
bin/ksh/vi.c
1477
putbuf(buf, len, repl)
bin/ksh/vi.c
1480
int repl;
bin/ksh/vi.c
1484
if (repl) {
bin/sh/histedit.c
608
char * volatile repl;
bin/sh/histedit.c
617
repl = NULL; /* XXX gcc4 */
bin/sh/histedit.c
725
((repl = strchr(argv[0], '=')) != NULL)) {
bin/sh/histedit.c
727
*repl++ = '\0';
bin/sh/histedit.c
730
" (%d args)\n", pat, repl, argc));
bin/sh/histedit.c
836
fc_replace(he.str, pat, repl) : he.str;
dist/pf/sbin/pfctl/parse.y
4228
expand_label_str(char *label, size_t len, const char *srch, const char *repl)
dist/pf/sbin/pfctl/parse.y
4239
(strlcat(tmp, repl, len) >= len))
sbin/mount_nfs/getnfsargs_small.c
152
} *repl;
sbin/mount_nfs/getnfsargs_small.c
159
struct repl d;
sbin/mount_nfs/getnfsargs_small.c
164
repl = &rdata.d;
sbin/mount_nfs/getnfsargs_small.c
175
args, len, repl, sizeof(*repl));
sbin/mount_nfs/getnfsargs_small.c
182
if (repl->errval)
sbin/mount_nfs/getnfsargs_small.c
183
return ntohl(repl->errval);
sbin/mount_nfs/getnfsargs_small.c
185
memcpy(nfhret->nfh, repl->fh, sizeof(repl->fh));
sys/lib/libsa/bootparam.c
122
} *repl;
sys/lib/libsa/bootparam.c
129
struct repl d;
sys/lib/libsa/bootparam.c
143
repl = &rdata.d;
sys/lib/libsa/bootparam.c
168
repl, sizeof(*repl));
sys/lib/libsa/bootparam.c
175
rpc_fromaddr(repl, &bp_server_addr, &bp_server_port);
sys/lib/libsa/bootparam.c
182
bp_server_port = repl->port;
sys/lib/libsa/bootparam.c
196
x = ntohl((uint32_t)repl->encap_len);
sys/lib/libsa/bootparam.c
201
recv_head = (char *)repl->capsule;
sys/lib/libsa/nfs.c
159
} *repl;
sys/lib/libsa/nfs.c
166
struct repl d;
sys/lib/libsa/nfs.c
176
repl = &rdata.d;
sys/lib/libsa/nfs.c
188
args, len, repl, sizeof(*repl));
sys/lib/libsa/nfs.c
189
if (cc == -1 || cc < 4 || repl->errno) {
sys/lib/libsa/nfs.c
192
args, len, repl, sizeof(*repl));
sys/lib/libsa/nfs.c
202
if (repl->errno) {
sys/lib/libsa/nfs.c
203
errno = ntohl(repl->errno);
sys/lib/libsa/nfs.c
206
fhcopy(*versionp, repl->fh, fhp);
usr.bin/xlint/lint1/mem1.c
114
(void)snprintf(buf, sizeof(buf), "%s%s", r->repl, name + r->orig_len);
usr.bin/xlint/lint1/mem1.c
79
const char *repl;
usr.bin/xlint/lint1/mem1.c
97
r->repl = sep + 1;
usr.sbin/bad144/bad144.c
410
daddr_t repl;
usr.sbin/bad144/bad144.c
415
repl = size - dp->d_nsectors - 1;
usr.sbin/bad144/bad144.c
426
!blkcopy(f, badsn(&curbad.bt_bad[new]), repl - new))
usr.sbin/bad144/bad144.c
427
blkzero(f, repl - new);
usr.sbin/bad144/bad144.c
429
if (blkcopy(f, repl - old, repl - new) == 0)
usr.sbin/bad144/bad144.c
431
(long long)repl-old, (long long)repl-new);