Lines Matching +full:mutually +full:- +full:exclusive
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
87 while ((ch = getopt(argc, argv, "b:dDf:himNP:Rrs:tuvxy")) != -1) in main()
94 errx(1, "illegal blocksize -- %s", optarg); in main()
107 "-P and -f options are mutually exclusive"); in main()
113 "-P and -f options are mutually exclusive"); in main()
127 "%c and %c options are mutually exclusive", in main()
141 errx(1, "illegal dump number -- %s", optarg); in main()
157 argc -= optind; in main()
175 *--argv = "."; in main()
245 while (argc--) { in main()
260 while (argc--) { in main()
284 "[-b blocksize] [-f file | -P pipecommand] [-s fileno]"; in usage()
289 "restore -i [-dhmNuvy]", common, in usage()
290 "restore -R [-dNuvy]", common, in usage()
291 "restore -r [-dNuvy]", common, in usage()
292 "restore -t [-dhNuvy]", common, fileell, in usage()
293 "restore -x [-dhmNuvy]", common, fileell); in usage()
298 * obsolete --
314 if (argc == 1 || *ap == '-') in obsolete()
323 argv += 2, argc -= 2; in obsolete()
331 warnx("option requires an argument -- %c", *ap); in obsolete()
336 nargv[0][0] = '-'; in obsolete()
344 *p++ = '-'; in obsolete()
363 *argcp = nargv - *argvp - 1; in obsolete()