HomeSort by: relevance | last modified time | path
    Searched defs:replace (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_file.h 39 struct v7fs_dirent *replace; member in struct:v7fs_lookup_arg
  /src/bin/pax/
pat_rep.h 42 typedef struct replace { struct
50 struct replace *fow; /* pointer to next pattern */
51 } REPLACE;
  /src/tests/usr.bin/indent/
opt_bap.c 138 #define replace macro
141 #undef replace
  /src/sbin/ifconfig/
af_inetany.c 72 bool alias, delete, replace; local in function:commit_address
118 replace = (param->gifaddr.cmd != 0);
120 replace = false;
159 if (replace) {
  /src/sys/arch/atari/stand/binpatch/
binpatch.c 84 bool replace, verbose; variable in typeref:typename:bool
169 replace = true;
198 if ((fd = open(fname, replace ? O_RDWR : O_RDONLY, 0)) == -1)
221 replace ? PROT_READ | PROT_WRITE : PROT_READ,
291 if (!replace)
  /src/sys/arch/amiga/stand/binpatch/
binpatch.c 45 "\t-r replace value, and print out previous value to stdout\n"
54 "\tNow it gets more advanced, replace the value:\n"
101 u_long replace = 0, do_replace = 0; local in function:main
154 sscanf(optarg, "%x", &replace);
156 replace = atoi(optarg);
210 &replace);
247 * if replace-mode, have to reopen the file
314 cval = replace;
315 if (cval != replace) {
324 sval = replace;
    [all...]
  /src/sys/arch/evbarm/fdt/
fdt_machdep.c 565 const char *format, *replace; local in function:fdt_update_fb_format
581 replace = NULL;
583 replace = "r8g8b8a8";
585 replace = "b8g8r8x8";
586 if (replace != NULL)
587 fdt_setprop(fdt_data, off, "format", replace,
588 strlen(replace) + 1);
  /src/sys/external/bsd/drm2/linux/
linux_dma_resv.c 591 /* Replace the fence and zero the shared count. */
620 * release it and replace it by this one.
633 struct dma_fence *replace = NULL; local in function:dma_resv_add_shared_fence
657 replace = list->shared[i];
685 * Copy the fences over, but replace if we find one
689 if (replace == NULL &&
691 replace = list->shared[i];
700 if (replace == NULL) {
706 * Now ready to replace the list. Begin an update.
711 /* Replace the list. *
    [all...]
  /src/bin/sh/
show.c 184 #define replace(f, v) do { \ macro
190 replace(tracefile, s);
193 replace(lines[i].iov_base, NULL);
197 #undef replace
  /src/usr.sbin/makefs/
makefs.h 178 int replace; /* replace files when merging */ member in struct:makefs_fsinfo
  /src/sys/fs/udf/
udf_allocation.c 2244 uint32_t slot_offset, replace_len, replace; local in function:udf_record_allocation_in_node
2446 replace = MIN(len, replace_len);
2447 DPRINTF(ALLOC, ("\t4d: replacing %d\n", replace));
2450 if (replace) {
2453 num_lb = (replace + lb_size - 1) / lb_size;
2459 len -= replace;
2460 foffset += replace;
2461 replace_len -= replace;
  /src/libexec/httpd/
bozohttpd.c 235 /* replace the element in the array */
1207 const char *replace = NULL, *map_to = NULL, *p; local in function:check_remap
1234 * If we find a matching left hand side, replace will point
1245 replace = p;
1262 replace = NULL;
1266 len = p - replace - num_esc;
1275 (reqlen == len && esccmp(file, replace, len) != 0) ||
1277 esccmp(file, replace, len) != 0))) {
1284 replace = NULL;
1301 if (replace && map_to)
    [all...]
  /src/sys/coda/
coda.h 795 struct coda_replace_out replace; member in union:coda_downcalls
  /src/lib/libedit/
readline.c 793 replace(char **tmp, int c) function in typeref:typename:void
937 replace(&tmp, '/');
944 replace(&tmp, '.');
1583 * replace the line and data of the num-th entry
  /src/usr.sbin/sysinst/
util.c 318 * replace("/etc/some-file.conf", "s/prop1=NO/prop1=YES/;s/foo/bar/");
321 replace(const char *path, const char *patterns, ...) function in typeref:typename:void
2086 replace("/etc/rc.conf", "s/^rc_configured=NO/rc_configured=YES/");
2259 * Replace positional arguments (encoded as $0 .. $N) in the string
2339 * Replace positional arguments (encoded as $0 .. $N) in the
2367 * Replace positional arguments (encoded as $0 .. $N) in the
  /src/sys/dev/ic/
cissreg.h 424 u_int8_t replace; member in struct:ciss_evldrblderr
  /src/usr.bin/make/
var.c 244 bool subGlobal:1; /* 'g': replace as often as possible */
245 bool subOnce:1; /* '1': replace only once */
492 /* Replace '.TARGET' with '@', likewise for other local variables. */
1143 * replace its value.
1596 /* In the modifier ':C', replace a backreference from \0 to \9. */
1620 RegexReplace(Substring replace, SepBuf *buf, const char *wp,
1625 for (rp = replace.start; rp != replace.end; rp++) {
1626 if (*rp == '\\' && rp + 1 != replace.end &&
1629 else if (*rp == '\\' && rp + 1 != replace.end &
1644 Substring replace; member in struct:ModifyWord_SubstRegexArgs
    [all...]

Completed in 24 milliseconds