Ruby  2.4.2p198(2017-09-14revision59899)
Data Structures | Macros | Typedefs | Functions
win32.h File Reference
#include <winsock2.h>
#include <ws2tcpip.h>
#include <iphlpapi.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <direct.h>
#include <process.h>
#include <time.h>
#include <math.h>
#include <signal.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <utime.h>
#include <io.h>
#include <malloc.h>
#include <float.h>
#include <errno.h>
Include dependency graph for win32.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  iovec
 
struct  msghdr
 
struct  ifaddrs
 
struct  tms
 

Macros

#define WIN32
 
#define _INTPTR_T_DEFINED
 
#define INTPTR_MAX   2147483647
 
#define INTPTR_MIN   (-INTPTR_MAX-1)
 
#define _UINTPTR_T_DEFINED
 
#define UINTPTR_MAX   4294967295U
 
#define mode_t   int
 
#define rb_w32_iswinnt()   TRUE
 
#define rb_w32_iswin95()   FALSE
 
#define WNOHANG   -1
 
#define O_SHARE_DELETE   0x20000000 /* for rb_w32_open(), rb_w32_wopen() */
 
#define CLOCK_REALTIME   0
 
#define CLOCK_MONOTONIC   1
 
#define stat(path, st)   rb_w32_stat(path,st)
 
#define fstat(fd, st)   rb_w32_fstat(fd,st)
 
#define lstat(path, st)   rb_w32_lstati64(path,st)
 
#define access(path, mode)   rb_w32_access(path,mode)
 
#define strcasecmp   _stricmp
 
#define strncasecmp   _strnicmp
 
#define fsync   _commit
 
#define IFNAMSIZ   256
 
#define isnan(x)   _isnan(x)
 
#define copysign(a, b)   _copysign(a, b)
 
#define S_IRUSR   0400
 
#define S_IRGRP   0040
 
#define S_IROTH   0004
 
#define S_IWUSR   0200
 
#define S_IWGRP   0020
 
#define S_IWOTH   0002
 
#define S_IXUSR   0100
 
#define S_IXGRP   0010
 
#define S_IXOTH   0001
 
#define S_IFLNK   0xa000
 
#define SUFFIX
 
#define HAVE_FTRUNCATE   1
 
#define ftruncate   rb_w32_ftruncate
 
#define HAVE_TRUNCATE   1
 
#define truncate   rb_w32_truncate
 
#define PIPE_BUF   1024
 
#define LOCK_SH   1
 
#define LOCK_EX   2
 
#define LOCK_NB   4
 
#define LOCK_UN   8
 
#define SIGINT   2
 
#define SIGKILL   9
 
#define EWOULDBLOCK   WSAEWOULDBLOCK
 
#define EINPROGRESS   WSAEINPROGRESS
 
#define EALREADY   WSAEALREADY
 
#define ENOTSOCK   WSAENOTSOCK
 
#define EDESTADDRREQ   WSAEDESTADDRREQ
 
#define EMSGSIZE   WSAEMSGSIZE
 
#define EPROTOTYPE   WSAEPROTOTYPE
 
#define ENOPROTOOPT   WSAENOPROTOOPT
 
#define EPROTONOSUPPORT   WSAEPROTONOSUPPORT
 
#define ESOCKTNOSUPPORT   WSAESOCKTNOSUPPORT
 
#define EOPNOTSUPP   WSAEOPNOTSUPP
 
#define EPFNOSUPPORT   WSAEPFNOSUPPORT
 
#define EAFNOSUPPORT   WSAEAFNOSUPPORT
 
#define EADDRINUSE   WSAEADDRINUSE
 
#define EADDRNOTAVAIL   WSAEADDRNOTAVAIL
 
#define ENETDOWN   WSAENETDOWN
 
#define ENETUNREACH   WSAENETUNREACH
 
#define ENETRESET   WSAENETRESET
 
#define ECONNABORTED   WSAECONNABORTED
 
#define ECONNRESET   WSAECONNRESET
 
#define ENOBUFS   WSAENOBUFS
 
#define EISCONN   WSAEISCONN
 
#define ENOTCONN   WSAENOTCONN
 
#define ESHUTDOWN   WSAESHUTDOWN
 
#define ETOOMANYREFS   WSAETOOMANYREFS
 
#define ETIMEDOUT   WSAETIMEDOUT
 
#define ECONNREFUSED   WSAECONNREFUSED
 
#define ELOOP   WSAELOOP
 
#define EHOSTDOWN   WSAEHOSTDOWN
 
#define EHOSTUNREACH   WSAEHOSTUNREACH
 
#define EPROCLIM   WSAEPROCLIM
 
#define EUSERS   WSAEUSERS
 
#define EDQUOT   WSAEDQUOT
 
#define ESTALE   WSAESTALE
 
#define EREMOTE   WSAEREMOTE
 
#define F_DUPFD   0
 
#define F_GETFD   1
 
#define F_SETFD   2
 
#define F_SETFL   4
 
#define F_DUPFD_CLOEXEC   67
 
#define FD_CLOEXEC   1 /* F_GETFD, F_SETFD */
 
#define O_NONBLOCK   1
 
#define FD_SET(fd, set)
 
#define FD_CLR(f, s)   rb_w32_fdclr(f, s)
 
#define FD_ISSET(f, s)   rb_w32_fdisset(f, s)
 

Typedefs

typedef int intptr_t
 
typedef unsigned int uintptr_t
 
typedef int clockid_t
 
typedef uintptr_t(* asynchronous_func_t) (uintptr_t self, int argc, uintptr_t *argv)
 

Functions

int rb_w32_stat (const char *, struct stat *)
 
int rb_w32_fstat (int, struct stat *)
 
void rb_w32_sysinit (int *, char ***)
 
DWORD rb_w32_osid (void)
 
rb_pid_t rb_w32_pipe_exec (const char *, const char *, int, int *, int *)
 
int flock (int fd, int oper)
 
int rb_w32_io_cancelable_p (int)
 
int rb_w32_is_socket (int)
 
int WSAAPI rb_w32_accept (int, struct sockaddr *, int *)
 
int WSAAPI rb_w32_bind (int, const struct sockaddr *, int)
 
int WSAAPI rb_w32_connect (int, const struct sockaddr *, int)
 
void rb_w32_fdset (int, fd_set *)
 
void rb_w32_fdclr (int, fd_set *)
 
int rb_w32_fdisset (int, fd_set *)
 
