Searched refs:PerlLIO_ioctl (Results 1 – 3 of 3) sorted by relevance
468 # define ioctl PerlLIO_ioctl
689 #define PerlLIO_ioctl(fd, u, buf) \ macro741 #define PerlLIO_ioctl(fd, u, buf) ioctl((fd), (u), (buf)) macro
2238 retval = PerlLIO_ioctl(PerlIO_fileno(IoIFP(io)), func, s); in PP()