Home
last modified time | relevance | path

Searched refs:EOF (Results 1 – 23 of 23) sorted by relevance

/bionic/libc/stdio/
Dwbuf.c59 return (EOF); in __swbuf()
75 return (EOF); in __swbuf()
82 return (EOF); in __swbuf()
Drefill.c63 return (EOF); in __srefill()
70 return (EOF); in __srefill()
75 return (EOF); in __srefill()
125 return (EOF); in __srefill()
Dungetc.c57 return (EOF); in __submore()
69 return (EOF); in __submore()
81 if (c == EOF) in ungetc()
82 return (EOF); in ungetc()
94 return (EOF); in ungetc()
Dfclose.c46 return (EOF); in fclose()
52 r = EOF; in fclose()
Dwsetup.c55 return (EOF); in __swsetup()
72 return (EOF); in __swsetup()
Drget.c50 return (EOF); in __srget()
Dfflush.c49 r = EOF; in fflush()
82 return (EOF); in __sflush()
Dgets.c48 if (c == EOF) in gets()
Dfread.c84 return (EOF); in fread()
93 return (EOF); in fread()
99 return (EOF); in fread()
Dputc.c48 return (EOF); in putc_unlocked()
Dfpurge.c50 return(EOF); in fpurge()
Dputs.c60 return (ret ? EOF : '\n'); in puts()
Dfseek.c66 return (EOF); in fseeko()
89 return (EOF); in fseeko()
113 return (EOF); in fseeko()
234 return (EOF); in fseeko()
Dsetvbuf.c56 return (EOF); in setvbuf()
98 ret = EOF; in setvbuf()
Dfvwrite.c62 return (EOF); in __sfvwrite()
207 return (EOF); in __sfvwrite()
Dvfprintf.c105 ret = EOF; in __sbprintf()
313 return (EOF); in __vfprintf()
830 return (__sferror(fp) ? EOF : ret); in __vfprintf()
Dvfscanf.c305 return (EOF); in VFSCANF()
/bionic/libc/stdlib/
Dtoupper_.c14 EOF,
Dtolower_.c13 EOF,
Dwchar.c37 return (c == EOF) ? WEOF : c; in btowc()
/bionic/libc/include/
Dstdio.h190 #define EOF (-1) macro
/bionic/libc/netbsd/net/
Dgetnameinfo.c199 if (fputc(0, proxy) == EOF || fflush(proxy) != 0) { in android_gethostbyaddr_proxy()
Dgetaddrinfo.c477 if (fputc(0, proxy) == EOF || in android_getaddrinfo_proxy()