int WSAAPI rb_w32_select (int, fd_set *, fd_set *, fd_set *, struct timeval *)
 
int WSAAPI rb_w32_getpeername (int, struct sockaddr *, int *)
 
int WSAAPI rb_w32_getsockname (int, struct sockaddr *, int *)
 
int WSAAPI rb_w32_getsockopt (int, int, int, char *, int *)
 
int WSAAPI rb_w32_ioctlsocket (int, long, u_long *)
 
int WSAAPI rb_w32_listen (int, int)
 
int WSAAPI rb_w32_recv (int, char *, int, int)
 
int WSAAPI rb_w32_recvfrom (int, char *, int, int, struct sockaddr *, int *)
 
int WSAAPI rb_w32_send (int, const char *, int, int)
 
int WSAAPI rb_w32_sendto (int, const char *, int, int, const struct sockaddr *, int)
 
int recvmsg (int, struct msghdr *, int)
 
int sendmsg (int, const struct msghdr *, int)
 
int WSAAPI rb_w32_setsockopt (int, int, int, const char *, int)
 
int WSAAPI rb_w32_shutdown (int, int)
 
int WSAAPI rb_w32_socket (int, int, int)
 
SOCKET rb_w32_get_osfhandle (int)
 
struct hostent *WSAAPI rb_w32_gethostbyaddr (const char *, int, int)
 
struct hostent *WSAAPI rb_w32_gethostbyname (const char *)
 
int WSAAPI rb_w32_gethostname (char *, int)
 
struct protoent *WSAAPI rb_w32_getprotobyname (const char *)
 
struct protoent *WSAAPI rb_w32_getprotobynumber (int)
 
struct servent *WSAAPI rb_w32_getservbyname (const char *, const char *)
 
struct servent *WSAAPI rb_w32_getservbyport (int, const char *)
 
int socketpair (int, int, int, int *)
 
int getifaddrs (struct ifaddrs **)
 
void freeifaddrs (struct ifaddrs *)
 
char * rb_w32_getcwd (char *, int)
 
char * rb_w32_ugetenv (const char *)
 
char * rb_w32_getenv (const char *)
 
int rb_w32_rename (const char *, const char *)
 
int rb_w32_urename (const char *, const char *)
 
char ** rb_w32_get_environ (void)
 
void rb_w32_free_environ (char **)
 
int rb_w32_map_errno (DWORD)
 
const char *WSAAPI rb_w32_inet_ntop (int, const void *, char *, size_t)
 
int WSAAPI rb_w32_inet_pton (int, const char *, void *)
 
DWORD rb_w32_osver (void)
 
int chown (const char *, int, int)
 
int rb_w32_uchown (const char *, int, int)
 
int link (const char *, const char *)
 
int rb_w32_ulink (const char *, const char *)
 
ssize_t readlink (const char *, char *, size_t)
 
ssize_t rb_w32_ureadlink (const char *, char *, size_t)
 
ssize_t rb_w32_wreadlink (const WCHAR *, WCHAR *, size_t)
 
int symlink (const char *src, const char *link)
 
int rb_w32_usymlink (const char *src, const char *link)
 
int gettimeofday (struct timeval *, struct timezone *)
 
int clock_gettime (clockid_t, struct timespec *)
 
int clock_getres (clockid_t, struct timespec *)
 
rb_pid_t waitpid (rb_pid_t, int *, int)
 
rb_pid_t rb_w32_spawn (int, const char *, const char *)
 
rb_pid_t rb_w32_aspawn (int, const char *, char *const *)
 
rb_pid_t rb_w32_aspawn_flags (int, const char *, char *const *, DWORD)
 
rb_pid_t rb_w32_uspawn (int, const char *, const char *)
 
rb_pid_t rb_w32_uaspawn (int, const char *, char *const *)
 
rb_pid_t rb_w32_uaspawn_flags (int, const char *, char *const *, DWORD)
 
int kill (int, int)
 
int fcntl (int, int,...)
 
int rb_w32_set_nonblock (int)
 
rb_pid_t rb_w32_getpid (void)
 
rb_pid_t rb_w32_getppid (void)
 
int rb_w32_isatty (int)
 
int rb_w32_uchdir (const char *)
 
int rb_w32_mkdir (const char *, int)
 
int rb_w32_umkdir (const char *, int)
 
int rb_w32_rmdir (const char *)
 
int rb_w32_urmdir (const char *)
 
int rb_w32_unlink (const char *)
 
int rb_w32_uunlink (const char *)
 
int rb_w32_uchmod (const char *, int)
 
int rb_w32_stati64 (const char *, struct stati64 *)
 
int rb_w32_ustati64 (const char *, struct stati64 *)
 
int rb_w32_lstati64 (const char *, struct stati64 *)
 
int rb_w32_ulstati64 (const char *, struct stati64 *)
 
int rb_w32_access (const char *, int)
 
int rb_w32_uaccess (const char *, int)
 
char rb_w32_fd_is_text (int)
 
int rb_w32_fstati64 (int, struct stati64 *)
 
int rb_w32_dup2 (int, int)
 
static int finite (double x)
 
static double scalb (double a, long b)
 
int rb_w32_ftruncate (int fd, off_t length)
 
int rb_w32_truncate (const char *path, off_t length)
 
int rb_w32_utruncate (const char *path, off_t length)
 
int ioctl (int, int,...)
 
rb_uid_t getuid (void)
 
rb_uid_t geteuid (void)
 
rb_gid_t getgid (void)
 
rb_gid_t getegid (void)
 
int setuid (rb_uid_t)
 
int setgid (rb_gid_t)
 
int fstati64 (int, struct stati64 *)
 
char * rb_w32_strerror (int)
 
int rb_w32_times (struct tms *)
 
struct tm * gmtime_r (const time_t *, struct tm *)
 
struct tm * localtime_r (const time_t *, struct tm *)
 
int rb_w32_sleep (unsigned long msec)
 
int rb_w32_open (const char *, int,...)
 
int rb_w32_uopen (const char *, int,...)
 
int rb_w32_wopen (const WCHAR *, int,...)
 
int rb_w32_close (int)
 
int rb_w32_fclose (FILE *)
 
int rb_w32_pipe (int[2])
 
ssize_t rb_w32_read (int, void *, size_t)
 
ssize_t rb_w32_write (int, const void *, size_t)
 
int rb_w32_utime (const char *, const struct utimbuf *)
 
