Home
last modified time | relevance | path

Searched refs:exclude_tbl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c418 static file_list_t *exclude_tbl[TABLE_SIZE], variable
847 build_table(exclude_tbl, Xfile); in main()
1960 if (is_in_table(exclude_tbl, longname)) { in putfile()
5833 if (Xflag && is_in_table(exclude_tbl, *namep)) { in wantit()