Home | History | Annotate | Download | only in pax

Lines Matching refs:LIST

15  *    notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
89 static char flgch[] = FLGCH; /* list of all possible flags (pax) */
200 #define DEFLT F_USTAR /* default write format from list above */
574 * Treat list of filenames on stdin as an
684 * or list. check that we have not been given a bogus set of flags
688 act = LIST;
722 case LIST:
777 { "list", no_argument, 0, 't' }, /* F */
1014 * list contents of the tape
1016 tar_set_action(LIST);
1067 "for option list");
1177 /* Traditional tar behaviour (pax uses stderr unless in list mode) */
1183 /* Traditional tar behaviour (pax wants to read file list from stdin) */
1206 case LIST:
1446 { "list", no_argument, 0, 't' },
1496 else if (act == EXTRACT && op == LIST)
1626 * list contents of archive
1628 cpio_set_action(LIST);
1677 * file with patterns to extract or list
1791 act = LIST;
1823 case LIST:
1898 * pointer to next OPLIST entry or NULL (end of list).
1964 tty_warn(0, "Unable to allocate space for option list");
1972 * option function will go through this list
1983 tty_warn(0, "Unable to allocate space for option list");
2207 " < name-list [> archive]\n"
2213 "< name-list\n", stderr);