Lines Matching defs:fill
72 fill in the data yourself. If `str' is non-NULL then the resulting
73 PyBytes object must be treated as immutable and you must not fill in nor
644 int fill;
814 fill = ' ';
889 fill = '0';
915 fill = '0';
969 if (fill != ' ')
981 if (fill != ' ') {
991 /* Pad left with the fill character if needed */
993 memset(res, fill, width - len);
1000 if (fill == ' ') {
1015 /* Pad right with the fill character if needed */