Lines Matching defs:special
41 * usage: fsdb [-o suboptions] special
117 #define DEVPREFIX "/dev/" /* Uninteresting part of "special" */
401 char *special;
420 special = argv[optind];
422 old_fsdb(inum, special);
476 if ((argc - optind) != 1) { /* Should just have "special" left */
479 special = argv[optind];
483 * name of the special device.
486 (void) sprintf(prompt, "%s > ", special);
489 * Attempt to open the special file.
491 if ((fd = open(special, wrtflag)) < 0) {
492 perror(special);
499 perror(special);
505 printf("%s: cannot read superblock\n", special);
510 printf("%s: cannot read superblock\n", special);
519 special);
543 special, fs->fs_version);
563 special,
592 special);
1405 printf("special device\n");
1861 printf("usage: %s [options] special\n", progname);
3403 * special device. The IFCHR bit is on for both
4860 old_fsdb(int inum, char *special)
4862 int f; /* File descriptor for "special" */
4869 f = open(special, 2);
4872 printf("cannot open %s\n", special);
4877 printf("cannot read %s\n", special);
4891 printf("%s: read error\n", special);
4904 printf("cannot update %s\n", special);