tail head cat sleep
QR code linking to this page

Manual Pages  — sysdecode_ioctlname

NAME

sysdecode_ioctlname – lookup name of device control command

CONTENTS

LIBRARY

libsysdecode

SYNOPSIS

#include <sysdecode.h>

const char *
sysdecode_ioctlname(unsigned long request);

DESCRIPTION

The sysdecode_ioctlname() function returns the name of a device control request identified by request. A table of names is generated during the build of the sysdecode library from system headers that maps device control request values to the name of the corresponding C macro.

RETURN VALUES

The sysdecode_ioctlname() function returns the name of a device control request if request is a known value; otherwise NULL.

SEE ALSO

sysdecode(3)

sysdecode_ioctlname (3) October 17, 2016

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

Ken Thompson was once asked by a reporter what he would have changed about Unix if he had it all to do over again. His answer: “I would spell creat with an ‘e.'”