Lines Matching full:cygwin
2 * Cygwin extras
13 #include <sys/cygwin.h>
14 #include <cygwin/version.h>
26 * - more efficient and useful when embedding Perl in non-Cygwin apps
207 #endif /* cygwin 1.7 */
236 Perl_croak(aTHX_ "Usage: Cygwin::pid_to_winpid(pid)"); in XS()
254 Perl_croak(aTHX_ "Usage: Cygwin::winpid_to_pid(pid)"); in XS()
295 Perl_croak(aTHX_ "Usage: Cygwin::%s(pathname, [absolute])", name); in S_convert_path_common()
386 /* TODO: convert ANSI (local windows encoding) to utf-8 on cygwin-1.5 */ in S_convert_path_common()
413 Perl_croak(aTHX_ "Usage: Cygwin::mount_table"); in XS()
437 Perl_croak(aTHX_ "Usage: Cygwin::mount_flags( mnt_dir | '/cygdrive' )"); in XS()
515 Perl_croak(aTHX_ "Usage: Cygwin::is_binmount(pathname)"); in XS()
533 newXSproto("Cygwin::winpid_to_pid", XS_Cygwin_winpid_to_pid, file, "$"); in init_os_extras()
534 newXSproto("Cygwin::pid_to_winpid", XS_Cygwin_pid_to_winpid, file, "$"); in init_os_extras()
535 newXSproto("Cygwin::win_to_posix_path", XS_Cygwin_win_to_posix_path, file, "$;$"); in init_os_extras()
536 newXSproto("Cygwin::posix_to_win_path", XS_Cygwin_posix_to_win_path, file, "$;$"); in init_os_extras()
537 newXSproto("Cygwin::mount_table", XS_Cygwin_mount_table, file, ""); in init_os_extras()
538 newXSproto("Cygwin::mount_flags", XS_Cygwin_mount_flags, file, "$"); in init_os_extras()
539 newXSproto("Cygwin::is_binmount", XS_Cygwin_is_binmount, file, "$"); in init_os_extras()
540 newXS("Cygwin::sync_winenv", XS_Cygwin_sync_winenv, file); in init_os_extras()