int rb_w32_uutime (const char *, const struct utimbuf *)
 
long rb_w32_write_console (uintptr_t, int)
 
int WINAPI rb_w32_Sleep (unsigned long msec)
 
int rb_w32_wait_events_blocking (HANDLE *events, int num, DWORD timeout)
 
int rb_w32_time_subtract (struct timeval *rest, const struct timeval *wait)
 
int rb_w32_wrap_io_handle (HANDLE, int)
 
int rb_w32_unwrap_io_handle (int)
 
WCHAR * rb_w32_mbstr_to_wstr (UINT, const char *, int, long *)
 
char * rb_w32_wstr_to_mbstr (UINT, const WCHAR *, int, long *)
 
uintptr_t rb_w32_asynchronize (asynchronous_func_t func, uintptr_t self, int argc, uintptr_t *argv, uintptr_t intrval)
 

Macro Definition Documentation

◆ _INTPTR_T_DEFINED

#define _INTPTR_T_DEFINED

Definition at line 92 of file win32.h.

◆ _UINTPTR_T_DEFINED

#define _UINTPTR_T_DEFINED

Definition at line 108 of file win32.h.

◆ access

#define access (   path,
  mode 
)    rb_w32_access(path,mode)

◆ CLOCK_MONOTONIC

#define CLOCK_MONOTONIC   1

Definition at line 134 of file win32.h.

Referenced by clock_getres(), clock_gettime(), getclockofday(), InitVM_process(), and timeofday().

◆ CLOCK_REALTIME

#define CLOCK_REALTIME   0

Definition at line 133 of file win32.h.

Referenced by clock_getres(), clock_gettime(), datetime_s_now(), InitVM_process(), and rb_timespec_now().

◆ copysign

#define copysign (   a,
 
)    _copysign(a, b)

Definition at line 354 of file win32.h.

◆ EADDRINUSE

#define EADDRINUSE   WSAEADDRINUSE

Definition at line 513 of file win32.h.

Referenced by rb_w32_strerror().

◆ EADDRNOTAVAIL

#define EADDRNOTAVAIL   WSAEADDRNOTAVAIL

Definition at line 516 of file win32.h.

◆ EAFNOSUPPORT

#define EAFNOSUPPORT   WSAEAFNOSUPPORT

Definition at line 510 of file win32.h.

Referenced by socketpair_internal().

◆ EALREADY

#define EALREADY   WSAEALREADY

Definition at line 480 of file win32.h.

Referenced by wait_connectable().

◆ ECONNABORTED

#define ECONNABORTED   WSAECONNABORTED

Definition at line 528 of file win32.h.

Referenced by rsock_s_accept_nonblock().

◆ ECONNREFUSED

#define ECONNREFUSED   WSAECONNREFUSED

Definition at line 552 of file win32.h.

◆ ECONNRESET

#define ECONNRESET   WSAECONNRESET

Definition at line 531 of file win32.h.

Referenced by ruby_close(), ruby_getpeername(), ruby_getsockname(), and ruby_shutdown().

◆ EDESTADDRREQ

#define EDESTADDRREQ   WSAEDESTADDRREQ

Definition at line 486 of file win32.h.

◆ EDQUOT

#define EDQUOT   WSAEDQUOT

Definition at line 572 of file win32.h.

◆ EHOSTDOWN

#define EHOSTDOWN   WSAEHOSTDOWN

Definition at line 559 of file win32.h.

◆ EHOSTUNREACH

#define EHOSTUNREACH   WSAEHOSTUNREACH

Definition at line 562 of file win32.h.

◆ EINPROGRESS

#define EINPROGRESS   WSAEINPROGRESS

◆ EISCONN

#define EISCONN   WSAEISCONN

Definition at line 537 of file win32.h.

Referenced by sock_connect_nonblock(), and wait_connectable().

◆ ELOOP

#define ELOOP   WSAELOOP

Definition at line 555 of file win32.h.

Referenced by realpath_rec(), and wrename().

◆ EMSGSIZE

#define EMSGSIZE   WSAEMSGSIZE

Definition at line 489 of file win32.h.

◆ ENETDOWN

#define ENETDOWN   WSAENETDOWN

Definition at line 519 of file win32.h.

◆ ENETRESET

#define ENETRESET   WSAENETRESET

Definition at line 525 of file win32.h.

◆ ENETUNREACH

#define ENETUNREACH   WSAENETUNREACH

Definition at line 522 of file win32.h.

◆ ENOBUFS

#define ENOBUFS   WSAENOBUFS

Definition at line 534 of file win32.h.

◆ ENOPROTOOPT

#define ENOPROTOOPT   WSAENOPROTOOPT

Definition at line 495 of file win32.h.

◆ ENOTCONN

#define ENOTCONN   WSAENOTCONN

Definition at line 540 of file win32.h.

◆ ENOTSOCK

#define ENOTSOCK   WSAENOTSOCK

Definition at line 483 of file win32.h.

◆ EOPNOTSUPP

#define EOPNOTSUPP   WSAEOPNOTSUPP

Definition at line 504 of file win32.h.

◆ EPFNOSUPPORT

#define EPFNOSUPPORT   WSAEPFNOSUPPORT

Definition at line 507 of file win32.h.

◆ EPROCLIM

#define EPROCLIM   WSAEPROCLIM

Definition at line 566 of file win32.h.

◆ EPROTONOSUPPORT

#define EPROTONOSUPPORT   WSAEPROTONOSUPPORT

Definition at line 498 of file win32.h.

◆ EPROTOTYPE

#define EPROTOTYPE   WSAEPROTOTYPE

Definition at line 492 of file win32.h.

Referenced by socketpair_internal().

◆ EREMOTE

#define EREMOTE   WSAEREMOTE

Definition at line 578 of file win32.h.

◆ ESHUTDOWN

#define ESHUTDOWN   WSAESHUTDOWN

Definition at line 543 of file win32.h.

◆ ESOCKTNOSUPPORT

#define ESOCKTNOSUPPORT   WSAESOCKTNOSUPPORT

Definition at line 501 of file win32.h.

◆ ESTALE

#define ESTALE   WSAESTALE

Definition at line 575 of file win32.h.

◆ ETIMEDOUT

#define ETIMEDOUT   WSAETIMEDOUT

Definition at line 549 of file win32.h.

Referenced by lock_func().

◆ ETOOMANYREFS

