Lines Matching +full:in +full:- +full:and +full:- +full:around
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
11 * and limitations under the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
77 "%s usage:\n%s [-F %s] [-r] [-o specific_options]" in usage()
78 " {special | mount_point}\n%s [-F %s] [-r] [-o specific_options]" in usage()
133 (void) fprintf(stderr, gettext("%s: %s read-only " in do_mount()
147 return (-1); in do_mount()
154 * Wrapper around strdup().
171 * Wrapper around stat().
188 * Wraper around realpath()
215 "read-only and read-write options " in parse_subopts()
217 return (-1); in parse_subopts()
225 "read-only and read-write options " in parse_subopts()
227 return (-1); in parse_subopts()
236 return (-1); in parse_subopts()
239 return (-1); in parse_subopts()
243 return (-1); in parse_subopts()
252 (void) fprintf(stderr, gettext("%s: illegal -o " in parse_subopts()
254 return (-1); in parse_subopts()
282 while ((cc = getopt(argc, argv, "?o:rmO")) != -1) { in main()
287 "read-only and read-write options " in main()
311 * special file and the directory. in main()
313 if ((argc - optind) != 2) in main()