Lines Matching defs:special
151 char *special, *name, *mountpoint = NULL;
162 special = argv[argc - 1];
168 if (stat64(special, &st) >= 0) {
170 * If mounted directory, search mnttab for special
174 searchmnttab(&special, &mountpoint);
181 searchmnttab(&special, &mountpoint);
188 searchvfstab(&special);
190 if ((special = getfullrawname(special)) == NULL) {
195 if (*special == '\0') {
201 if (stat64(special, &st) < 0) {
202 fprintf(stderr, "tunefs: "); perror(special);
213 printf("%s is mounted, can't tunefs\n", special);
221 fatal("%s: not a block or character device", special);
222 getsb(&sblock, special);
354 fprintf(stderr, "ufs usage: tunefs tuneup-options special-device\n");