Home
last modified time | relevance | path

Searched refs:IO_EOF (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/wolfpack/empire-4.4.1/src/lib/empthread/
H A Dio.c185 if (iop->flags & IO_EOF) in io_input()
206 iop->flags |= IO_EOF; in io_input()
363 return iop->flags & IO_EOF; in io_eof()
374 iop->flags |= IO_EOF; in io_set_eof()
/dports/devel/ptypes/ptypes-2.1.1/src/
H A Dpoutstm.cxx76 chstat(IO_EOF); in rawwrite()
83 chstat(IO_EOF); in rawwrite()
H A Dpinstm.cxx75 chstat(IO_EOF); in rawread()
87 chstat(IO_EOF); in rawread()
/dports/lang/snobol4/snobol4-2.2.2/include/
H A Dlibret.h7 IO_EOF, enumerator
/dports/games/wolfpack/empire-4.4.1/include/
H A Dempio.h39 #define IO_EOF 0x10 macro
/dports/lang/ptoc/ptoc/vms/
H A Dio.c13 #define IO_EOF -1 macro
17 (ferror(f) ? IO_ERROR : feof(f) ? IO_EOF : IO_FORMAT_ERROR)
102 } else if (fd->error == IO_EOF) { in handle_error()
116 && fd->error != IO_EOF && fd->f != NULL) in handle_error()
793 td->desc.error = IO_EOF; in pio_input_char()
822 td->desc.error = IO_EOF; in pio_input_string()
834 td->desc.error = (ch == EOF) ? IO_EOF : IO_OK; in pio_input_newline()
/dports/lang/ptoc/ptoc/
H A Dio.c7 #define IO_EOF -1 macro
11 (ferror(f) ? IO_ERROR : feof(f) ? IO_EOF : IO_FORMAT_ERROR)
94 } else if (fd->error == IO_EOF) { in handle_error()
108 && fd->error != IO_EOF && fd->f != NULL) in handle_error()
762 td->desc.error = ioresult = IO_EOF; in pio_input_char()
794 td->desc.error = ioresult = IO_EOF; in pio_input_string()
807 td->desc.error = ioresult = (ch == EOF) ? IO_EOF : IO_OK; in pio_input_newline()
/dports/devel/vstr/vstr-1.0.15/examples/
H A Dex_utils.h125 #define IO_EOF 2 macro
224 return (IO_EOF); in io_get()
H A Dex_cat.c24 if (io_r_state == IO_EOF) in ex_cat_read_fd_write_stdout()
H A Dex_hexdump.c50 if (io_r_state == IO_EOF) in ex_hexdump_read_fd_write_stdout()
H A Dex_rainbow.c106 if (io_r_state == IO_EOF) in ex_rainbow_read_fd_write_stdout()
H A Dex_ccount.c85 if (io_r_state == IO_EOF) in ex_ccount_read_fd_write_stdout()
H A Dex_phone_names.c181 if (io_r_state == IO_EOF) in ex_phones_name_read_fd_write_stdout()
H A Dex_rot13.c148 if (io_r_state == IO_EOF) in ex_rot13_read_fd_write_stdout()
H A Dex_nl.c131 if (io_r_state == IO_EOF) in ex_nl_read_fd_write_stdout()
H A Dex_ssi.c52 if (io_r_state == IO_EOF) in ex_ssi_cat_read_fd_write_stdout()
558 if (io_r_state == IO_EOF) in ex_ssi_read_fd_write_stdout()
H A Dex_dir_sort.c121 if (io_r_state == IO_EOF) in ex_dir_sort_read_fd_write_stdout()
H A Dex_dir_list2html.c239 if (io_r_state == IO_EOF) in ex_dir_list2html_read_fd_write_stdout()
H A Dex_dir_filter.c167 if (io_r_state == IO_EOF) in ex_dir_filter_read_fd_write_stdout()
H A Dex_sock_filter.c235 if (io_r_state == IO_EOF) in ex_sock_filter_read_fd_write_stdout()
H A Dex_zcat.c319 if (io_r_state == IO_EOF) in ex_zcat_read_fd_write_stdout()
/dports/math/gap/gap-4.11.0/pkg/io-4.7.0/gap/
H A Dio.gd24 DeclareGlobalVariable( "IO_EOF" ); # End of file marker
/dports/lang/snobol4/snobol4-2.2.2/lib/
H A Dio.c851 return IO_EOF; in io_read()
881 return IO_EOF; in io_read()
932 return IO_EOF; /* no more files */ in io_read()
936 return IO_EOF; in io_read()
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/nsapi_shib/
H A Dnsapi_shib.cpp345 char ch=IO_EOF+1; in getRequestBody()
348 while (cl && ch != IO_EOF) { in getRequestBody()
/dports/math/gap/gap-4.11.0/pkg/io-4.7.0/tst/
H A Dplatform.g4 "IO_Close", "IO_CloseAllFDs", "IO_EOF", "IO_Environment", "IO_Error",

12