HomeSort by relevance Sort by last modified time
    Searched full:replace_string (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/util/
subst.c 104 static void replace_string(char *begin, char *end, char *newstr) function
162 replace_string(ptr, end_ptr, ent->value);
202 replace_string(ptr, end_ptr, ent->value);
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 956 const wchar_t *replace_string = L"(void)"; local
957 const size_t replace_length = wcslen(replace_string);
962 if (wcscmp(name_end, replace_string) == 0) {
    [all...]

Completed in 376 milliseconds