Lines Matching refs:more
373 size_t more = n; in libc_hidden_def() local
374 if (more <= 0) in libc_hidden_def()
382 if (count > more) in libc_hidden_def()
383 count = more; in libc_hidden_def()
397 more -= count; in libc_hidden_def()
399 if (more == 0 || _IO_OVERFLOW (f, (unsigned char) *s++) == EOF) in libc_hidden_def()
401 more--; in libc_hidden_def()
403 return n - more; in libc_hidden_def()
418 size_t more = n; in libc_hidden_def() local
426 if (count > more) in libc_hidden_def()
427 count = more; in libc_hidden_def()
441 more -= count; in libc_hidden_def()
443 if (more == 0 || __underflow (fp) == EOF) in libc_hidden_def()
446 return n - more; in libc_hidden_def()