File: devname.h

package info (click to toggle)
grmonitor 0.53-6
  • links: PTS
  • area: main
  • in suites: slink
  • size: 280 kB
  • ctags: 418
  • sloc: ansic: 2,660; makefile: 130
file content (10 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10

#include <sys/types.h>

dev_t name_to_dev(char* name);
char* dev_to_name(dev_t num);

dev_t tty_to_dev(char *tty);
void  dev_to_tty(char *tty, int dev);

char* abbrev_of_tty(char *tty);