D | libbb.h | 1818 #define ioctl_or_warn(fd,request,argp) bb_ioctl_or_warn(fd,request,argp,#request) argument 1819 #define xioctl(fd,request,argp) bb_xioctl(fd,request,argp,#request) argument 1823 #define ioctl_or_warn(fd,request,argp) bb_ioctl_or_warn(fd,request,argp) argument 1824 #define xioctl(fd,request,argp) bb_xioctl(fd,request,argp) argument
|