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

/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dvasprintf.c69 int total_width = strlen (format) + 1; local
87 total_width += abs (va_arg (ap, int));
90 total_width += strtoul (p, (char **) &p, 10);
97 total_width += abs (va_arg (ap, int));
100 total_width += strtoul (p, (char **) &p, 10);
105 total_width += 30;
125 total_width += 307;
128 total_width += strlen (va_arg (ap, char *));
142 global_total_width = total_width;
144 *result = (char *) malloc (total_width);
[all...]
/freebsd-10.2-release/contrib/binutils/libiberty/
H A Dvasprintf.c69 int total_width = strlen (format) + 1; local
87 total_width += abs (va_arg (ap, int));
90 total_width += strtoul (p, (char **) &p, 10);
97 total_width += abs (va_arg (ap, int));
100 total_width += strtoul (p, (char **) &p, 10);
105 total_width += 30;
125 total_width += 307;
128 total_width += strlen (va_arg (ap, char *));
142 global_total_width = total_width;
144 *result = (char *) malloc (total_width);
[all...]

Completed in 22 milliseconds