Symbol: replace
bin/pax/pat_rep.h
50
struct replace *fow; /* pointer to next pattern */
bin/sh/show.c
190
replace(tracefile, s);
bin/sh/show.c
193
replace(lines[i].iov_base, NULL);
lib/libedit/readline.c
938
replace(&tmp, '/');
lib/libedit/readline.c
945
replace(&tmp, '.');
libexec/httpd/bozohttpd.c
1207
const char *replace = NULL, *map_to = NULL, *p;
libexec/httpd/bozohttpd.c
1245
replace = p;
libexec/httpd/bozohttpd.c
1262
replace = NULL;
libexec/httpd/bozohttpd.c
1266
len = p - replace - num_esc;
libexec/httpd/bozohttpd.c
1275
(reqlen == len && esccmp(file, replace, len) != 0) ||
libexec/httpd/bozohttpd.c
1277
esccmp(file, replace, len) != 0))) {
libexec/httpd/bozohttpd.c
1284
replace = NULL;
libexec/httpd/bozohttpd.c
1301
if (replace && map_to) {
sbin/ifconfig/af_inetany.c
118
replace = (param->gifaddr.cmd != 0);
sbin/ifconfig/af_inetany.c
120
replace = false;
sbin/ifconfig/af_inetany.c
159
if (replace) {
sbin/ifconfig/af_inetany.c
72
bool alias, delete, replace;
sys/arch/amiga/stand/binpatch/binpatch.c
101
u_long replace = 0, do_replace = 0;
sys/arch/amiga/stand/binpatch/binpatch.c
154
sscanf(optarg, "%x", &replace);
sys/arch/amiga/stand/binpatch/binpatch.c
156
replace = atoi(optarg);
sys/arch/amiga/stand/binpatch/binpatch.c
210
&replace);
sys/arch/amiga/stand/binpatch/binpatch.c
314
cval = replace;
sys/arch/amiga/stand/binpatch/binpatch.c
315
if (cval != replace) {
sys/arch/amiga/stand/binpatch/binpatch.c
324
sval = replace;
sys/arch/amiga/stand/binpatch/binpatch.c
325
if (sval != replace) {
sys/arch/amiga/stand/binpatch/binpatch.c
334
if (write(fd, &replace, 4) != 4) {
sys/arch/atari/stand/binpatch/binpatch.c
169
replace = true;
sys/arch/atari/stand/binpatch/binpatch.c
198
if ((fd = open(fname, replace ? O_RDWR : O_RDONLY, 0)) == -1)
sys/arch/atari/stand/binpatch/binpatch.c
221
replace ? PROT_READ | PROT_WRITE : PROT_READ,
sys/arch/atari/stand/binpatch/binpatch.c
291
if (!replace)
sys/arch/atari/stand/binpatch/binpatch.c
84
bool replace, verbose;
sys/arch/evbarm/fdt/fdt_machdep.c
564
const char *format, *replace;
sys/arch/evbarm/fdt/fdt_machdep.c
580
replace = NULL;
sys/arch/evbarm/fdt/fdt_machdep.c
582
replace = "r8g8b8a8";
sys/arch/evbarm/fdt/fdt_machdep.c
584
replace = "b8g8r8x8";
sys/arch/evbarm/fdt/fdt_machdep.c
585
if (replace != NULL)
sys/arch/evbarm/fdt/fdt_machdep.c
586
fdt_setprop(fdt_data, off, "format", replace,
sys/arch/evbarm/fdt/fdt_machdep.c
587
strlen(replace) + 1);
sys/coda/coda.h
795
struct coda_replace_out replace;
sys/dev/ic/cissreg.h
424
u_int8_t replace;
sys/fs/udf/udf_allocation.c
2244
uint32_t slot_offset, replace_len, replace;
sys/fs/udf/udf_allocation.c
2446
replace = MIN(len, replace_len);
sys/fs/udf/udf_allocation.c
2447
DPRINTF(ALLOC, ("\t4d: replacing %d\n", replace));
sys/fs/udf/udf_allocation.c
2450
if (replace) {
sys/fs/udf/udf_allocation.c
2453
num_lb = (replace + lb_size - 1) / lb_size;
sys/fs/udf/udf_allocation.c
2459
len -= replace;
sys/fs/udf/udf_allocation.c
2460
foffset += replace;
sys/fs/udf/udf_allocation.c
2461
replace_len -= replace;
sys/fs/v7fs/v7fs_file.c
358
{ .name = filename, .replace = &lastdirent/*disk endian */ };
sys/fs/v7fs/v7fs_file.c
401
*dir = *(p->replace); /* disk endian */
sys/fs/v7fs/v7fs_file.h
39
struct v7fs_dirent *replace;
sys/netinet6/in6_src.c
154
goto replace; \
sys/netinet6/in6_src.c
172
#define REPLACE(r) goto replace
sys/netinet6/in6_src.c
441
replace:
sys/uvm/uvm_amap.c
1513
bool replace)
sys/uvm/uvm_amap.c
1526
if (replace) {
sys/uvm/uvm_amap.c
1546
(uintptr_t)amap, offset, (uintptr_t)anon, replace);
tests/lib/libppath/t_ppath.c
1523
ATF_TP_ADD_TC(tp, replace);
tests/lib/libppath/t_ppath.c
335
ATF_TC(replace);
tests/lib/libppath/t_ppath.c
337
ATF_TC_HEAD(replace, tc)
tests/lib/libppath/t_ppath.c
344
ATF_TC_BODY(replace, tc)
usr.bin/config/hash.c
265
ht_insrep2(struct hashtab *ht, const char *nam1, const char *nam2, void *val, int replace)
usr.bin/config/hash.c
276
if (replace)
usr.bin/config/hash.c
290
ht_insrep(struct hashtab *ht, const char *nam, void *val, int replace)
usr.bin/config/hash.c
292
return ht_insrep2(ht, nam, NULL, val, replace);
usr.bin/m4/gnum4.c
300
add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm)
usr.bin/m4/gnum4.c
304
for (p = replace; *p != '\0'; p++) {
usr.bin/m4/gnum4.c
334
const char *replace, regmatch_t *pm)
usr.bin/m4/gnum4.c
365
add_replace(string, re, replace, pm);
usr.bin/m4/gnum4.c
378
const char *replace, regmatch_t *pm)
usr.bin/m4/gnum4.c
384
add_replace(string, re, replace, pm);
usr.bin/make/var.c
1623
RegexReplace(Substring replace, SepBuf *buf, const char *wp,
usr.bin/make/var.c
1628
for (rp = replace.start; rp != replace.end; rp++) {
usr.bin/make/var.c
1629
if (*rp == '\\' && rp + 1 != replace.end &&
usr.bin/make/var.c
1632
else if (*rp == '\\' && rp + 1 != replace.end &&
usr.bin/make/var.c
1647
Substring replace;
usr.bin/make/var.c
1680
RegexReplace(args->replace, buf, wp, m, args->nsub);
usr.bin/make/var.c
3050
args.replace = LazyBuf_Get(&replaceBuf);
usr.sbin/makefs/makefs.c
233
fsoptions.replace = 1;
usr.sbin/makefs/makefs.c
297
root = walk_dir(argv[1], ".", NULL, NULL, fsoptions.replace,
usr.sbin/makefs/makefs.c
309
root = walk_dir(argv[i], ".", NULL, root, fsoptions.replace,
usr.sbin/makefs/makefs.h
178
int replace; /* replace files when merging */
usr.sbin/makefs/walk.c
129
const char *name, const struct stat *st, int replace)
usr.sbin/makefs/walk.c
160
if (!replace) {
usr.sbin/makefs/walk.c
198
int replace, int follow)
usr.sbin/makefs/walk.c
278
replace)) {
usr.sbin/makefs/walk.c
280
cur->child, replace, follow);
usr.sbin/makefs/walk.c
313
replace, follow);
usr.sbin/sysinst/configmenu.c
374
replace("/usr/pkg/etc/pkgin/repositories.conf", "s,^[^#].*$,%s,",
usr.sbin/sysinst/configmenu.c
486
replace("/etc/rc.conf", "%s", pattern);
usr.sbin/sysinst/configmenu.c
516
replace("/etc/nsswitch.conf", "s/^hosts:.*/hosts:\t\t%s/", setting);
usr.sbin/sysinst/defs.h
896
void replace(const char *, const char *, ...) __printflike(2, 3);
usr.sbin/sysinst/util.c
2149
replace("/etc/rc.conf", "s/^rc_configured=NO/rc_configured=YES/");