/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/tests/usr.sbin/makefs/ |
t_makefs.sh | 32 # replace 34 atf_test_case replace replace_cleanup 64 atf_add_test_case 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/external/bsd/drm2/dist/drm/selftests/ |
drm_mm_selftests.h | 16 selftest(replace, igt_replace)
|
/src/lib/libc/compat/arch/powerpc/sys/ |
compat_sigprocmask13.S | 20 lwz %r4,0(%r4) # if not, replace it in r4 with *set
|
/src/lib/libc/compat/arch/sparc/sys/ |
compat_sigprocmask.S | 58 ld [%o1], %o1 ! replace it in %o1 with *set
|
/src/sys/fs/v7fs/ |
v7fs_file.h | 39 struct v7fs_dirent *replace; member in struct:v7fs_lookup_arg
|
v7fs_file.c | 358 { .name = filename, .replace = &lastdirent/*disk endian */ }; 359 /* Search entry that removed. replace it to last dirent. */ 400 /* Replace to last dirent. */ 401 *dir = *(p->replace); /* disk endian */
|
/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/lib/libpanel/ |
Makefile | 25 SRCS+= replace.c
|
/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/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/arch/sparc64/doc/ |
TODO | 33 - replace relevant references to %ver with GET_MAXCWP 35 - replace constructs like "wrpr %g0, PSTATE_KERN, %pstate" with NORMAL_GLOBALS 36 - replace constructs line "wrpr %g0, PSTATE_INTR, %pstate" with ALTERNATE_GOBALS
|
/src/usr.bin/m4/ |
gnum4.c | 288 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) 292 for (p = replace; *p != '\0'; p++) { 321 do_subst(const char *pat, const char *string, regex_t *re, const char *replace, 353 add_replace(string, re, replace, pm); 365 do_regexp(const char *pat, const char *string, regex_t *re, const char *replace, 372 add_replace(string, re, replace, pm);
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_property.h | 278 struct drm_property_blob **replace,
|
/src/usr.bin/config/ |
hash.c | 262 * Insert and/or replace. 265 ht_insrep2(struct hashtab *ht, const char *nam1, const char *nam2, void *val, int replace) 276 if (replace) 290 ht_insrep(struct hashtab *ht, const char *nam, void *val, int replace) 292 return ht_insrep2(ht, nam, NULL, val, replace);
|
/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_idr.c | 66 SDT_PROBE_DEFINE4(sdt, linux, idr, replace, 254 SDT_PROBE4(sdt, linux, idr, replace,
|
/src/usr.sbin/makefs/ |
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,
|
makefs.h | 178 int replace; /* replace files when merging */ member in struct:makefs_fsinfo
|
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, follow) [all...] |
/src/usr.sbin/sysinst/ |
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/ |
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 a blob propert [all...] |
/src/usr.bin/make/unit-tests/ |
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.
|