__n                75 lib/replace/strptime.c     int __n = n;							      \
__n                84 lib/replace/strptime.c     } while (--__n > 0 && val * 10 <= to && *rp >= '0' && *rp <= '9');	      \
__n                95 lib/replace/strptime.c 	int __n = n;							      \
__n               123 lib/replace/strptime.c 	} while (--__n > 0 && val * 10 <= to);				      \