| /src/bin/pax/ |
| H A D | pat_rep.h | 42 typedef struct replace { struct 50 struct replace *fow; /* pointer to next pattern */
|
| /src/tests/usr.bin/indent/ |
| H A D | opt_bap.c | 138 #define replace macro 141 #undef replace
|
| /src/tests/usr.sbin/makefs/ |
| H A D | t_makefs.sh | 32 # replace 34 atf_test_case replace replace_cleanup 64 atf_add_test_case replace
|
| /src/sys/arch/amiga/stand/binpatch/ |
| H A D | 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/external/bsd/drm2/dist/drm/selftests/ |
| H A D | drm_mm_selftests.h | 16 selftest(replace, igt_replace)
|
| /src/sys/fs/v7fs/ |
| H A D | v7fs_file.h | 39 struct v7fs_dirent *replace; member in struct:v7fs_lookup_arg
|
| H A D | v7fs_file.c | 358 { .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 D | compat_sigprocmask13.S | 20 lwz %r4,0(%r4) # if not, replace it in r4 with *set
|
| /src/lib/libc/compat/arch/sparc/sys/ |
| H A D | compat_sigprocmask.S | 58 ld [%o1], %o1 ! replace it in %o1 with *set
|
| /src/sys/arch/atari/stand/binpatch/ |
| H A D | 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/sbin/ifconfig/ |
| H A D | 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/lib/libpanel/ |
| H A D | Makefile | 25 SRCS+= replace.c
|
| /src/sys/arch/evbarm/fdt/ |
| H A D | fdt_machdep.c | 564 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 D | gnum4.c | 288 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 D | drm_property.h | 278 struct drm_property_blob **replace,
|
| /src/usr.bin/config/ |
| H A D | hash.c | 262 * 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 D | linux_dma_resv.c | 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. 728 if (replace) { 729 dma_fence_put(replace); [all...] |
| H A D | linux_idr.c | 66 SDT_PROBE_DEFINE4(sdt, linux, idr, replace, 254 SDT_PROBE4(sdt, linux, idr, replace,
|
| /src/usr.sbin/makefs/ |
| H A D | makefs.c | 233 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 D | makefs.h | 178 int replace; /* replace files when merging */ member in struct:makefs_fsinfo
|
| H A D | walk.c | 123 * 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 D | configmenu.c | 358 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 D | drm_property.c | 673 * 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 D | posix1.mk | 44 # ${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 D | cpplint.py | 480 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...] |