#define ETOOMANYREFS   WSAETOOMANYREFS

Definition at line 546 of file win32.h.

◆ EUSERS

#define EUSERS   WSAEUSERS

Definition at line 569 of file win32.h.

◆ EWOULDBLOCK

#define EWOULDBLOCK   WSAEWOULDBLOCK

Definition at line 474 of file win32.h.

◆ F_DUPFD

#define F_DUPFD   0

Definition at line 581 of file win32.h.

Referenced by dup2(), fcntl(), Init_fcntl(), ioctl_narg_len(), and rb_cloexec_fcntl_dupfd().

◆ F_DUPFD_CLOEXEC

#define F_DUPFD_CLOEXEC   67

Definition at line 588 of file win32.h.

Referenced by fcntl(), ioctl_narg_len(), and rb_cloexec_fcntl_dupfd().

◆ F_GETFD

#define F_GETFD   1

◆ F_SETFD

#define F_SETFD   2

◆ F_SETFL

#define F_SETFL   4

◆ FD_CLOEXEC

#define FD_CLOEXEC   1 /* F_GETFD, F_SETFD */

◆ FD_CLR

#define FD_CLR (   f,
 
)    rb_w32_fdclr(f, s)

Definition at line 611 of file win32.h.

Referenced by rb_thread_priority_set().

◆ FD_ISSET

#define FD_ISSET (   f,
 
)    rb_w32_fdisset(f, s)

Definition at line 614 of file win32.h.

Referenced by rb_thread_priority_set().

◆ FD_SET

#define FD_SET (   fd,
  set 
)
Value:
do {\
unsigned int i;\
SOCKET s = _get_osfhandle(fd);\
\
for (i = 0; i < (set)->fd_count; i++) {\
if ((set)->fd_array[i] == s) {\
break;\
}\
}\
if (i == (set)->fd_count) {\
if ((set)->fd_count < FD_SETSIZE) {\
(set)->fd_array[i] = s;\
(set)->fd_count++;\
}\
}\
} while(0)

Definition at line 593 of file win32.h.

Referenced by rb_thread_priority_set(), and rb_w32_fdset().

◆ fstat

#define fstat (   fd,
  st 
)    rb_w32_fstat(fd,st)

◆ fsync

#define fsync   _commit

Definition at line 193 of file win32.h.

Referenced by rb_io_addstr().

◆ ftruncate

#define ftruncate   rb_w32_ftruncate

Definition at line 416 of file win32.h.

◆ HAVE_FTRUNCATE

#define HAVE_FTRUNCATE   1

Definition at line 412 of file win32.h.

◆ HAVE_TRUNCATE

#define HAVE_TRUNCATE   1

Definition at line 420 of file win32.h.

◆ IFNAMSIZ

#define IFNAMSIZ   256

Definition at line 230 of file win32.h.

◆ INTPTR_MAX

#define INTPTR_MAX   2147483647

Definition at line 98 of file win32.h.

◆ INTPTR_MIN

#define INTPTR_MIN   (-INTPTR_MAX-1)

Definition at line 100 of file win32.h.

◆ isnan

#define isnan (   x)    _isnan(x)

◆ LOCK_EX

#define LOCK_EX   2

Definition at line 454 of file win32.h.

◆ LOCK_NB

#define LOCK_NB   4

Definition at line 455 of file win32.h.

◆ LOCK_SH

#define LOCK_SH   1

Definition at line 453 of file win32.h.

◆ LOCK_UN

#define LOCK_UN   8

Definition at line 456 of file win32.h.

◆ lstat

#define lstat (   path,
  st 
)    rb_w32_lstati64(path,st)

Definition at line 188 of file win32.h.

◆ mode_t

#define mode_t   int

◆ O_NONBLOCK

#define O_NONBLOCK   1

◆ O_SHARE_DELETE

#define O_SHARE_DELETE   0x20000000 /* for rb_w32_open(), rb_w32_wopen() */

Definition at line 130 of file win32.h.

◆ PIPE_BUF

#define PIPE_BUF   1024

Definition at line 451 of file win32.h.

◆ rb_w32_iswin95

#define rb_w32_iswin95 ( )    FALSE

Definition at line 126 of file win32.h.

◆ rb_w32_iswinnt

#define rb_w32_iswinnt ( )    TRUE

Definition at line 125 of file win32.h.

◆ S_IFLNK

#define S_IFLNK   0xa000

Definition at line 399 of file win32.h.

Referenced by fileattr_to_unixmode().

◆ S_IRGRP

#define S_IRGRP   0040

Definition at line 373 of file win32.h.

Referenced by rb_stat_r(), and rb_stat_R().

◆ S_IROTH

#define S_IROTH   0004

Definition at line 376 of file win32.h.

Referenced by rb_file_world_readable_p(), rb_stat_r(), rb_stat_R(), and rb_stat_wr().

◆ S_IRUSR

#define S_IRUSR   0400

Definition at line 370 of file win32.h.

Referenced by rb_stat_r(), and rb_stat_R().

◆ S_IWGRP

#define S_IWGRP   0020

Definition at line 383 of file win32.h.

Referenced by rb_stat_w(), and rb_stat_W().

◆ S_IWOTH

#define S_IWOTH   0002

Definition at line 386 of file win32.h.

◆ S_IWUSR

#define S_IWUSR   0200

Definition at line 380 of file win32.h.

Referenced by fileattr_to_unixmode(), rb_stat_w(), and rb_stat_W().

◆ S_IXGRP

#define S_IXGRP   0010

Definition at line 393 of file win32.h.

Referenced by rb_stat_x(), and rb_stat_X().

◆ S_IXOTH

#define S_IXOTH   0001

Definition at line 396 of file win32.h.

Referenced by rb_stat_x(), and rb_stat_X().

◆ S_IXUSR

#define S_IXUSR   0100

Definition at line 390 of file win32.h.

Referenced by rb_stat_x(), and rb_stat_X().

◆ SIGINT

#define SIGINT   2

◆ SIGKILL

#define SIGKILL   9

Definition at line 463 of file win32.h.

Referenced by kill(), and rb_f_kill().

◆ stat

#define stat (   path,
  st 
)    rb_w32_stat(path,st)

◆ strcasecmp

#define strcasecmp   _stricmp

◆ strncasecmp

#define strncasecmp   _strnicmp

◆ SUFFIX

#define SUFFIX

Definition at line 405 of file win32.h.

◆ truncate

