Home
last modified time | relevance | path

Searched refs:TAR (Results 1 – 25 of 4545) sorted by relevance

12345678910>>...182

/dports/devel/libtar/libtar-1.2.11/lib/
H A Dlibtar.h89 TAR; typedef
115 int tar_fd(TAR *t);
118 int tar_close(TAR *t);
138 int tar_append_eof(TAR *t);
153 int th_read(TAR *t);
154 int th_write(TAR *t);
192 uid_t th_get_uid(TAR *t);
193 gid_t th_get_gid(TAR *t);
215 void th_finish(TAR *t);
239 void th_print(TAR *t);
[all …]
/dports/ftp/ncftp3/ncftp-3.2.6/sh/
H A Dmksrctar.sh15 TAR=""
27 TAR="$3"
43 rm -rf $TMPDIR/TAR
136 TAR=tar
140 TAR=tar
145 TAR=gtar
153 cp $TMPDIR/TAR/$ZIPFILE .
156 cp $TMPDIR/TAR/$STGZFILE .
160 ( cd $TMPDIR/TAR ; $TAR $TARFLAGS - $TARDIR | $BZIP $BZIPFLAGS -c > $SBGZFILE )
166 ( cd $TMPDIR/TAR ; $TAR $TARFLAGS - $TARDIR | $XZ $XZFLAGS -c > $SXGZFILE )
[all …]
/dports/archivers/ark/ark-21.12.3/plugins/libarchive/
H A Dkerfuffle_libarchive.json.cmake3 "Description": "Full support for compressed TAR archives",
4 "Description[ar]": "دعم كامل لأرشيفات TAR المضغوطة",
9 "Description[cs]": "Plná podpora komprimovaných archivů TAR",
10 "Description[da]": "Fuld understøttelse af TAR-arkiver",
15 "Description[et]": "Pakitud TAR-arhiivide täielik toetus",
23 "Description[ja]": "圧縮された TAR アーカイブに完全に対応",
24 "Description[ko]": "압축된 TAR 형식 지원",
27 "Description[pl]": "Pełna obsługa dla archiwów TAR",
33 "Description[sl]": "Polna podpora za arhive vrste TAR",
42 "Description[zh_CN]": "完整支持 TAR 压缩包文件",
[all …]
/dports/net/samba412/samba-4.12.15/source3/script/tests/
H A Dtest_smbclient_tarmode.pl180 my $TAR = "$TMP/tarmode.tar";
294 $err += check_tar($TAR, \@inc);
345 return check_tar($TAR, [$f]);
357 return check_tar($TAR, \@all);
421 smb_tar('', '-Tx', $TAR);
529 smb_tar('', '-TcrX', $TAR);
535 $err += check_tar($TAR, []);
537 $err += check_tar($TAR, []);
542 smb_tar('', '-Tcr', $TAR);
593 smb_tar('', '-Tc', $TAR);
[all …]
/dports/sysutils/toybox/toybox-0.8.5/tests/
H A Dtar.test20 TAR='tar c --owner root --group root --mtime @1234567890'
45 testing "create file" "$TAR file | SUM 3" \
48 testing "pass file" "$TAR file | LST" \
77 testing "create dir" "$TAR dir | SUM 3" \
80 testing "pass dir" "$TAR dir | LST" \
92 testing "pass dir/file" "$TAR dir | LST" \
96 testing "tar C" "$TAR -C dir that | SUM 3" \
101 testing "create symlink" "$TAR dir/link | SUM 3" \
114 testing "create dir/fifo" "$TAR dir/fifo | SUM 3" \
185 testing "ownership" "$TAR dir/file | SUM 3" \
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/devpak_plugin/
H A Dmytar.cpp17 TAR::TAR(const wxString& filename) in TAR() function in TAR
26 TAR::~TAR() in ~TAR()
48 void TAR::Close() in Close()
57 void TAR::Reset() in Reset()
64 int TAR::OctToInt(const char* oct) in OctToInt()
81 bool TAR::Next(TAR::Record* rec) in Next()
90 TAR::Header buffer; in Next()
168 TAR::Record r; in ExtractAll()
183 void TAR::ClearReplacers() in ClearReplacers()
278 TAR::Record* TAR::FindFile(const wxString& filename) in FindFile()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/megaco/
H A DMakefile170 tar_exclude: TAR.exclude2
172 TAR.exclude2: Makefile TAR.exclude
173 cat TAR.exclude > TAR.exclude2; \
174 echo "megaco/TAR.exclude2" >> TAR.exclude2; \
175 echo "megaco/priv/lib/$(TARGET)" >> TAR.exclude2; \
176 echo "megaco/src/flex/$(TARGET)" >> TAR.exclude2; \
180 (cd ..; find megaco -name '*.keep*' >> megaco/TAR.exclude2)
182 (cd ..; find megaco -name '*~' >> megaco/TAR.exclude2)
185 (cd ..; find megaco -name '*.log' >> megaco/TAR.exclude2)
187 (cd ..; find megaco -name 'core' >> megaco/TAR.exclude2)
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/megaco/
H A DMakefile170 tar_exclude: TAR.exclude2
172 TAR.exclude2: Makefile TAR.exclude
173 cat TAR.exclude > TAR.exclude2; \
174 echo "megaco/TAR.exclude2" >> TAR.exclude2; \
175 echo "megaco/priv/lib/$(TARGET)" >> TAR.exclude2; \
176 echo "megaco/src/flex/$(TARGET)" >> TAR.exclude2; \
180 (cd ..; find megaco -name '*.keep*' >> megaco/TAR.exclude2)
182 (cd ..; find megaco -name '*~' >> megaco/TAR.exclude2)
185 (cd ..; find megaco -name '*.log' >> megaco/TAR.exclude2)
187 (cd ..; find megaco -name 'core' >> megaco/TAR.exclude2)
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/megaco/
H A DMakefile170 tar_exclude: TAR.exclude2
172 TAR.exclude2: Makefile TAR.exclude
173 cat TAR.exclude > TAR.exclude2; \
174 echo "megaco/TAR.exclude2" >> TAR.exclude2; \
175 echo "megaco/priv/lib/$(TARGET)" >> TAR.exclude2; \
176 echo "megaco/src/flex/$(TARGET)" >> TAR.exclude2; \
180 (cd ..; find megaco -name '*.keep*' >> megaco/TAR.exclude2)
182 (cd ..; find megaco -name '*~' >> megaco/TAR.exclude2)
185 (cd ..; find megaco -name '*.log' >> megaco/TAR.exclude2)
187 (cd ..; find megaco -name 'core' >> megaco/TAR.exclude2)
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/megaco/
H A DMakefile170 tar_exclude: TAR.exclude2
172 TAR.exclude2: Makefile TAR.exclude
173 cat TAR.exclude > TAR.exclude2; \
174 echo "megaco/TAR.exclude2" >> TAR.exclude2; \
175 echo "megaco/priv/lib/$(TARGET)" >> TAR.exclude2; \
176 echo "megaco/src/flex/$(TARGET)" >> TAR.exclude2; \
180 (cd ..; find megaco -name '*.keep*' >> megaco/TAR.exclude2)
182 (cd ..; find megaco -name '*~' >> megaco/TAR.exclude2)
185 (cd ..; find megaco -name '*.log' >> megaco/TAR.exclude2)
187 (cd ..; find megaco -name 'core' >> megaco/TAR.exclude2)
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/megaco/
H A DMakefile171 tar_exclude: TAR.exclude2
173 TAR.exclude2: Makefile TAR.exclude
174 cat TAR.exclude > TAR.exclude2; \
175 echo "megaco/TAR.exclude2" >> TAR.exclude2; \
176 echo "megaco/priv/lib/$(TARGET)" >> TAR.exclude2; \
177 echo "megaco/src/flex/$(TARGET)" >> TAR.exclude2; \
181 (cd ..; find megaco -name '*.keep*' >> megaco/TAR.exclude2)
183 (cd ..; find megaco -name '*~' >> megaco/TAR.exclude2)
186 (cd ..; find megaco -name '*.log' >> megaco/TAR.exclude2)
188 (cd ..; find megaco -name 'core' >> megaco/TAR.exclude2)
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/megaco/
H A DMakefile170 tar_exclude: TAR.exclude2
172 TAR.exclude2: Makefile TAR.exclude
173 cat TAR.exclude > TAR.exclude2; \
174 echo "megaco/TAR.exclude2" >> TAR.exclude2; \
175 echo "megaco/priv/lib/$(TARGET)" >> TAR.exclude2; \
176 echo "megaco/src/flex/$(TARGET)" >> TAR.exclude2; \
180 (cd ..; find megaco -name '*.keep*' >> megaco/TAR.exclude2)
182 (cd ..; find megaco -name '*~' >> megaco/TAR.exclude2)
185 (cd ..; find megaco -name '*.log' >> megaco/TAR.exclude2)
187 (cd ..; find megaco -name 'core' >> megaco/TAR.exclude2)
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/megaco/
H A DMakefile171 tar_exclude: TAR.exclude2
173 TAR.exclude2: Makefile TAR.exclude
174 cat TAR.exclude > TAR.exclude2; \
175 echo "megaco/TAR.exclude2" >> TAR.exclude2; \
176 echo "megaco/priv/lib/$(TARGET)" >> TAR.exclude2; \
177 echo "megaco/src/flex/$(TARGET)" >> TAR.exclude2; \
181 (cd ..; find megaco -name '*.keep*' >> megaco/TAR.exclude2)
183 (cd ..; find megaco -name '*~' >> megaco/TAR.exclude2)
186 (cd ..; find megaco -name '*.log' >> megaco/TAR.exclude2)
188 (cd ..; find megaco -name 'core' >> megaco/TAR.exclude2)
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/
H A DMakefile73 cat TAR.exclude > TAR.exclude2; \
74 echo "asn1/TAR.exclude2" >> TAR.exclude2; \
75 echo "asn1/priv/lib/$(TARGET)" >> TAR.exclude2; \
76 echo "asn1/c_src/$(TARGET)" >> TAR.exclude2
77 (cd ..; find asn1 -name 'findmerge.*' >> asn1/TAR.exclude2)
78 (cd ..; find asn1 -name '*.contrib*' >> asn1/TAR.exclude2)
79 (cd ..; find asn1 -name '*.keep*' >> asn1/TAR.exclude2)
80 (cd ..; find asn1 -name '*~' >> asn1/TAR.exclude2)
82 (cd ..; find asn1 -name '*.log' >> asn1/TAR.exclude2)
83 (cd ..; find asn1 -name 'core' >> asn1/TAR.exclude2)
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/
H A DMakefile78 cat TAR.exclude > TAR.exclude2; \
79 echo "asn1/TAR.exclude2" >> TAR.exclude2; \
80 echo "asn1/priv/lib/$(TARGET)" >> TAR.exclude2; \
81 echo "asn1/c_src/$(TARGET)" >> TAR.exclude2
82 (cd ..; find asn1 -name 'findmerge.*' >> asn1/TAR.exclude2)
83 (cd ..; find asn1 -name '*.contrib*' >> asn1/TAR.exclude2)
84 (cd ..; find asn1 -name '*.keep*' >> asn1/TAR.exclude2)
85 (cd ..; find asn1 -name '*~' >> asn1/TAR.exclude2)
87 (cd ..; find asn1 -name '*.log' >> asn1/TAR.exclude2)
88 (cd ..; find asn1 -name 'core' >> asn1/TAR.exclude2)
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/
H A DMakefile73 cat TAR.exclude > TAR.exclude2; \
74 echo "asn1/TAR.exclude2" >> TAR.exclude2; \
75 echo "asn1/priv/lib/$(TARGET)" >> TAR.exclude2; \
76 echo "asn1/c_src/$(TARGET)" >> TAR.exclude2
77 (cd ..; find asn1 -name 'findmerge.*' >> asn1/TAR.exclude2)
78 (cd ..; find asn1 -name '*.contrib*' >> asn1/TAR.exclude2)
79 (cd ..; find asn1 -name '*.keep*' >> asn1/TAR.exclude2)
80 (cd ..; find asn1 -name '*~' >> asn1/TAR.exclude2)
82 (cd ..; find asn1 -name '*.log' >> asn1/TAR.exclude2)
83 (cd ..; find asn1 -name 'core' >> asn1/TAR.exclude2)
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/
H A DMakefile73 cat TAR.exclude > TAR.exclude2; \
74 echo "asn1/TAR.exclude2" >> TAR.exclude2; \
75 echo "asn1/priv/lib/$(TARGET)" >> TAR.exclude2; \
76 echo "asn1/c_src/$(TARGET)" >> TAR.exclude2
77 (cd ..; find asn1 -name 'findmerge.*' >> asn1/TAR.exclude2)
78 (cd ..; find asn1 -name '*.contrib*' >> asn1/TAR.exclude2)
79 (cd ..; find asn1 -name '*.keep*' >> asn1/TAR.exclude2)
80 (cd ..; find asn1 -name '*~' >> asn1/TAR.exclude2)
82 (cd ..; find asn1 -name '*.log' >> asn1/TAR.exclude2)
83 (cd ..; find asn1 -name 'core' >> asn1/TAR.exclude2)
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/
H A DMakefile73 cat TAR.exclude > TAR.exclude2; \
74 echo "asn1/TAR.exclude2" >> TAR.exclude2; \
75 echo "asn1/priv/lib/$(TARGET)" >> TAR.exclude2; \
76 echo "asn1/c_src/$(TARGET)" >> TAR.exclude2
77 (cd ..; find asn1 -name 'findmerge.*' >> asn1/TAR.exclude2)
78 (cd ..; find asn1 -name '*.contrib*' >> asn1/TAR.exclude2)
79 (cd ..; find asn1 -name '*.keep*' >> asn1/TAR.exclude2)
80 (cd ..; find asn1 -name '*~' >> asn1/TAR.exclude2)
82 (cd ..; find asn1 -name '*.log' >> asn1/TAR.exclude2)
83 (cd ..; find asn1 -name 'core' >> asn1/TAR.exclude2)
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/
H A DMakefile78 cat TAR.exclude > TAR.exclude2; \
79 echo "asn1/TAR.exclude2" >> TAR.exclude2; \
80 echo "asn1/priv/lib/$(TARGET)" >> TAR.exclude2; \
81 echo "asn1/c_src/$(TARGET)" >> TAR.exclude2
82 (cd ..; find asn1 -name 'findmerge.*' >> asn1/TAR.exclude2)
83 (cd ..; find asn1 -name '*.contrib*' >> asn1/TAR.exclude2)
84 (cd ..; find asn1 -name '*.keep*' >> asn1/TAR.exclude2)
85 (cd ..; find asn1 -name '*~' >> asn1/TAR.exclude2)
87 (cd ..; find asn1 -name '*.log' >> asn1/TAR.exclude2)
88 (cd ..; find asn1 -name 'core' >> asn1/TAR.exclude2)
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/
H A DMakefile73 cat TAR.exclude > TAR.exclude2; \
74 echo "asn1/TAR.exclude2" >> TAR.exclude2; \
75 echo "asn1/priv/lib/$(TARGET)" >> TAR.exclude2; \
76 echo "asn1/c_src/$(TARGET)" >> TAR.exclude2
77 (cd ..; find asn1 -name 'findmerge.*' >> asn1/TAR.exclude2)
78 (cd ..; find asn1 -name '*.contrib*' >> asn1/TAR.exclude2)
79 (cd ..; find asn1 -name '*.keep*' >> asn1/TAR.exclude2)
80 (cd ..; find asn1 -name '*~' >> asn1/TAR.exclude2)
82 (cd ..; find asn1 -name '*.log' >> asn1/TAR.exclude2)
83 (cd ..; find asn1 -name 'core' >> asn1/TAR.exclude2)
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/
H A DMakefile76 cat TAR.exclude > TAR.exclude2; \
77 echo "xmerl/TAR.exclude2" >> TAR.exclude2; \
78 (cd ..; find xmerl -name 'findmerge.*' >> xmerl/TAR.exclude2)
79 (cd ..; find xmerl -name '*.contrib*' >> xmerl/TAR.exclude2)
80 (cd ..; find xmerl -name '*.keep*' >> xmerl/TAR.exclude2)
81 (cd ..; find xmerl -name '*~' >> xmerl/TAR.exclude2)
82 (cd ..; find xmerl -name 'erl_crash.dump' >> xmerl/TAR.exclude2)
83 (cd ..; find xmerl -name '*.log' >> xmerl/TAR.exclude2)
84 (cd ..; find xmerl -name 'core' >> xmerl/TAR.exclude2)
85 (cd ..; find xmerl -name '.cmake.state' >> xmerl/TAR.exclude2)
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/eunit/
H A DMakefile69 cat TAR.exclude > TAR.exclude2; \
70 echo "eunit/TAR.exclude2" >> TAR.exclude2; \
71 (cd ..; find eunit -name 'findmerge.*' >> eunit/TAR.exclude2)
72 (cd ..; find eunit -name '*.contrib*' >> eunit/TAR.exclude2)
73 (cd ..; find eunit -name '*.keep*' >> eunit/TAR.exclude2)
74 (cd ..; find eunit -name '*~' >> eunit/TAR.exclude2)
75 (cd ..; find eunit -name 'erl_crash.dump' >> eunit/TAR.exclude2)
76 (cd ..; find eunit -name '*.log' >> eunit/TAR.exclude2)
77 (cd ..; find eunit -name 'core' >> eunit/TAR.exclude2)
78 (cd ..; find eunit -name '.cmake.state' >> eunit/TAR.exclude2)
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/eunit/
H A DMakefile69 cat TAR.exclude > TAR.exclude2; \
70 echo "eunit/TAR.exclude2" >> TAR.exclude2; \
71 (cd ..; find eunit -name 'findmerge.*' >> eunit/TAR.exclude2)
72 (cd ..; find eunit -name '*.contrib*' >> eunit/TAR.exclude2)
73 (cd ..; find eunit -name '*.keep*' >> eunit/TAR.exclude2)
74 (cd ..; find eunit -name '*~' >> eunit/TAR.exclude2)
75 (cd ..; find eunit -name 'erl_crash.dump' >> eunit/TAR.exclude2)
76 (cd ..; find eunit -name '*.log' >> eunit/TAR.exclude2)
77 (cd ..; find eunit -name 'core' >> eunit/TAR.exclude2)
78 (cd ..; find eunit -name '.cmake.state' >> eunit/TAR.exclude2)
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/syntax_tools/
H A DMakefile72 cat TAR.exclude > TAR.exclude2; \
73 echo "syntax_tools/TAR.exclude2" >> TAR.exclude2; \
74 (cd ..; find syntax_tools -name 'findmerge.*' >> asn1/TAR.exclude2)
75 (cd ..; find syntax_tools -name '*.contrib*' >> asn1/TAR.exclude2)
76 (cd ..; find syntax_tools -name '*.keep*' >> asn1/TAR.exclude2)
77 (cd ..; find syntax_tools -name '*~' >> asn1/TAR.exclude2)
78 (cd ..; find syntax_tools -name 'erl_crash.dump' >> asn1/TAR.exclude2)
79 (cd ..; find syntax_tools -name '*.log' >> asn1/TAR.exclude2)
80 (cd ..; find syntax_tools -name 'core' >> asn1/TAR.exclude2)
81 (cd ..; find syntax_tools -name '.cmake.state' >> asn1/TAR.exclude2)
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/
H A DMakefile71 cat TAR.exclude > TAR.exclude2; \
72 echo "xmerl/TAR.exclude2" >> TAR.exclude2; \
73 (cd ..; find xmerl -name 'findmerge.*' >> xmerl/TAR.exclude2)
74 (cd ..; find xmerl -name '*.contrib*' >> xmerl/TAR.exclude2)
75 (cd ..; find xmerl -name '*.keep*' >> xmerl/TAR.exclude2)
76 (cd ..; find xmerl -name '*~' >> xmerl/TAR.exclude2)
77 (cd ..; find xmerl -name 'erl_crash.dump' >> xmerl/TAR.exclude2)
78 (cd ..; find xmerl -name '*.log' >> xmerl/TAR.exclude2)
79 (cd ..; find xmerl -name 'core' >> xmerl/TAR.exclude2)
80 (cd ..; find xmerl -name '.cmake.state' >> xmerl/TAR.exclude2)
[all …]

12345678910>>...182