Lines Matching defs:special
217 * If the -F fstype, special or directory are missing,
226 char *special, /* argument of special/resource */
416 /* get special and/or mount-point from arg(s) */
418 special = argv[optind++];
420 special = NULL;
427 if (fstype == NULL || specific_opts == NULL || special == NULL ||
430 if (fstype == NULL || special == NULL ||
445 vref.vfs_special = special;
449 /* get a vfstab entry matching mountp or special */
454 /* then the argument could be the special */
456 if (ret == -1 && special == NULL) {
458 special = vref.vfs_special = mountp;
470 if (special == NULL)
471 special = vget.vfs_special;
478 } else if (special == NULL) {
493 gettext("%s: special cannot be determined\n"),
498 fstype = default_fstype(special);
538 newargv[ii++] = special;
553 fprintf(stderr, gettext("\n\t{special | mount_point}\n"));
751 vfserror(int flag, char *special)
753 if (special == NULL)
754 special = "<null>";
759 myname, special, VFS_LINE_MAX-1);
764 myname, special);
769 myname, special);
774 myname, special);
1195 * the calls are the options, special and mountp fields.