Searched refs:replace (Results 1 - 25 of 59) sorted by relevance

123

/src/bin/pax/
H A Dpat_rep.h42 typedef struct replace { struct
50 struct replace *fow; /* pointer to next pattern */
/src/tests/usr.bin/indent/
H A Dopt_bap.c138 #define replace macro
141 #undef replace
/src/tests/usr.sbin/makefs/
H A Dt_makefs.sh32 # replace
34 atf_test_case replace replace_cleanup
64 atf_add_test_case replace
/src/sys/arch/amiga/stand/binpatch/
H A Dbinpatch.c45 "\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/external/bsd/drm2/dist/drm/selftests/
H A Ddrm_mm_selftests.h16 selftest(replace, igt_replace)
/src/sys/fs/v7fs/
H A Dv7fs_file.h39 struct v7fs_dirent *replace; member in struct:v7fs_lookup_arg
H A Dv7fs_file.c358 { .name = filename, .replace = &lastdirent/*disk endian */ };
359 /* Search entry that removed. replace it to last dirent. */
401 *dir = *(p->replace); /* disk endian */
/src/lib/libc/compat/arch/powerpc/sys/
H A Dcompat_sigprocmask13.S20 lwz %r4,0(%r4) # if not, replace it in r4 with *set
/src/lib/libc/compat/arch/sparc/sys/
H A Dcompat_sigprocmask.S58 ld [%o1], %o1 ! replace it in %o1 with *set
/src/sys/arch/atari/stand/binpatch/
H A Dbinpatch.c84 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/sbin/ifconfig/
H A Daf_inetany.c72 bool alias, delete, replace; local in function:commit_address
118 replace = (param->gifaddr.cmd != 0);
120 replace = false;
159 if (replace) {
/src/lib/libpanel/
H A DMakefile25 SRCS+= replace.c
/src/sys/arch/evbarm/fdt/
H A Dfdt_machdep.c564 const char *format, *replace; local in function:fdt_update_fb_format
580 replace = NULL;
582 replace = "r8g8b8a8";
584 replace = "b8g8r8x8";
585 if (replace != NULL)
586 fdt_setprop(fdt_data, off, "format", replace,
587 strlen(replace) + 1);
/src/usr.bin/m4/
H A Dgnum4.c288 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) argument
292 for (p = replace; *p != '\0'; p++) {
321 do_subst(const char *pat, const char *string, regex_t *re, const char *replace, argument
353 add_replace(string, re, replace, pm);
365 do_regexp(const char *pat, const char *string, regex_t *re, const char *replace, argument
372 add_replace(string, re, replace, pm);
/src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_property.h278 struct drm_property_blob **replace,
/src/usr.bin/config/
H A Dhash.c262 * Insert and/or replace.
265 ht_insrep2(struct hashtab *ht, const char *nam1, const char *nam2, void *val, int replace) argument
276 if (replace)
290 ht_insrep(struct hashtab *ht, const char *nam, void *val, int replace) argument
292 return ht_insrep2(ht, nam, NULL, val, replace);
/src/sys/external/bsd/drm2/linux/
H A Dlinux_dma_resv.c620 * 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.
728 if (replace) {
729 dma_fence_put(replace);
[all...]
H A Dlinux_idr.c66 SDT_PROBE_DEFINE4(sdt, linux, idr, replace,
254 SDT_PROBE4(sdt, linux, idr, replace,
/src/usr.sbin/makefs/
H A Dmakefs.c233 fsoptions.replace = 1;
297 root = walk_dir(argv[1], ".", NULL, NULL, fsoptions.replace,
309 root = walk_dir(argv[i], ".", NULL, root, fsoptions.replace,
H A Dmakefs.h178 int replace; /* replace files when merging */ member in struct:makefs_fsinfo
H A Dwalk.c123 * join current entry with the list. Return the current entry to replace
125 * to replace it.
129 const char *name, const struct stat *st, int replace)
133 /* Look for the entry to replace by name */
160 if (!replace) {
162 * if they are not both directories and replace is not
198 int replace, int follow)
278 replace)) {
280 cur->child, replace, follow);
313 replace, follo
128 fsnode_join(fsnode ** curp,fsnode * join,fsnode * last,const char * path,const char * name,const struct stat * st,int replace) argument
197 walk_dir(const char * root,const char * dir,fsnode * parent,fsnode * join,int replace,int follow) argument
[all...]
/src/usr.sbin/sysinst/
H A Dconfigmenu.c358 replace("/usr/pkg/etc/pkgin/repositories.conf", "s,^[^#].*$,%s,",
467 replace("/etc/rc.conf", "%s", pattern);
497 replace("/etc/nsswitch.conf", "s/^hosts:.*/hosts:\t\t%s/", setting);
/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_property.c673 * drm_property_replace_global_blob - replace existing blob property
675 * @replace: location of blob property pointer to be replaced
682 * This function will replace a global property in the blob list, optionally
688 * Access to the replace pointer is assumed to be protected by the caller, e.g.
693 * function with replace pointing to the connector's path_blob_ptr, length and
700 struct drm_property_blob **replace,
710 WARN_ON(replace == NULL);
712 old_blob = *replace;
730 *replace = new_blob;
741 * drm_property_replace_blob - replace
699 drm_property_replace_global_blob(struct drm_device * dev,struct drm_property_blob ** replace,size_t length,const void * data,struct drm_mode_object * obj_holds_id,struct drm_property * prop_holds_id) argument
[all...]
/src/usr.bin/make/unit-tests/
H A Dposix1.mk44 # ${VAR:s1=s2}: replace s1, if found, with s2 at end of each word in
82 # if they work. Add, remove and replace things.
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py480 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
747 return os.path.abspath(self._filename).replace('\\', '/')
922 line = line.replace(r'\\', 'XX') # after this, \\" does not match to \"
1268 line = line.replace('\\\\', '')
1791 line = line.replace('\\\\', '')
2359 reduced_line = line.replace('->', '')
3178 fullname = os.path.abspath(filename).replace('\\', '/')
3610 filename_cc = filename_cc.replace('/public/', '/')
3611 filename_cc = filename_cc.replace('/interna
[all...]

Completed in 17 milliseconds

123