Home
last modified time | relevance | path

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

1234

/picolibc-latest/newlib/libc/stdio/
Dputs.c90 result = EOF; in puts()
92 result = (_sfvwrite (fp, &uio) ? EOF : '\n'); in puts()
96 int result = EOF; in puts()
110 if (_sputc ( *p++, fp) == EOF) in puts()
113 if (_sputc ( '\n', fp) == EOF) in puts()
Dwbufw.c44 return EOF; in __swbufw()
48 return EOF; in __swbufw()
54 return EOF; in __swbufw()
61 return EOF; in __swbufw()
Dwbuf.c56 return EOF; in _swbuf()
60 return EOF; in _swbuf()
76 return EOF; in _swbuf()
83 return EOF; in _swbuf()
Dungetc.c91 return EOF; in __submore()
103 return EOF; in __submore()
116 if (c == EOF) in ungetc()
117 return (EOF); in ungetc()
139 return EOF; in ungetc()
146 return EOF; in ungetc()
166 return EOF; in ungetc()
Drefill.c50 return EOF; in _srefill()
59 return EOF; in _srefill()
65 return EOF; in _srefill()
123 return EOF; in _srefill()
Dfputs.c107 result = EOF; in fputs()
124 if (_sputc ( *p++, fp) == EOF) in fputs()
132 return EOF; in fputs()
Drget.c45 return EOF; in _srget()
52 return EOF; in _srget()
Dfvwrite.c67 return EOF; in _sfvwrite()
85 if (__swputc_r (ptr, *p, fp) == EOF) in _sfvwrite()
86 return EOF; in _sfvwrite()
101 if (__sputc_r (ptr, *p, fp) == EOF) in _sfvwrite()
102 return EOF; in _sfvwrite()
289 return EOF; in _sfvwrite()
Dssprint.c23 if (__ssputs (fp, iov->iov_base, len) == EOF) { in __ssprint()
24 ret = EOF; in __ssprint()
Dvsniprintf.c43 return EOF; in vsniprintf()
51 if (ret < EOF) in vsniprintf()
Dsniprintf.c41 return EOF; in sniprintf()
51 if (ret < EOF) in sniprintf()
Dnano-vfscanf.c155 if (c == EOF) in sungetc()
156 return (EOF); in sungetc()
168 return EOF; in sungetc()
218 return EOF; in _ssrefill()
360 return EOF; in _SVFSCANF()
418 : EOF; in _SVFSCANF()
Dvsnprintf.c44 return EOF; in vsnprintf()
52 if (ret < EOF) in vsnprintf()
Dsnprintf.c41 return EOF; in snprintf()
51 if (ret < EOF) in snprintf()
Dwsetup.c50 return EOF; in _swsetup()
90 return EOF; in _swsetup()
Dfseeko.c134 return EOF; in fseeko()
159 return EOF; in fseeko()
184 return (EOF); in fseeko()
340 return EOF; in fseeko()
Dfflush.c157 int result = EOF; in _sflush()
202 return EOF; in _sflush()
228 return EOF; in _sflush()
/picolibc-latest/newlib/libc/tinystdio/
Dungetc.c43 if ((stream->flags & __SRD) == 0 || c == EOF) in ungetc()
44 return EOF; in ungetc()
47 return EOF; in ungetc()
Dfputws.c41 return EOF; in fputws()
45 rv = EOF; in fputws()
Dfputs.c41 return EOF; in fputs()
48 return EOF; in fputs()
Dputs.c42 return EOF; in puts()
55 return EOF; in puts()
Dfputc.c38 return EOF; in fputc()
42 return EOF; in fputc()
Dfgetc.c42 return EOF; in fgetc()
52 return EOF; in fgetc()
/picolibc-latest/newlib/libc/stdlib/
Dwctob.c17 return EOF; in wctob()
22 return __WCTOMB ((char *) pmb, wc, &mbs) == 1 ? (int) pmb[0] : EOF; in wctob()
/picolibc-latest/newlib/libc/stdio64/
Dfseeko64.c109 return EOF; in fseeko64()
137 return EOF; in fseeko64()
162 return EOF; in fseeko64()
187 return (EOF); in fseeko64()
334 return EOF; in fseeko64()

1234