HomeSort by: relevance | last modified time | path
    Searched refs:replacement (Results 1 - 25 of 173) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/ibm-public/postfix/dist/src/util/
neuter.c 11 /* char *neuter(buffer, bad, replacement)
14 /* int replacement;
17 /* by the given replacement.
24 /* .IP replacement
25 /* Replacement value for characters in \fIbuffer\fR that do not
49 char *neuter(char *string, const char *bad, int replacement)
56 *cp = replacement;
translit.c 11 /* char *translit(buf, original, replacement)
14 /* char *replacement;
42 char *translit(char *string, const char *original, const char *replacement)
53 *cp = replacement[op - original];
printable.c 13 /* char *printable(buffer, replacement)
15 /* int replacement;
17 /* char *printable_except(buffer, replacement, except)
19 /* int replacement;
23 /* in its input with the given replacement.
31 /* .IP replacement
32 /* Replacement value for characters in \fIbuffer\fR that do not
75 char *printable(char *string, int replacement)
77 return (printable_except(string, replacement, (char *) 0));
82 char *printable_except(char *string, int replacement, const char *except
    [all...]
stringops.h 45 #define printable(string, replacement) \
46 printable_except((string), (replacement), (char *) 0)
  /src/external/gpl3/gdb/dist/gdb/contrib/
spellcheck.sh 269 local i word replacement
272 replacement=${replacements[i]}
285 if [ "$word" = "$replacement" ]; then
296 local i word replacement
299 replacement=${replacements[i]}
306 echo "$word -> $replacement"
393 local replacement
394 replacement="$2"
409 replacementc=${replacement@u}
414 replacementc=$(echo "$replacement" | sed 's/^\(.\)/\u\1/'
    [all...]
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
naptr_35.h 32 dns_name_t replacement; member in struct:dns_rdata_naptr
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
naptr_35.h 33 dns_name_t replacement; member in struct:dns_rdata_naptr
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-driver-system.c 157 char *replacement = NULL; local
162 replacement = buffer;
173 replacement = getenv (p);
174 if (replacement == NULL)
175 replacement = empty;
186 /* Concat beginning of the path, replacement and
189 unsigned repl_length = replacement != NULL ? strlen (replacement) : 0;
195 if (replacement != NULL)
196 buffer_ptr = (char *)memcpy (buffer_ptr, replacement, repl_length)
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
newconfig.py 10 for (orig, replacement) in config.substitutions:
12 return replacement
  /src/external/bsd/file/dist/
README.md 72 * `src/asctime_r.c` - replacement for OS's that don't have it.
73 * `src/asprintf.c` - replacement for OS's that don't have it.
78 * `src/ctime_r.c` - replacement for OS's that don't have it.
80 * `src/dprintf.c` - replacement for OS's that don't have it.
86 * `src/fmtcheck.c` - replacement for OS's that don't have it.
89 * `src/getline.c` - replacement for OS's that don't have it.
90 * `src/getopt_long.c` - replacement for OS's that don't have it.
91 * `src/gmtime_r.c` - replacement for OS's that don't have it.
96 * `src/localtime_r.c` - replacement for OS's that don't have it.
98 * `src/mygetopt.h` - replacement for OS's that don't have it
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
macrotab.h 243 we #defined a preprocessor symbol named NAME, whose replacement
244 string is REPLACEMENT. This function makes copies of NAME and
245 REPLACEMENT. */
247 const char *name, const char *replacement);
254 ARGV, whose replacement string is REPLACEMENT. If the macro takes a variable
256 "...". This function makes copies of NAME, ARGV, and REPLACEMENT. */
260 const char *replacement);
304 /* The replacement string (body) of the macro. For ordinary macros,
309 const char *replacement; member in struct:macro_definition
    [all...]
macrotab.c 557 const char *replacement)
565 d->replacement = macro_bcache_str (t, replacement);
624 macro_bcache_free (t, (char *) d->replacement);
689 given by KIND, ARGV, and REPLACEMENT, complain, too.
695 const char *replacement)
715 else if (strcmp (replacement, found_def->replacement))
762 const char *replacement)
769 k = check_for_redefinition (source, line, name, kind, argv, replacement);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
macrotab.h 243 we #defined a preprocessor symbol named NAME, whose replacement
244 string is REPLACEMENT. This function makes copies of NAME and
245 REPLACEMENT; the caller is responsible for freeing them. */
247 const char *name, const char *replacement);
254 whose names are given in ARGV, whose replacement string is REPLACEMENT. If
258 NAME, ARGV, and REPLACEMENT; the caller is responsible for freeing
262 const char *replacement);
307 /* The replacement string (body) of the macro. For ordinary macros,
312 const char *replacement; member in struct:macro_definition
    [all...]
macrotab.c 556 const char *replacement)
564 d->replacement = macro_bcache_str (t, replacement);
620 macro_bcache_free (t, (char *) d->replacement);
685 given by KIND, ARGC, ARGV, and REPLACEMENT, complain, too.
692 const char *replacement)
712 else if (strcmp (replacement, found_def->replacement))
756 const char *replacement)
766 replacement);
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
libgcov-driver-system.c 157 char *replacement = NULL; local
162 replacement = buffer;
173 replacement = getenv (p);
174 if (replacement == NULL)
175 replacement = empty;
186 /* Concat beginning of the path, replacement and
189 unsigned repl_length = replacement != NULL ? strlen (replacement) : 0;
195 if (replacement != NULL)
196 buffer_ptr = (char *)memcpy (buffer_ptr, replacement, repl_length)
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
backward_warning.h 36 listing of replacement headers and interfaces, consult the file \
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
backward_warning.h 36 listing of replacement headers and interfaces, consult the file \
  /src/external/gpl2/texinfo/dist/makeinfo/
xref.c 495 char *replacement = get_xref_token (0); local
501 if (*replacement)
502 execute_string ("%s", replacement);
521 if (*replacement)
524 execute_string ("%s", replacement);
537 execute_string ("%s", *replacement ? replacement
541 else if (*replacement) /* do not show the url */
542 execute_string ("%s", replacement);
563 if (replacement)
    [all...]
  /src/external/ibm-public/postfix/dist/mantools/
