Searched refs:apr_os2_ioctl (Results 1 – 2 of 2) sorted by relevance
30 extern int (*apr_os2_ioctl)(int, int, caddr_t, int);50 #define ioctl apr_os2_ioctl
34 int (*apr_os2_ioctl)(int, int, caddr_t, int) = NULL; variable87 rc = DosQueryProcAddr(hSO32DLL, 0, "IOCTL", &apr_os2_ioctl); in os2_fn_link()