Lines Matching refs:more
285 size_t more = n; in libc_hidden_def() local
286 if (more <= 0) in libc_hidden_def()
295 if ((size_t) count > more) in libc_hidden_def()
296 count = more; in libc_hidden_def()
313 more -= count; in libc_hidden_def()
315 if (more == 0 || __woverflow (f, *s++) == WEOF) in libc_hidden_def()
317 more--; in libc_hidden_def()
319 return n - more; in libc_hidden_def()
327 size_t more = n; in libc_hidden_def() local
336 if ((size_t) count > more) in libc_hidden_def()
337 count = more; in libc_hidden_def()
353 more -= count; in libc_hidden_def()
355 if (more == 0 || __wunderflow (fp) == WEOF) in libc_hidden_def()
358 return n - more; in libc_hidden_def()