Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
if (sw[0] != '-')
usage(argv[0]);
if (iopl(3)) {
perror("iopl");
exit (1);
}
switch (sw[1]) {
case 'r':
case 'c':
case 'k':
case 'i':
case 's':
if (argc == 3)
p = argv[2];
else
if (argc == 4) {
q = argv[3];
data = ntoi(q);
} else
break;
a = ntoi(p);
case 'w':