Searched refs:width_end (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dprintf-parse.h42 const char* width_end; member in struct:__anon8932
H A Dprintf-parse.c125 dp->width_end = NULL;
199 dp->width_end = cp;
243 dp->width_end = cp;
244 width_length = dp->width_end - dp->width_start;
H A Dvasnprintf.c284 if (dp->width_start != dp->width_end)
306 while (digitp != dp->width_end);
539 if (dp->width_start != dp->width_end)
541 size_t n = dp->width_end - dp->width_start;

Completed in 70 milliseconds