OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__srefill
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/stdio/
rget.c
46
if (
__srefill
(fp) == 0) {
fgetln.c
75
if (fp->_r <= 0 &&
__srefill
(fp))
118
if (
__srefill
(fp))
vfscanf.c
133
while ((fp->_r > 0 ||
__srefill
(fp) == 0) &&
150
if (fp->_r <= 0 &&
__srefill
(fp))
310
if (fp->_r <= 0 &&
__srefill
(fp))
322
else if (
__srefill
(fp))
371
if (fp->_r <= 0 &&
__srefill
(fp)) {
390
if (
__srefill
(fp)) {
463
if (fp->_r <= 0 &&
__srefill
(fp)) {
491
if (fp->_r <= 0 &&
__srefill
(fp)) {
506
if (fp->_r <= 0 &&
__srefill
(fp)) {
565
if (fp->_r <= 0 &&
__srefill
(fp))
[
all
...]
fgets.c
66
if (
__srefill
(fp)) {
getdelim.c
68
if (fp->_r <= 0 &&
__srefill
(fp)) {
/bionic/libc/stdio/
fread.c
118
if (
__srefill
(fp)) {
refill.c
52
__srefill
(FILE *fp)
function
local.h
185
__LIBC32_LEGACY_PUBLIC__ int
__srefill
(FILE*);
Completed in 169 milliseconds