Searched refs:length_before_ll (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dformat.cc369 int length_before_ll = f - percent_loc - 1 - lcount; local
371 strncpy (current_substring, percent_loc, length_before_ll);
372 strcpy (current_substring + length_before_ll, "I64");
373 current_substring[length_before_ll + 3] =
374 percent_loc[length_before_ll + lcount];
375 current_substring += length_before_ll + 4;
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dformat.cc369 int length_before_ll = f - percent_loc - 1 - lcount; local
371 strncpy (current_substring, percent_loc, length_before_ll);
372 strcpy (current_substring + length_before_ll, "I64");
373 current_substring[length_before_ll + 3] =
374 percent_loc[length_before_ll + lcount];
375 current_substring += length_before_ll + 4;

Completed in 300 milliseconds