Lines Matching refs:special
224 * If the -F fstype, special or directory are missing,
233 char *special, /* argument of special/resource */
423 /* get special and/or mount-point from arg(s) */
425 special = argv[optind++];
427 special = NULL;
434 if (fstype == NULL || specific_opts == NULL || special == NULL ||
437 if (fstype == NULL || special == NULL ||
452 vref.vfs_special = special;
456 /* get a vfstab entry matching mountp or special */
461 /* then the argument could be the special */
463 if (ret == -1 && special == NULL) {
465 special = vref.vfs_special = mountp;
477 if (special == NULL)
478 special = vget.vfs_special;
485 } else if (special == NULL) {
500 gettext("%s: special cannot be determined\n"),
505 fstype = default_fstype(special);
545 newargv[ii++] = special;
560 fprintf(stderr, gettext("\n\t{special | mount_point}\n"));
758 vfserror(int flag, char *special)
760 if (special == NULL)
761 special = "<null>";
766 myname, special, VFS_LINE_MAX-1);
771 myname, special);
776 myname, special);
781 myname, special);
1202 * the calls are the options, special and mountp fields.