HomeSort by: relevance | last modified time | path
    Searched refs:length_before_ll (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
format.cc 390 int length_before_ll = f - percent_loc - 1 - lcount; local
392 strncpy (current_substring, percent_loc, length_before_ll);
393 strcpy (current_substring + length_before_ll, "I64");
394 current_substring[length_before_ll + 3] =
395 percent_loc[length_before_ll + lcount];
396 current_substring += length_before_ll + 4;
  /src/external/gpl3/gdb.old/dist/gdbsupport/
format.cc 390 int length_before_ll = f - percent_loc - 1 - lcount; local
392 strncpy (current_substring, percent_loc, length_before_ll);
393 strcpy (current_substring + length_before_ll, "I64");
394 current_substring[length_before_ll + 3] =
395 percent_loc[length_before_ll + lcount];
396 current_substring += length_before_ll + 4;

Completed in 26 milliseconds