Searched refs:n_fill (Results 1 – 1 of 1) sorted by relevance
1156 size_t n_fill, len, i, j; in _mpd_add_pad() local1161 n_fill = strlen(spec->fill); in _mpd_add_pad()1164 add_bytes = add_chars * (mpd_ssize_t)n_fill; in _mpd_add_pad()1196 memmove(cp+n_fill*lpad, cp, len); in _mpd_add_pad()1198 for (j = 0; j < n_fill; j++) { in _mpd_add_pad()1199 cp[i*n_fill+j] = spec->fill[j]; in _mpd_add_pad()1202 cp += (n_fill*lpad + len); in _mpd_add_pad()1204 for (j = 0; j < n_fill; j++) { in _mpd_add_pad()1205 cp[i*n_fill+j] = spec->fill[j]; in _mpd_add_pad()