#define truncate   rb_w32_truncate

Definition at line 424 of file win32.h.

◆ UINTPTR_MAX

#define UINTPTR_MAX   4294967295U

Definition at line 114 of file win32.h.

◆ WIN32

#define WIN32

Definition at line 36 of file win32.h.

◆ WNOHANG

#define WNOHANG   -1

Typedef Documentation

◆ asynchronous_func_t

typedef uintptr_t(* asynchronous_func_t) (uintptr_t self, int argc, uintptr_t *argv)

Definition at line 751 of file win32.h.

◆ clockid_t

typedef int clockid_t

Definition at line 132 of file win32.h.

◆ intptr_t

typedef int intptr_t

Definition at line 90 of file win32.h.

◆ uintptr_t

typedef unsigned int uintptr_t

Definition at line 106 of file win32.h.

Function Documentation

◆ chown()

int chown ( const char *  ,
int  ,
int   
)

Definition at line 4698 of file win32.c.

Referenced by argf_next_argv(), chown_internal(), get_device_once(), and rb_file_chown().

◆ clock_getres()

int clock_getres ( clockid_t  ,
struct timespec  
)

Definition at line 4630 of file win32.c.

References CLOCK_MONOTONIC, CLOCK_REALTIME, errno, map_errno, timespec::tv_nsec, and timespec::tv_sec.

Referenced by rb_clock_getres().

◆ clock_gettime()

int clock_gettime ( clockid_t  ,
struct timespec  
)

◆ fcntl()

int fcntl ( int  ,
int  ,
  ... 
)

◆ finite()

static int finite ( double  x)
inlinestatic

Definition at line 349 of file win32.h.

Referenced by scalb().

◆ flock()

int flock ( int  fd,
int  oper 
)

Definition at line 125 of file flock.c.

References flock_winnt(), NULL, rb_notimplement(), and rb_w32_asynchronize().

◆ freeifaddrs()

void freeifaddrs ( struct ifaddrs )

Definition at line 4190 of file win32.c.

References ifaddrs::ifa_addr, ifaddrs::ifa_name, ifaddrs::ifa_next, and ruby_xfree().

Referenced by sock_s_unpack_sockaddr_in().

◆ fstati64()

int fstati64 ( int  ,
struct stati64 *   
)

◆ getegid()

rb_gid_t getegid ( void  )

◆ geteuid()

rb_uid_t geteuid ( void  )

◆ getgid()

rb_gid_t getgid ( void  )

◆ getifaddrs()

int getifaddrs ( struct ifaddrs **  )

◆ gettimeofday()

int gettimeofday ( struct timeval ,
struct timezone  
)

◆ getuid()

rb_uid_t getuid ( void  )

◆ gmtime_r()

struct tm* gmtime_r ( const time_t *  ,
struct tm *   
)

Definition at line 7681 of file win32.c.

References errno, NULL, systemtime_to_tm(), and unixtime_to_systemtime().

◆ ioctl()

int ioctl ( int  ,
int  ,
  ... 
)

Definition at line 2755 of file win32.c.

References errno.

Referenced by chfunc(), get_device_once(), io_nread(), and sock_s_unpack_sockaddr_in().

◆ kill()

int kill ( int  ,
int   
)

◆ link()

int link ( const char *  ,
const char *   
)

◆ localtime_r()

struct tm* localtime_r ( const time_t *  ,
struct tm *   
)

◆ rb_w32_accept()

int WSAAPI rb_w32_accept ( int  ,
struct sockaddr *  ,
int *   
)

◆ rb_w32_access()

int rb_w32_access ( const char *  ,
int   
)

Definition at line 5771 of file win32.c.

References errno, and rb_w32_stati64.

◆ rb_w32_aspawn()

rb_pid_t rb_w32_aspawn ( int  ,
const char *  ,
char *const  
)

Definition at line 1509 of file win32.c.

References rb_w32_aspawn_flags().

◆ rb_w32_aspawn_flags()

rb_pid_t rb_w32_aspawn_flags ( int  ,
const char *  ,
char *const ,
DWORD   
)

Definition at line 1494 of file win32.c.

References filecp, and w32_aspawn_flags().

Referenced by rb_w32_aspawn().

◆ rb_w32_asynchronize()

uintptr_t rb_w32_asynchronize ( asynchronous_func_t  func,
uintptr_t  self,
int  argc,
uintptr_t argv,
uintptr_t  intrval 
)

◆ rb_w32_bind()

int WSAAPI rb_w32_bind ( int  ,
const struct sockaddr *  ,
int   
)

Definition at line 3251 of file win32.c.

References errno, map_errno, NtSocketsInitialized, RUBY_CRITICAL, StartSockets(), and TO_SOCKET.

◆ rb_w32_close()

int rb_w32_close ( int  )

Definition at line 6834 of file win32.c.

References _set_osfhnd, constat_delete(), errno, is_socket(), LK_LEN, map_errno, NULL, socklist_delete(), and TO_SOCKET.

Referenced by rb_w32_pipe(), and socketpair().

◆ rb_w32_connect()

int WSAAPI rb_w32_connect ( int  ,
const struct sockaddr *  ,
int   
)

◆ rb_w32_dup2()

int rb_w32_dup2 ( int  ,
int   
)

Definition at line 6096 of file win32.c.

References dup2(), and set_new_std_fd.

◆ rb_w32_fclose()

int rb_w32_fclose ( FILE )

Definition at line 6351 of file win32.c.

References _set_osfhnd, errno, fileno, is_socket(), LK_LEN, map_errno, and TO_SOCKET.

◆ rb_w32_fd_is_text()

char rb_w32_fd_is_text ( int  )

Definition at line 7599 of file win32.c.

References _osfile, and FTEXT.

◆ rb_w32_fdclr()

void rb_w32_fdclr ( int  ,
fd_set *   
)

Definition at line 2771 of file win32.c.

References memmove(), and TO_SOCKET.

◆ rb_w32_fdisset()

int rb_w32_fdisset ( int  ,
fd_set *   
)

Definition at line 2789 of file win32.c.

References RUBY_CRITICAL, and TO_SOCKET.

◆ rb_w32_fdset()

void rb_w32_fdset ( int  ,
fd_set *   
)

Definition at line 2762 of file win32.c.

References FD_SET.

◆ rb_w32_free_environ()

void rb_w32_free_environ ( char **  )

Definition at line 6039 of file win32.c.

References env, and free().