ccformat 71 ) && echo replaced; } || { echo replacement FAILED; exit 1; }
  /src/external/public-domain/sqlite/dist/
Replace.cs 152 // line argument. Then, grab the replacement string,
156 string replacement = args[1];
197 string outputLine = regEx.Replace(inputLine, replacement);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
path.cc 57 path::replace_filename(const path& replacement)
60 operator/=(replacement);
71 path::replace_extension(const path& replacement)
87 if (!replacement.empty() && replacement.native()[0] != dot)
89 _M_pathname += replacement.native();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
path.cc 57 path::replace_filename(const path& replacement)
60 operator/=(replacement);
71 path::replace_extension(const path& replacement)
87 if (!replacement.empty() && replacement.native()[0] != dot)
89 _M_pathname += replacement.native();
  /src/external/gpl3/gcc/dist/gcc/
ipa-param-manipulation.h 31 old parameter can be an outright copy or an IPA-SRA replacement. If an old
84 replacement representing s.b. Function bar would see its parameter split into
85 one replacement representing z.s.a and another representing z.s.b which would
87 replacement, one which is passed in a call as an actual argument to another
88 IPA-SRA replacement in another function.
111 ipa-param-modification.c) information about which replacement is which and
175 only need to specify it if they use replacement lookup provided by
318 /* Register a REPLACEMENT for accesses to BASE at UNIT_OFFSET. */
319 void register_replacement (tree base, unsigned unit_offset, tree replacement);
320 /* Register a replacement decl for the transformation done in APM. *
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
py-prettyprint.c 288 struct value *replacement = NULL; local
291 gdbpy_ref<> py_str = pretty_print_one_value (printer, &replacement);
338 else if (replacement)
343 common_val_print (replacement, stream, recurse, &opts, language);
636 PyObject containing the string. For any other type, *REPLACEMENT is
637 set to the replacement value and this function returns NULL. On
638 error, *REPLACEMENT is set to NULL and this function also returns
642 struct value **replacement,
649 *replacement = NULL;
650 gdbpy_ref<> py_str = pretty_print_one_value (printer_obj, replacement);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-prettyprint.c 288 struct value *replacement = NULL; local
291 gdbpy_ref<> py_str = pretty_print_one_value (printer, &replacement);
338 else if (replacement)
343 common_val_print (replacement, stream, recurse, &opts, language);
636 PyObject containing the string. For any other type, *REPLACEMENT is
637 set to the replacement value and this function returns NULL. On
638 error, *REPLACEMENT is set to NULL and this function also returns
642 struct value **replacement,
649 *replacement = NULL;
650 gdbpy_ref<> py_str = pretty_print_one_value (printer_obj, replacement);
    [all...]

Completed in 24 milliseconds

1 2 3 4 5 6 7