Lines Matching defs:option
215 struct passwd *Curpw_p, /* Current password entry for -t option */
216 *Rpw_p, /* Password entry for -R option */
220 struct group *Curgr_p, /* Current group entry for -t option */
437 *Lnknam_p, /* Buffer for linking files with -p option */
667 * except when the -R option is specified. When the -R is specified,
678 * with -DWAITAROUND defined, and then add the "-z" command line option to the
905 * distance to lseek if an I/O error is encountered with the -k option set
1288 msg(ERR, "-A requires the -O option.");
1292 msg(ERR, "Illegal size given for -C option.");
1419 msg(ERR, "R option only valid for super-user or "
4169 * file_pass: If the -l option is set (link files when possible), and the
4189 msg(ERR, "Use -d option to copy \"%s\"", G_p->g_nam_p);
4455 * set appropriately after a valid header is found. Unless the -k option is
5378 msg(ERR, "Missing -d option.");
5497 * If the u option is set (unconditionally overwrite existing files),
6026 * 3B2, reads must begin on a word boundary, therefore, with the -i option,
6077 * rstfiles: Perform final changes to the file. If the -u option is set,
6372 * structures and pointers. Specifically, for the -i option, save any
6373 * patterns, for the -o option, check (via stat(2)) the archive, and for
6374 * the -p option, validate the destination directory.
6408 int option;
6428 while ((option = getopt(largc, largv, opts_p)) != EOF) {
6429 switch (option) {
6588 } /* option */
6589 } /* (option = getopt(largc, largv, opts_p)) != EOF */
6625 if (largc > 0) /* save patterns for -i option, if any */
6778 * of a file from the archive with the -u option set, and the filename did
6898 * If the -t option (table of contents) is set, print either the filename,
6899 * or if the -v option is also set, print an "ls -l"-like listing.