◆ rb_w32_fstat()

int rb_w32_fstat ( int  ,
struct stat  
)

Definition at line 5351 of file win32.c.

References filetime_to_unixtime(), fstat, L, and NULL.

◆ rb_w32_fstati64()

int rb_w32_fstati64 ( int  ,
struct stati64 *   
)

Definition at line 5368 of file win32.c.

References COPY_STAT, fstat, L, NULL, stat, stati64_handle(), and stati64_set_inode_handle().

◆ rb_w32_ftruncate()

int rb_w32_ftruncate ( int  fd,
off_t  length 
)

Definition at line 5866 of file win32.c.

References rb_chsize().

◆ rb_w32_get_environ()

char** rb_w32_get_environ ( void  )

Definition at line 6002 of file win32.c.

References env, malloc, NULL, and wstr_to_utf8.

◆ rb_w32_get_osfhandle()

SOCKET rb_w32_get_osfhandle ( int  )

◆ rb_w32_getcwd()

char* rb_w32_getcwd ( char *  ,
int   
)

Definition at line 4658 of file win32.c.

References errno, filecp, free(), len, malloc, map_errno, NULL, and translate_char().

◆ rb_w32_getenv()

char* rb_w32_getenv ( const char *  )

Definition at line 5149 of file win32.c.

References w32_getenv().

◆ rb_w32_gethostbyaddr()

struct hostent* WSAAPI rb_w32_gethostbyaddr ( const char *  ,
int  ,
int   
)

Definition at line 3820 of file win32.c.

References errno, map_errno, NtSocketsInitialized, NULL, RUBY_CRITICAL, and StartSockets().

◆ rb_w32_gethostbyname()

struct hostent* WSAAPI rb_w32_gethostbyname ( const char *  )

Definition at line 3838 of file win32.c.

References errno, map_errno, NtSocketsInitialized, NULL, RUBY_CRITICAL, and StartSockets().

◆ rb_w32_gethostname()

int WSAAPI rb_w32_gethostname ( char *  ,
int   
)

Definition at line 3856 of file win32.c.

References errno, map_errno, NtSocketsInitialized, RUBY_CRITICAL, and StartSockets().

◆ rb_w32_getpeername()

int WSAAPI rb_w32_getpeername ( int  ,
struct sockaddr *  ,
int *   
)

Definition at line 3294 of file win32.c.

References errno, map_errno, NtSocketsInitialized, RUBY_CRITICAL, StartSockets(), and TO_SOCKET.

◆ rb_w32_getpid()

rb_pid_t rb_w32_getpid ( void  )

Definition at line 6049 of file win32.c.

Referenced by rb_w32_pipe().

◆ rb_w32_getppid()

rb_pid_t rb_w32_getppid ( void  )

Definition at line 6057 of file win32.c.

References get_proc_address(), len, NULL, STATIC_ASSERT(), and ULONG().

◆ rb_w32_getprotobyname()

struct protoent* WSAAPI rb_w32_getprotobyname ( const char *  )

Definition at line 3874 of file win32.c.

References errno, map_errno, NtSocketsInitialized, NULL, RUBY_CRITICAL, and StartSockets().

◆ rb_w32_getprotobynumber()

struct protoent* WSAAPI rb_w32_getprotobynumber ( int  )

Definition at line 3892 of file win32.c.

References errno, map_errno, NtSocketsInitialized, NULL, RUBY_CRITICAL, and StartSockets().

◆ rb_w32_getservbyname()

struct servent* WSAAPI rb_w32_getservbyname ( const char *  ,
const char *   
)

Definition at line 3910 of file win32.c.

References errno, map_errno, NtSocketsInitialized, NULL, RUBY_CRITICAL, and StartSockets().

◆ rb_w32_getservbyport()

struct servent* WSAAPI rb_w32_getservbyport ( int  ,
const char *   
)

Definition at line 3928 of file win32.c.

References errno, map_errno, NtSocketsInitialized, NULL, RUBY_CRITICAL, and StartSockets().

◆ rb_w32_getsockname()

int WSAAPI rb_w32_getsockname ( int  ,
struct sockaddr *  ,
int *   
)

◆ rb_w32_getsockopt()

int WSAAPI rb_w32_getsockopt ( int  ,
int  ,
int  ,
char *  ,
int *   
)

Definition at line 3345 of file win32.c.

References errno, map_errno, NtSocketsInitialized, RUBY_CRITICAL, StartSockets(), and TO_SOCKET.

◆ rb_w32_inet_ntop()

const char* WSAAPI rb_w32_inet_ntop ( int  ,
const void *  ,
char *  ,
size_t   
)

Definition at line 7566 of file win32.c.

References get_proc_address(), memcpy, NULL, and snprintf.

◆ rb_w32_inet_pton()

int WSAAPI rb_w32_inet_pton ( int  ,
const char *  ,
void *   
)

Definition at line 7585 of file win32.c.

References get_proc_address(), and NULL.

◆ rb_w32_io_cancelable_p()

int rb_w32_io_cancelable_p ( int  )

Definition at line 2546 of file win32.c.

References is_console(), is_socket(), and TO_SOCKET.

◆ rb_w32_ioctlsocket()

int WSAAPI rb_w32_ioctlsocket ( int  ,
long  ,
u_long  
)

Definition at line 3363 of file win32.c.

References errno, map_errno, NtSocketsInitialized, RUBY_CRITICAL, StartSockets(), and TO_SOCKET.

◆ rb_w32_is_socket()

int rb_w32_is_socket ( int  )

Definition at line 2635 of file win32.c.

References is_socket(), and TO_SOCKET.

◆ rb_w32_isatty()

int rb_w32_isatty ( int  )

Definition at line 7522 of file win32.c.

References _osfhnd, and errno.

◆ rb_w32_listen()

int WSAAPI rb_w32_listen ( int  ,
int   
)

Definition at line 3381 of file win32.c.

References errno, map_errno, NtSocketsInitialized, RUBY_CRITICAL, StartSockets(), and TO_SOCKET.

◆ rb_w32_lstati64()

int rb_w32_lstati64 ( const char *  ,
struct stati64 *   
)

Definition at line 5750 of file win32.c.

References filecp, and w32_lstati64().

◆ rb_w32_map_errno()

int rb_w32_map_errno ( DWORD  )

Definition at line 273 of file win32.c.

References errmap, and winerr.

