[ Charset ISO-8859-1 unsupported, converting... ]
I have some I/O routines for communicating over a serial line written using
the C functions ioctl and write.
Those are kernel functions, not C functions.
Try
man 2 <x> to see if something is a kernel call.