Lines Matching refs:special
215 * If the -F fstype, special or directory are missing,
224 char *special, /* argument of special/resource */
414 /* get special and/or mount-point from arg(s) */
416 special = argv[optind++];
418 special = NULL;
425 if (fstype == NULL || specific_opts == NULL || special == NULL ||
428 if (fstype == NULL || special == NULL ||
443 vref.vfs_special = special;
447 /* get a vfstab entry matching mountp or special */
452 /* then the argument could be the special */
454 if (ret == -1 && special == NULL) {
456 special = vref.vfs_special = mountp;
468 if (special == NULL)
469 special = vget.vfs_special;
476 } else if (special == NULL) {
491 gettext("%s: special cannot be determined\n"),
496 fstype = default_fstype(special);
536 newargv[ii++] = special;
551 fprintf(stderr, gettext("\n\t{special | mount_point}\n"));
749 vfserror(int flag, char *special)
751 if (special == NULL)
752 special = "<null>";
757 myname, special, VFS_LINE_MAX-1);
762 myname, special);
767 myname, special);
772 myname, special);
1204 * the calls are the options, special and mountp fields.