Referenced by join_path(), rb_readlink(), and sock_s_unpack_sockaddr_in().

◆ rb_w32_mbstr_to_wstr()

WCHAR* rb_w32_mbstr_to_wstr ( UINT  ,
const char *  ,
int  ,
long *   
)

Definition at line 2094 of file win32.c.

References len, malloc, and NULL.

Referenced by dln_load(), and join_path().

◆ rb_w32_mkdir()

int rb_w32_mkdir ( const char *  ,
int   
)

Definition at line 7346 of file win32.c.

References filecp_to_wstr, free(), NULL, and wmkdir().

◆ rb_w32_open()

int rb_w32_open ( const char *  ,
int  ,
  ... 
)

Definition at line 6143 of file win32.c.

References filecp_to_wstr, free(), NULL, and w32_wopen().

◆ rb_w32_osid()

DWORD rb_w32_osid ( void  )

Referenced by get_version().

◆ rb_w32_osver()

DWORD rb_w32_osver ( void  )

Definition at line 319 of file win32.c.

References osver.

◆ rb_w32_pipe()

int rb_w32_pipe ( int  [2])

◆ rb_w32_pipe_exec()

rb_pid_t rb_w32_pipe_exec ( const char *  ,
const char *  ,
int  ,
int *  ,
int *   
)

◆ rb_w32_read()

ssize_t rb_w32_read ( int  ,
void *  ,
size_t   
)

◆ rb_w32_recv()

int WSAAPI rb_w32_recv ( int  ,
char *  ,
int  ,
int   
)

Definition at line 3529 of file win32.c.

References NULL, overlapped_socket_io(), and TRUE.

Referenced by rb_w32_read().

◆ rb_w32_recvfrom()

int WSAAPI rb_w32_recvfrom ( int  ,
char *  ,
int  ,
int  ,
struct sockaddr *  ,
int *   
)

Definition at line 3536 of file win32.c.

References overlapped_socket_io(), and TRUE.

◆ rb_w32_rename()

int rb_w32_rename ( const char *  ,
const char *   
)

Definition at line 5245 of file win32.c.

References filecp_to_wstr, free(), NULL, and wrename().

◆ rb_w32_rmdir()

int rb_w32_rmdir ( const char *  )

Definition at line 7381 of file win32.c.

References filecp_to_wstr, free(), NULL, and wrmdir().

◆ rb_w32_select()

int WSAAPI rb_w32_select ( int  ,
fd_set *  ,
fd_set *  ,
fd_set *  ,
struct timeval  
)

Definition at line 3197 of file win32.c.

References rb_w32_select_with_thread().

◆ rb_w32_send()

int WSAAPI rb_w32_send ( int  ,
const char *  ,
int  ,
int   
)

Definition at line 3544 of file win32.c.

References FALSE, NULL, and overlapped_socket_io().

Referenced by rb_w32_write().

◆ rb_w32_sendto()

int WSAAPI rb_w32_sendto ( int  ,
const char *  ,
int  ,
int  ,
const struct sockaddr *  ,
int   
)

Definition at line 3551 of file win32.c.

References FALSE, and overlapped_socket_io().

◆ rb_w32_set_nonblock()

int rb_w32_set_nonblock ( int  )

Definition at line 4373 of file win32.c.

References errno, is_pipe(), is_socket(), map_errno, NULL, O_NONBLOCK, setfl(), and TO_SOCKET.

Referenced by rb_io_set_nonblock().

◆ rb_w32_setsockopt()

int WSAAPI rb_w32_setsockopt ( int  ,
int  ,
int  ,
const char *  ,
int   
)

Definition at line 3705 of file win32.c.

References errno, map_errno, NtSocketsInitialized, RUBY_CRITICAL, StartSockets(), and TO_SOCKET.

◆ rb_w32_shutdown()

int WSAAPI rb_w32_shutdown ( int  ,
int   
)

Definition at line 3723 of file win32.c.

References errno, map_errno, NtSocketsInitialized, RUBY_CRITICAL, shutdown, StartSockets(), and TO_SOCKET.

◆ rb_w32_sleep()

int rb_w32_sleep ( unsigned long  msec)

Referenced by do_select().

◆ rb_w32_Sleep()

int WINAPI rb_w32_Sleep ( unsigned long  msec)

◆ rb_w32_socket()

int WSAAPI rb_w32_socket ( int  ,
int  ,
int   
)

◆ rb_w32_spawn()

rb_pid_t rb_w32_spawn ( int  ,
const char *  ,
const char *   
)

Definition at line 1409 of file win32.c.

References filecp, and w32_spawn().

◆ rb_w32_stat()

int rb_w32_stat ( const char *  ,
struct stat  
)

Definition at line 5624 of file win32.c.

References COPY_STAT, and rb_w32_stati64.

◆ rb_w32_stati64()

int rb_w32_stati64 ( const char *  ,
struct stati64 *   
)

Definition at line 5722 of file win32.c.

References filecp, and w32_stati64().

◆ rb_w32_strerror()

char* rb_w32_strerror ( int  )

Definition at line 2650 of file win32.c.

References EADDRINUSE, err, errmap, EWOULDBLOCK, memmove(), NULL, strerror(), strlcpy(), strlen(), sys_nerr, and winerr.

◆ rb_w32_sysinit()

void rb_w32_sysinit ( int *  ,
char ***   
)

◆ rb_w32_time_subtract()

int rb_w32_time_subtract ( struct timeval rest,
const struct timeval wait 
)

Definition at line 3021 of file win32.c.

References timeval::tv_sec, and timeval::tv_usec.

Referenced by rb_w32_select_with_thread().

◆ rb_w32_times()

int rb_w32_times ( struct tms )

◆ rb_w32_truncate()

int rb_w32_truncate ( const char *  path,
off_t  length 
)

Definition at line 5859 of file win32.c.

References filecp, and w32_truncate().

◆ rb_w32_uaccess()

int rb_w32_uaccess ( const char *  ,
int   
)

Definition at line 5786 of file win32.c.

References errno, and rb_w32_ustati64().

◆ rb_w32_uaspawn()

rb_pid_t rb_w32_uaspawn ( int  ,
const char *  ,
char *const  
)

Definition at line 1516 of file win32.c.

References rb_w32_uaspawn_flags().

Referenced by proc_exec_cmd().

◆ rb_w32_uaspawn_flags()

rb_pid_t rb_w32_uaspawn_flags ( int  ,
const char *  ,
char *const ,
DWORD   
)

