| /mirbsd/src/bin/systrace/ |
| D | openbsd-syscalls.c | 430 struct systrace_replace replace; in obsd_replace() local 434 memset(&replace, 0, sizeof(replace)); in obsd_replace() 440 replace.strr_pid = pid; in obsd_replace() 441 replace.strr_seqnr = seqnr; in obsd_replace() 442 replace.strr_nrepl = repl->num; in obsd_replace() 443 replace.strr_base = malloc(len); in obsd_replace() 444 replace.strr_len = len; in obsd_replace() 445 if (replace.strr_base == NULL) in obsd_replace() 449 replace.strr_argind[i] = repl->ind[i]; in obsd_replace() 450 replace.strr_offlen[i] = repl->len[i]; in obsd_replace() [all …]
|
| D | intercept.h | 59 int (*replace)(int, pid_t, u_int16_t, struct intercept_replace *); member
|
| /mirbsd/src/gnu/usr.bin/perl/t/x2p/ |
| D | s2p.t | 389 replace all except line 3 394 replace all except line 3 395 replace all except line 3 397 replace all except line 3 398 replace all except line 3 399 replace all except line 3 400 replace all except line 3 401 replace all except line 3 409 replace all except 1-4 412 replace all except 5-8 [all …]
|
| /mirbsd/src/gnu/usr.bin/lynx/src/chrtrans/ |
| D | README.format | 105 careful with trailing blanks etc. Please use <C replace> syntax below 109 * <unicode> :<replace> 110 * <unicode range> :<replace> 111 * <unicode> "<C replace>" 112 * <unicode range> "<C replace>" 117 * and <replace> any string not containing '\n' or '\0', taken verbatim 118 * and <C replace> any string, with backslash having the usual C meaning.
|
| /mirbsd/src/bin/pax/ |
| D | pat_rep.h | 43 typedef struct replace { struct 49 struct replace *fow; /* pointer to next pattern */ argument
|
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | setenv.c | 108 int replace) in __add_to_environ() argument 215 else if (replace) in __add_to_environ() 282 setenv (const char *name, const char *value, int replace) in setenv() argument 284 return __add_to_environ (name, value, NULL, replace); in setenv()
|
| D | setenv.h | 33 extern int setenv (const char *name, const char *value, int replace);
|
| /mirbsd/src/sys/uvm/ |
| D | uvm_amap_i.h | 118 amap_add(aref, offset, anon, replace) in amap_add() argument 122 boolean_t replace; 134 if (replace) { 157 amap, offset, anon, replace);
|
| /mirbsd/src/usr.bin/m4/ |
| D | gnum4.c | 274 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in add_replace() argument 278 for (p = replace; *p != '\0'; p++) { in add_replace() 307 do_subst(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in do_subst() argument 338 add_replace(string, re, replace, pm); in do_subst() 347 do_regexp(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in do_regexp() argument 353 add_replace(string, re, replace, pm); in do_regexp()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/ |
| D | PPPort.pm | 2946 my(%replace, %need, %hints, %depends); 2947 my $replace = 0; 2962 $replace = $1 if m{^\s*$rccs\s+Replace:\s+(\d+)\s+$rcce\s*$}; 2963 $replace{$2} = $1 if $replace and m{^\s*#\s*define\s+(\w+)(?:\([^)]*\))?\s+(\w+)}; 2964 $replace{$2} = $1 if m{^\s*#\s*define\s+(\w+)(?:\([^)]*\))?\s+(\w+).*$rccs\s+Replace\s+$rcce}; 2965 $replace{$1} = $2 if m{^\s*$rccs\s+Replace (\w+) with (\w+)\s+$rcce\s*$}; 3062 %revreplace = reverse %replace; 3198 warning("Uses $func instead of $replace{$func}"); 3199 $file{changes} += ($c =~ s/\b$func\b/$replace{$func}/g); 3207 elsif (exists $replace{$func}) { [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/ |
| D | ppphbin | 97 my(%replace, %need, %hints, %depends); 98 my $replace = 0; 113 $replace = $1 if m{^\s*$rccs\s+Replace:\s+(\d+)\s+$rcce\s*$}; 114 $replace{$2} = $1 if $replace and m{^\s*#\s*define\s+(\w+)(?:\([^)]*\))?\s+(\w+)}; 115 $replace{$2} = $1 if m{^\s*#\s*define\s+(\w+)(?:\([^)]*\))?\s+(\w+).*$rccs\s+Replace\s+$rcce}; 116 $replace{$1} = $2 if m{^\s*$rccs\s+Replace (\w+) with (\w+)\s+$rcce\s*$}; 213 %revreplace = reverse %replace; 349 warning("Uses $func instead of $replace{$func}"); 350 $file{changes} += ($c =~ s/\b$func\b/$replace{$func}/g); 358 elsif (exists $replace{$func}) { [all …]
|
| /mirbsd/src/sys/dev/ |
| D | systrace.c | 115 struct systrace_replace *replace; member 819 if (!error && strp->replace != NULL) in systrace_redirect() 1356 if (strp->replace != NULL) { in systrace_preprepl() 1357 free(strp->replace, M_XDATA); in systrace_preprepl() 1358 strp->replace = NULL; in systrace_preprepl() 1387 strp->replace = (struct systrace_replace *) in systrace_preprepl() 1390 memcpy(strp->replace, repl, sizeof(struct systrace_replace)); in systrace_preprepl() 1391 ret = copyin(repl->strr_base, strp->replace + 1, len); in systrace_preprepl() 1393 free(strp->replace, M_XDATA); in systrace_preprepl() 1394 strp->replace = NULL; in systrace_preprepl() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/libiberty/ |
| D | ternary.c | 37 ternary_insert (ternary_tree *root, const char *s, PTR data, int replace) in ternary_insert() argument 55 if (replace) in ternary_insert()
|
| /mirbsd/src/usr.sbin/arp/ |
| D | arp.c | 82 static int replace; /* replace entries when adding */ variable 125 replace = 1; in main() 156 if (replace) in main() 205 if (replace) in file()
|
| /mirbsd/src/gnu/usr.bin/binutils/include/ |
| D | ternary.h | 42 void *data, int replace);
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | ar.c | 344 none = 0, delete, replace, print_table, in main() enumerator 504 operation = replace; in main() 596 operation = replace; in main() 608 if (newer_only && operation != replace) in main() 659 case replace: in main()
|
| /mirbsd/src/lib/libc/arch/sparc/sys/ |
| D | sigprocmask.S | 43 ld [%o1], %o1 ! replace it in %o1 with *set
|
| /mirbsd/src/usr.sbin/config/ |
| D | hash.c | 278 ht_insrep(struct hashtab *ht, const char *nam, void *val, int replace) in ht_insrep() argument 287 if (replace) in ht_insrep()
|
| /mirbsd/src/sys/netinet6/ |
| D | in6.c | 2349 goto replace; 2366 goto replace; 2403 goto replace; 2457 goto replace; 2463 goto replace; /* (4) */ 2467 goto replace; 2473 goto replace; /* (7) */ 2483 goto replace; 2487 goto replace; 2490 replace:
|
| /mirbsd/src/sys/dev/rasops/ |
| D | README | 5 replace the dev/rcons/raster stuff for both wscons and rcons. It yields
|
| /mirbsd/src/usr.bin/mail/misc/ |
| D | mail.tildehelp | 21 ~|command Pipe the message through the command and replace it.
|
| /mirbsd/src/share/mk/ |
| D | bsd.doc.mk | 20 @print -ru2 Fix Makefile and replace paper.\$${PRINTER} target \
|
| /mirbsd/src/share/zoneinfo/datfiles/ |
| D | pacificnew | 13 # If Presidential Election Time is ever established, replace "XXXX" below
|
| /mirbsd/src/usr.bin/vi/docs/ |
| D | help | 87 R replace characters 115 r replace character 206 ~: replace previous RE with previous replacement string,
|
| /mirbsd/src/usr.bin/sudo/auth/ |
| D | API | 108 If the method needs to run as the user, not root, replace the first 120 Again, if the method doesn't need to run as root, replace the 0 with
|