Home
last modified time | relevance | path

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

12345678

/reactos/sdk/lib/3rdparty/zlib/
H A Dconfigure171 EOF
378 EOF
419 EOF
434 EOF
469 EOF
478 EOF
489 EOF
499 EOF
517 EOF
534 EOF
[all …]
/reactos/modules/rosapps/applications/net/dhcpd/
H A Dconfigure674 EOF
702 EOF
706 EOF
910 EOF
950 EOF
1023 EOF
1095 EOF
1199 EOF
1220 EOF
1240 EOF
[all …]
/reactos/sdk/lib/ucrt/stdio/
H A Dungetc.cpp18 _VALIDATE_RETURN(stream != nullptr, EINVAL, EOF); in ungetc()
20 int return_value = EOF; in ungetc()
42 _VALIDATE_STREAM_ANSI_RETURN(stream, EINVAL, EOF); in _ungetc_nolock()
45 if (c == EOF) in _ungetc_nolock()
46 return EOF; in _ungetc_nolock()
54 return EOF; in _ungetc_nolock()
67 return EOF; in _ungetc_nolock()
79 return EOF; in _ungetc_nolock()
H A Dfclose.cpp21 _UCRT_VALIDATE_RETURN(ptd, stream.valid(), EINVAL, EOF); in _fclose_nolock_internal()
23 int result = EOF; in _fclose_nolock_internal()
32 result = EOF; in _fclose_nolock_internal()
56 _UCRT_VALIDATE_RETURN(ptd, stream.valid(), EINVAL, EOF); in _fclose_internal()
64 return EOF; in _fclose_internal()
H A Dputs.cpp17 _UCRT_VALIDATE_RETURN(ptd, string != nullptr, EINVAL, EOF); in _puts_internal()
20 _UCRT_VALIDATE_STREAM_ANSI_RETURN(ptd, stream, EINVAL, EOF); in _puts_internal()
32 if (bytes_written != length || _fputc_nolock_internal('\n', stream, ptd) == EOF) in _puts_internal()
34 return EOF; in _puts_internal()
H A Dfputs.cpp18 _UCRT_VALIDATE_RETURN(ptd, string != nullptr, EINVAL, EOF); in _fputs_internal()
19 _UCRT_VALIDATE_RETURN(ptd, stream != nullptr, EINVAL, EOF); in _fputs_internal()
20 _UCRT_VALIDATE_STREAM_ANSI_RETURN(ptd, stream, EINVAL, EOF); in _fputs_internal()
34 return EOF; in _fputs_internal()
H A Dfflush.cpp138 if (_fflush_nolock(stream.public_stream()) != EOF) in common_flush_all()
144 error = EOF; in common_flush_all()
198 return EOF; in _fflush_nolock_internal()
206 return EOF; in _fflush_nolock_internal()
244 return EOF; in __acrt_stdio_flush_nolock()
H A Dfputws.cpp20 _UCRT_VALIDATE_RETURN(ptd, string != nullptr, EINVAL, EOF); in _fputws_internal()
21 _UCRT_VALIDATE_RETURN(ptd, stream != nullptr, EINVAL, EOF); in _fputws_internal()
31 return EOF; in _fputws_internal()
H A Dinput.cpp33 _VALIDATE_RETURN(stream != nullptr, EINVAL, EOF); in common_vfscanf()
34 _VALIDATE_RETURN(format != nullptr, EINVAL, EOF); in common_vfscanf()
93 _VALIDATE_RETURN(buffer != nullptr, EINVAL, EOF); in common_vsscanf()
94 _VALIDATE_RETURN(format != nullptr, EINVAL, EOF); in common_vsscanf()
H A Dfgetc.cpp18 _VALIDATE_RETURN(stream.valid(), EINVAL, EOF); in _fgetc_nolock()
43 _VALIDATE_RETURN(stream.valid(), EINVAL, EOF); in fgetc()
50 _VALIDATE_STREAM_ANSI_RETURN(stream, EINVAL, EOF); in fgetc()
H A Dfgetwc.cpp33 if (c == EOF) in _fgetwc_nolock()
51 if ((ch = _getc_nolock(stream.public_stream())) == EOF) in _fgetwc_nolock()
58 if ((ch = _getc_nolock(stream.public_stream())) == EOF) in _fgetwc_nolock()
H A Dputw.cpp18 _VALIDATE_RETURN(stream != nullptr, EINVAL, EOF); in _putw()
20 int return_value = EOF; in _putw()
H A Dgetw.cpp18 _VALIDATE_RETURN(stream != nullptr, EINVAL, EOF); in _getw()
20 int return_value = EOF; in _getw()
/reactos/sdk/lib/ucrt/conio/
H A Dgetch.cpp210 return EOF; in peek_next_getch_pushback_buffer()
219 return EOF; in get_next_getch_pushback_buffer()
281 if (pushback != EOF) in _getch_nolock()
287 return EOF; in _getch_nolock()
307 result = EOF; in _getch_nolock()
369 if (pushback != EOF) in _getche_nolock()
376 if (c == EOF) in _getche_nolock()
377 return EOF; in _getche_nolock()
379 if (_putch_nolock(c) == EOF) in _getche_nolock()
380 return EOF; in _getche_nolock()
[all …]
/reactos/base/applications/network/ftp/
H A Druserpass.c158 while ((c=getc(cfile)) != EOF && (c == ' ' || c == '\t')); in ruserpass()
159 if (c == EOF || c == '\n') { in ruserpass()
169 for (i=0; i < 8 && (c=getc(cfile)) != EOF && in ruserpass()
173 if (c == EOF) { in ruserpass()
179 while ((c=getc(cfile)) != EOF && c != '\n'); in ruserpass()
181 if (c == EOF) { in ruserpass()
193 if ((c=getc(cfile)) == EOF) { in ruserpass()
234 while ((c = getc(cfile)) != EOF && in token()
237 if (c == EOF) in token()
241 while ((c = getc(cfile)) != EOF && c != '"') { in token()
[all …]
/reactos/dll/3rdparty/libjpeg/
H A Drdcolmap.c88 if ((header[i] = getc(infile)) == EOF) in read_gif_map()
107 if (R == EOF || G == EOF || B == EOF) in read_gif_map()
131 } while (ch != '\n' && ch != EOF); in pbm_getc()
150 if (ch == EOF) in read_pbm_integer()
210 if (R == EOF || G == EOF || B == EOF) in read_ppm_map()
H A Drdswitch.c33 } while (ch != '\n' && ch != EOF); in text_getc()
50 if (ch == EOF) { in read_text_integer()
62 while ((ch = text_getc(file)) != EOF) { in read_text_integer()
117 if (termchar != EOF) { in read_quant_tables()
141 while (ch != EOF && isspace(ch)) in read_scan_integer()
144 if (ungetc(ch, file) == EOF) in read_scan_integer()
151 if (ch != EOF && ch != ';' && ch != ':') in read_scan_integer()
232 if (termchar != ';' && termchar != EOF) { in read_scan_script()
241 if (termchar != EOF) { in read_scan_script()
/reactos/modules/rostests/win32/cmd/script_testsuite/lib/
H A Dtestlib.cmd13 goto :EOF
22 goto :EOF
35 goto :EOF
48 goto :EOF
69 goto :EOF
/reactos/modules/rostests/win32/cmd/
H A Dtest_goto_call.cmd24 goto :EOF
46 goto :EOF
103 goto :EOF
111 goto :EOF
120 goto :EOF
183 call :EOF
189 call ::EOF
261 goto :EOF
296 goto :EOF
401 goto :EOF
[all …]
/reactos/sdk/lib/3rdparty/adns/client/
H A Dadh-query.c162 if (printf("%s ", str) == EOF) outerr(); in print_withspace()
182 if (printf("%lu ",ttl) == EOF) outerr(); in print_ttl()
220 == EOF) outerr(); in print_status()
224 if (printf("\"%s\"\n", statusstring) == EOF) outerr(); in print_status()
233 if (fputs("; failed ",stdout) == EOF) outerr(); in print_dnsfail()
250 if (r == EOF) sysfail("write error message to stderr",errno); in print_dnsfail()
263 if (printf("%s %d ", qun->id, nrrs) == EOF) outerr(); in query_done()
269 if (printf("%s\n", answer->cname) == EOF) outerr(); in query_done()
292 if (printf("%s\n",datastr) == EOF) outerr(); in query_done()
/reactos/base/applications/network/finger/
H A Dgetopt.c64 return(EOF); in getopt()
69 return(EOF); in getopt()
79 return(EOF); in getopt()
/reactos/sdk/lib/crt/stdio/
H A D_flsbuf.c22 return EOF; in _flsbuf()
35 return EOF; in _flsbuf()
79 return EOF; in _flsbuf()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dconfig.guess426 sed 's/^ //' << EOF >$dummy.c
446 EOF
532 EOF
630 EOF
654 sed 's/^ //' << EOF >$dummy.c
678 EOF
771 EOF
838 EOF
857 EOF
955 EOF
[all …]
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dstdio_streambuf.cpp163 if (c != EOF) { in underflow()
177 return c != EOF ? c : traits_type::eof(); in uflow()
183 return result != EOF ? result : traits_type::eof(); in pbackfail()
229 return result != EOF ? result : traits_type::eof(); in overflow()
/reactos/sdk/tools/
H A Ddo_code_format.sh11 cat <<EOF heredoc
20 EOF

12345678