Searched refs:format_ptr (Results 1 – 3 of 3) sorted by relevance
59 static FormattedNumber format_ptr(void *PC) { in format_ptr() function151 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << '\n'; in printSymbolizedStackTrace()162 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
1282 char *format_ptr; in cookie_output() local1311 format_ptr = get_netscape_format(co); in cookie_output()1312 if(format_ptr == NULL) { in cookie_output()1318 fprintf(out, "%s\n", format_ptr); in cookie_output()1319 free(format_ptr); in cookie_output()
2525 void append_float_length(Char *&format_ptr, long double) {2526 *format_ptr++ = 'L';3003 Char *format_ptr = format;3004 *format_ptr++ = '%';3007 *format_ptr++ = '#';3012 *format_ptr++ = '-';3014 *format_ptr++ = '*';3017 *format_ptr++ = '.';3018 *format_ptr++ = '*';3021 append_float_length(format_ptr, value);[all …]