Lines Matching refs:special
56 static char *special; variable
96 if (mount(special, mountpt, flags, fstype, &mountargs, in do_mount()
105 "device\n"), typename, special); in do_mount()
111 typename, mountpt, special); in do_mount()
116 typename, special, mountpt); in do_mount()
120 "filesystem type.\n"), typename, special); in do_mount()
126 typename, special, mountpt); in do_mount()
130 "device\n"), typename, special); in do_mount()
134 "filesystem\n"), typename, special); in do_mount()
140 typename, special); in do_mount()
144 "%s\n"), typename, special, strerror(errno)); in do_mount()
316 special = argv[optind++]; in main()