File: devname.h

package info (click to toggle)
grmonitor 0.81-4.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,556 kB
  • ctags: 1,767
  • sloc: ansic: 12,657; python: 186; makefile: 175
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);