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

1 2

  /src/sys/fs/v7fs/
v7fs_file.h 39 struct v7fs_dirent *replace; member in struct:v7fs_lookup_arg
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;
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
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) {
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)
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...]
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);
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...]
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
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
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;
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...]
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

Completed in 40 milliseconds

1 2