Home
last modified time | relevance | path

Searched refs:FD_ERR (Results 1 – 11 of 11) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dtbcore.h12 # define FD_ERR -1 macro
17 # define FD_ERR INVALID_HANDLE_VALUE macro
H A Dtbcore.c81 if (fd != FD_ERR) in open_tb()
84 return FD_ERR; in open_tb()
97 if (fd == FD_ERR) in map_file()
172 if (fd == FD_ERR) in init_tb()
/dports/www/httrack/httrack-3.49.2/src/
H A Dhttrack.c878 #undef FD_ERR
879 #define FD_ERR 2 macro
886 backtrace_symbols_fd(stack, size, FD_ERR); in print_backtrace()
890 if (write(FD_ERR, msg, sizeof(msg) - 1) != sizeof(msg) - 1) { in print_backtrace()
928 (void) (write(FD_ERR, buffer, size) == size); in sig_fatal()
930 (void) (write(FD_ERR, msgreport, sizeof(msgreport) - 1) in sig_fatal()
935 #undef FD_ERR
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/os_mon/c_src/
H A Dcpu_sup.c93 #define FD_ERR (2) macro
774 if(write(FD_ERR, buffer, i))
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/os_mon/c_src/
H A Dcpu_sup.c93 #define FD_ERR (2) macro
774 if(write(FD_ERR, buffer, i))
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/os_mon/c_src/
H A Dcpu_sup.c93 #define FD_ERR (2) macro
774 if(write(FD_ERR, buffer, i))
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/os_mon/c_src/
H A Dcpu_sup.c93 #define FD_ERR (2) macro
774 if(write(FD_ERR, buffer, i))
/dports/lang/erlang/otp-OTP-24.1.7/lib/os_mon/c_src/
H A Dcpu_sup.c93 #define FD_ERR (2) macro
774 if(write(FD_ERR, buffer, i))
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/os_mon/c_src/
H A Dcpu_sup.c93 #define FD_ERR (2) macro
774 if(write(FD_ERR, buffer, i))
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/os_mon/c_src/
H A Dcpu_sup.c93 #define FD_ERR (2) macro
774 if(write(FD_ERR, buffer, i))
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/os/win/
H A Dsystem.c475 FD_ERR, enumerator
502 case FD_ERR: in init_fd()
622 if (!init_fd(pipe2, errp, FD_ERR, &closeP[2], &files, &sa)) goto pipe_fail; in Sg_SysProcessCall()