/reactos/sdk/lib/3rdparty/zlib/ |
H A D | configure | 171 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 D | configure | 674 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 D | ungetc.cpp | 18 _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 D | fclose.cpp | 21 _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 D | puts.cpp | 17 _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 D | fputs.cpp | 18 _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 D | fflush.cpp | 138 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 D | fputws.cpp | 20 _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 D | input.cpp | 33 _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 D | fgetc.cpp | 18 _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 D | fgetwc.cpp | 33 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 D | putw.cpp | 18 _VALIDATE_RETURN(stream != nullptr, EINVAL, EOF); in _putw() 20 int return_value = EOF; in _putw()
|
H A D | getw.cpp | 18 _VALIDATE_RETURN(stream != nullptr, EINVAL, EOF); in _getw() 20 int return_value = EOF; in _getw()
|
/reactos/sdk/lib/ucrt/conio/ |
H A D | getch.cpp | 210 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 D | ruserpass.c | 158 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 D | rdcolmap.c | 88 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 D | rdswitch.c | 33 } 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 D | testlib.cmd | 13 goto :EOF 22 goto :EOF 35 goto :EOF 48 goto :EOF 69 goto :EOF
|
/reactos/modules/rostests/win32/cmd/ |
H A D | test_goto_call.cmd | 24 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 D | adh-query.c | 162 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 D | getopt.c | 64 return(EOF); in getopt() 69 return(EOF); in getopt() 79 return(EOF); in getopt()
|
/reactos/sdk/lib/crt/stdio/ |
H A D | _flsbuf.c | 22 return EOF; in _flsbuf() 35 return EOF; in _flsbuf() 79 return EOF; in _flsbuf()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | config.guess | 426 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 D | stdio_streambuf.cpp | 163 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 D | do_code_format.sh | 11 cat <<EOF heredoc 20 EOF
|