K 10 svn:author V 3 des K 8 svn:date V 27 2011-10-08T12:47:00.176022Z K 7 svn:log V 344 Bring ioctlname() in line with all the other *name() functions, which actually print the name (or the numeric value, if they can't figure out the correct name) instead of just returning a pointer to it. Also, since ioctl numbers are not and probably never will be unique, drop support for using a switch statement instead of an if/else chain. END