Definition at line 1502 of file win32.c.

References w32_aspawn_flags().

Referenced by rb_w32_uaspawn().

◆ rb_w32_uchdir()

int rb_w32_uchdir ( const char *  )

Definition at line 7298 of file win32.c.

References free(), NULL, and utf8_to_wstr.

◆ rb_w32_uchmod()

int rb_w32_uchmod ( const char *  ,
int   
)

Definition at line 7467 of file win32.c.

References free(), NULL, and utf8_to_wstr.

◆ rb_w32_uchown()

int rb_w32_uchown ( const char *  ,
int  ,
int   
)

Definition at line 4705 of file win32.c.

◆ rb_w32_ugetenv()

char* rb_w32_ugetenv ( const char *  )

Definition at line 5142 of file win32.c.

References w32_getenv().

◆ rb_w32_ulink()

int rb_w32_ulink ( const char *  ,
const char *   
)

Definition at line 4846 of file win32.c.

References free(), NULL, utf8_to_wstr, and wlink().

◆ rb_w32_ulstati64()

int rb_w32_ulstati64 ( const char *  ,
struct stati64 *   
)

Definition at line 5743 of file win32.c.

References w32_lstati64().

◆ rb_w32_umkdir()

int rb_w32_umkdir ( const char *  ,
int   
)

Definition at line 7332 of file win32.c.

References free(), NULL, utf8_to_wstr, and wmkdir().

◆ rb_w32_unlink()

int rb_w32_unlink ( const char *  )

Definition at line 7453 of file win32.c.

References filecp_to_wstr, free(), NULL, and wunlink().

◆ rb_w32_unwrap_io_handle()

int rb_w32_unwrap_io_handle ( int  )

Definition at line 7751 of file win32.c.

References _set_osfhnd, constat_delete(), is_socket(), LK_LEN, NULL, socklist_delete(), and TO_SOCKET.

◆ rb_w32_uopen()

int rb_w32_uopen ( const char *  ,
int  ,
  ... 
)

Definition at line 6109 of file win32.c.

References free(), NULL, utf8_to_wstr, and w32_wopen().

◆ rb_w32_ureadlink()

ssize_t rb_w32_ureadlink ( const char *  ,
char *  ,
size_t   
)

Definition at line 5024 of file win32.c.

References w32_readlink().

◆ rb_w32_urename()

int rb_w32_urename ( const char *  ,
const char *   
)

Definition at line 5226 of file win32.c.

References free(), NULL, utf8_to_wstr, and wrename().

◆ rb_w32_urmdir()

int rb_w32_urmdir ( const char *  )

Definition at line 7395 of file win32.c.

References free(), NULL, utf8_to_wstr, and wrmdir().

◆ rb_w32_uspawn()

rb_pid_t rb_w32_uspawn ( int  ,
const char *  ,
const char *   
)

Definition at line 1417 of file win32.c.

References w32_spawn().

Referenced by proc_exec_sh().

◆ rb_w32_ustati64()

int rb_w32_ustati64 ( const char *  ,
struct stati64 *   
)

Definition at line 5715 of file win32.c.

References w32_stati64().

Referenced by rb_w32_uaccess().

◆ rb_w32_usymlink()

int rb_w32_usymlink ( const char *  src,
const char *  link 
)

Definition at line 5087 of file win32.c.

References w32_symlink().

◆ rb_w32_utime()

int rb_w32_utime ( const char *  ,
const struct utimbuf  
)

Definition at line 7284 of file win32.c.

References filecp_to_wstr, free(), NULL, and wutime().

◆ rb_w32_utruncate()

int rb_w32_utruncate ( const char *  path,
off_t  length 
)

Definition at line 5852 of file win32.c.

References w32_truncate().

◆ rb_w32_uunlink()

int rb_w32_uunlink ( const char *  )

Definition at line 7439 of file win32.c.

References free(), NULL, utf8_to_wstr, and wunlink().

◆ rb_w32_uutime()

int rb_w32_uutime ( const char *  ,
const struct utimbuf  
)

Definition at line 7270 of file win32.c.

References free(), NULL, utf8_to_wstr, and wutime().

◆ rb_w32_wait_events_blocking()

int rb_w32_wait_events_blocking ( HANDLE *  events,
int  num,
DWORD  timeout 
)

◆ rb_w32_wopen()

int rb_w32_wopen ( const WCHAR *  ,
int  ,
  ... 
)

Definition at line 6163 of file win32.c.

References w32_wopen().

◆ rb_w32_wrap_io_handle()

int rb_w32_wrap_io_handle ( HANDLE  ,
int   
)

Definition at line 7729 of file win32.c.

References errno, f, len, O_NONBLOCK, rb_w32_open_osfhandle(), and socklist_insert().

◆ rb_w32_wreadlink()

ssize_t rb_w32_wreadlink ( const WCHAR *  ,
WCHAR *  ,
size_t   
)

◆ rb_w32_write()

ssize_t rb_w32_write ( int  ,
const void *  ,
size_t   
)

◆ rb_w32_write_console()

long rb_w32_write_console ( uintptr_t  ,
int   
)

◆ rb_w32_wstr_to_mbstr()

char* rb_w32_wstr_to_mbstr ( UINT  ,
const WCHAR *  ,
int  ,
long *   
)

Definition at line 2078 of file win32.c.

References len, malloc, and NULL.

Referenced by init_env(), and w32_cmdvector().

◆ readlink()

ssize_t readlink ( const char *  ,
char *  ,
size_t   
)

Definition at line 5031 of file win32.c.

References filecp, and w32_readlink().

Referenced by stub_options().

◆ recvmsg()

int recvmsg ( int  ,
struct msghdr ,
int   
)

◆ scalb()

static double scalb ( double  a,
long  b 
)
inlinestatic

Definition at line 357 of file win32.h.

References finite().

◆ sendmsg()

int sendmsg ( int  ,
const struct msghdr ,
int   
)

◆ setgid()

int setgid ( rb_gid_t  )

◆ setuid()

int setuid ( rb_uid_t  )

◆ socketpair()

int socketpair ( int  ,
int  ,
int  ,
int *   
)

◆ symlink()

int symlink ( const char *  src,
const char *  link 
)

Definition at line 5094 of file win32.c.

References filecp, and w32_symlink().

◆ waitpid()

rb_pid_t waitpid ( rb_pid_t  ,
int *  ,
int   
)