Open SCAP Library

process58-devname.h

00001 
00002 #ifndef PROCESS58_DEVNAME_H
00003 #define PROCESS58_DEVNAME_H
00004 
00005 #define ABBREV_DEV  1     /* remove /dev/         */
00006 #define ABBREV_TTY  2     /* remove tty           */
00007 #define ABBREV_PTS  4     /* remove pts/          */
00008 
00009 extern unsigned dev_to_tty(char *__restrict ret, unsigned chop, dev_t dev_t_dev, int pid, unsigned int flags);
00010 
00011 #endif
00012 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines