Home
last modified time | relevance | path

Searched refs:arj (Results 1 – 25 of 1371) sorted by relevance

12345678910>>...55

/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dfile_arj.c128 if(le16(arj->basic_header_size) > 0 && in header_check_arj()
129 le16(arj->basic_header_size) <= 2600 && in header_check_arj()
130 arj->archiver_ver_min <= arj->archiver_ver && in header_check_arj()
131 arj->archiver_ver <=12 && in header_check_arj()
132 (arj->flags&0x01)==0 && in header_check_arj()
133 arj->file_type==2) in header_check_arj()
135 if((arj->flags&0x040)!=0) in header_check_arj()
137 if(le32(arj->size) < sizeof(struct arj_main_header)) in header_check_arj()
152 file_recovery_new->time=le32(arj->ctime); in header_check_arj()
153 if(file_recovery_new->time < le32(arj->mtime)) in header_check_arj()
[all …]
/dports/archivers/arj/debian/patches/
H A Dself_integrity_64bit.patch1 Description: Fix arj self-integrity check on 64-bit systems
3 Origin: other, http://slackbuilds.org/cgit/slackbuilds/tree/system/arj/patches/SBo_integrity_64bit.…
8 diff -Naur arj-3.10.22/arj_proc.c arj-3.10.22.patched/arj_proc.c
9 --- arj-3.10.22/arj_proc.c 2005-06-21 15:53:12.000000000 -0400
10 +++ arj-3.10.22.patched/arj_proc.c 2014-08-06 04:11:35.000000000 -0400
16 #include "arj.h"
31 diff -Naur arj-3.10.22/postproc.c arj-3.10.22.patched/postproc.c
32 --- arj-3.10.22/postproc.c 2003-06-22 07:12:28.000000000 -0400
33 +++ arj-3.10.22.patched/postproc.c 2014-08-06 03:22:16.000000000 -0400
39 #include "arj.h"
H A D004_parallel_build.patch122 @@ -354,7 +373,8 @@ $(ARJ_DIR)/arj$x: $(ARJ_OBJS) \
123 $(TOOLS_DIR)/join $(ARJ_DIR)/arj$x $(BASEDIR)/help.arj
177 - -rm -f arj.core
180 + rm -f arj.core
/dports/archivers/arj/debian/tests/
H A Dtest-command16 arj i
21 arj a -r -a -e1 "$arch" "$hier"
22 arj x -y "$arch" "$hier-out"
26 arj t "$arch"
32 arj f -r -a -e1 -f3 "$arch" "$hier"
33 arj x -y "$arch" "$hier-out"
40 echo "aa/new-file" | arj n "$arch" aa/file
41 arj x -y "$arch" "$hier-out"
48 arj d -jf -e1 "$arch" aa/new-file
49 arj x -y "$arch" "$hier-out"
/dports/archivers/arj/arj-3.10.22/gnu/
H A Darj.spec2 Name: arj
7 Source: http://unc.dl.sourceforge.net/sourceforge/arj/%{name}-%{version}.tar.gz
12 The arj program is a free clone of the ARJ archiver for DOS and Windows.
16 Install the arj package if you need to uncompress and create .arj format
20 %setup -q -n arj
34 install -m 755 linux-gnu/en/rs/arj/arj $RPM_BUILD_ROOT/usr/bin/arj
H A Darj.qpg27 <QPG:Add permissions="0755" file="../nto-qnx/en/rs/arj/arj" install="/opt/bin/"/>
28 … <QPG:Add permissions="0755" file="../nto-qnx/en/rs/arjcrypt/arjcrypt.so" install="/opt/lib/arj/"/>
31 … <QPG:Add permissions="0755" file="../nto-qnx/en/rs/register/arj-register" install="/opt/bin/"/>
37 <QPG:Add permissions="0644" file="../resource/en/arj.1" install="/opt/man/man1/"/>
40 <QPG:Add permissions="0644" file="../resource/en/arj-register.1" install="/opt/man/man1/"/>
65 <QPM:VendorURL>http://arj.sf.net</QPM:VendorURL>
69 <QPM:AuthorURL>http://arj.sf.net</QPM:AuthorURL>
75 …ve format as the proprietary version. Install the arj package if you need to uncompress and create…
76 <QPM:ProductDescriptionURL>http://arj.sf.net</QPM:ProductDescriptionURL>
H A Dmakefile.in33 pkglibdir = $(libdir)/arj
70 ARJ_DIR = $(BASEDIR)/arj
174 $(ARJ_DIR)/arj$x \
334 arj.o enc_gwy.o fardata.o arj_user.o arj_arcv.o \
341 $(ARJ_DIR)/arj$x: $(ARJ_OBJS) \
351 $(TOOLS_DIR)/join $(ARJ_DIR)/arj$x $(ARJSFX_DIR)/arjsfx$x
354 rm -f $(BASEDIR)/help.arj
355 …$(ARJ_DIR)/arj$x a $(BASEDIR)/help.arj -+ -t1f -2e -e -jm -jh65535 -jt $(RES_DIR)/$(LOCALE)/arj?.t…
356 $(TOOLS_DIR)/join $(ARJ_DIR)/arj$x $(BASEDIR)/help.arj
438 rm -f arj.core
[all …]
H A DChangeLog13 * arj.qpg, arj.spec:
51 * makefile.in, stripgcc.lnk, arj.qpg, configure.in:
95 * arj.spec: Version 2.78.11 - gamma stage
105 * arj.spec, config.h.in, configure.in, makefile.in:
/dports/archivers/arj/arj-3.10.22/
H A Dmakefile116 ARJ = arj.exe
221 ARJ = arj.exe
327 ARJ = arj.exe
482 ARJ = arj.exe
662 ARJ = arj.exe
731 ARJ = arj.exe
1468 ARJ_OBJS = $(BASEDIR)\arj\arj.obj \
1532 if exist $(BASEDIR_T)arj.lrf del $(BASEDIR_T)arj.lrf
1537 if exist $(BASEDIR_T)help.arj del $(BASEDIR_T)help.arj
1540 if exist $(BASEDIR_T)help.arj del $(BASEDIR_T)help.arj
[all …]
H A DChangeLog3 * 3.10/2.78 rev. 22: tag "arj-3_10_22".
115 environ.c, arj_proc.c, arj.c:
181 * arj.c:
300 arj_arcv.c, arj.h, arj.c:
311 defines.h, arj_user.c, arj.h, arj_arcv.c, arj_proc.c, arj.c:
470 * ansi.c, ansi.h, arj.c, arj.h, arjdata.c, arjsec_l.c, arjsfx.c,
608 * ansi.c, arj.c, arj.h, arjdata.c, arjsec_l.c, arjsfx.c,
630 * ansi.c, arj.c, arj.h, arjdata.c, arjsec_l.c, arjsfx.c,
661 * arj.c, arj.h, arjsec_l.c, arjsfx.c, arjsfxjr.c, arj_arcv.h,
1452 * arj.c: On LFN-capable systems, extension is now ".arj".
[all …]
/dports/archivers/arj/debian/
H A Dchangelog1 arj (3.10.22-24) unstable; urgency=medium
15 arj (3.10.22-23) unstable; urgency=medium
22 arj (3.10.22-22) unstable; urgency=medium
24 * Set TZ to UTC0 for both date and arj calls when dealing with the help.arj
48 we embed into the host arj.
73 * Use the -hdo debug switch for the help.arj embedded into the arj program
450 arj (3.10g-1) unstable; urgency=low
456 * Added arj crypto module.
470 arj (3.10b-3) unstable; urgency=low
476 arj (3.10b-2) unstable; urgency=low
[all …]
H A Dcontrol1 Source: arj
6 Homepage: https://sf.net/projects/arj/
7 Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/arj.git
8 Vcs-Git: https://git.hadrons.org/git/debian/pkgs/arj.git
14 Package: arj
19 Description: archiver for .arj files
20 This package is an open source version of the arj archiver. This version
H A Dwatch3 https://sf.net/arj/ arj-(.*)\.tar\.[xg]z debian uupdate
/dports/shells/ksh93/ast-93u/src/cmd/paxlib/arj/
H A DMamfile40 make arj
42 make arj.o
43 make arj.c
165 done arj.c
166 meta arj.o %.c>%.o arj.c arj
167 prev arj.c
168 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -c arj.c
169 done arj.o generated
170 exec - ${AR} rc libpaxarj.a arj.o
173 done arj virtual
H A DMakefile7 arj 3.10 plugin=pax :LIBRARY: arj.c -lcodex
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/paxlib/arj/
H A DMamfile40 make arj
42 make arj.o
43 make arj.c
165 done arj.c
166 meta arj.o %.c>%.o arj.c arj
167 prev arj.c
168 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -c arj.c
169 done arj.o generated
170 exec - ${AR} rc libpaxarj.a arj.o
173 done arj virtual
H A DMakefile7 arj 3.10 plugin=pax :LIBRARY: arj.c -lcodex
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/paxlib/arj/
H A DMamfile40 make arj
42 make arj.o
43 make arj.c
177 done arj.c
178 meta arj.o %.c>%.o arj.c arj
179 prev arj.c
180 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -c arj.c
181 done arj.o generated
182 exec - ${AR} rc libpaxarj.a arj.o
185 done arj virtual
H A DMakefile7 arj 3.10 plugin=pax :LIBRARY: arj.c -lcodex
/dports/archivers/arj/arj-3.10.22/resource/
H A Drearj.cfg.example2 arj
3 arj a -+ -y -a1 -r -j$ -s -jm -2s "%s"
4 arj x -y "%s"
/dports/net/opal/opal-3.10.10/samples/opalgw/
H A Dgkserv.cxx565 info.arj.m_rejectReason.SetTag(H225_AdmissionRejectReason::e_incompleteAddress); in AuthoriseOSPCall()
572 info.arj.m_rejectReason.SetTag(H225_AdmissionRejectReason::e_incompleteAddress); in AuthoriseOSPCall()
577 info.arj.m_rejectReason.SetTag(H225_AdmissionRejectReason::e_incompleteAddress); in AuthoriseOSPCall()
601 info.arj.m_rejectReason.SetTag(H225_AdmissionRejectReason::e_undefinedReason); in AuthoriseOSPCall()
608 info.arj.m_rejectReason.SetTag(H225_AdmissionRejectReason::e_undefinedReason); in AuthoriseOSPCall()
623 info.arj.m_rejectReason.SetTag(H225_AdmissionRejectReason::e_invalidPermission); in AuthoriseOSPCall()
642 info.arj.m_rejectReason.SetTag(H225_AdmissionRejectReason::e_incompleteAddress); in AuthoriseOSPCall()
649 info.arj.m_rejectReason.SetTag(H225_AdmissionRejectReason::e_incompleteAddress); in AuthoriseOSPCall()
654 info.arj.m_rejectReason.SetTag(H225_AdmissionRejectReason::e_incompleteAddress); in AuthoriseOSPCall()
666 info.arj.m_rejectReason.SetTag(H225_AdmissionRejectReason::e_invalidPermission); in AuthoriseOSPCall()
[all …]
/dports/archivers/xarchive/xarchive-0.2.8-6/
H A DREADME50 arj-wrap.sh
51 arj (needed for arj files, debian package arj)
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/ku/
H A Dplasma_applet_org.kde.plasma.battery.po45 msgstr "<b>Pîl:</b> %1% (şarj tijî bû)<br />"
52 msgstr "<b>Pîl:</b> %1% (şarj tê vala kirin)<br />"
59 msgstr "<b>Pîl:</b> %1% (şarj tê vala kirin)<br />"
66 msgstr "<b>Pîl:</b> %1% (şarj tê vala kirin)<br />"
84 msgstr "<b>Pîl:</b> %1% (şarj tijî bû)<br />"
97 msgstr "<b>Pîl:</b> %1% (şarj tê vala kirin)<br />"
153 msgstr "<b>Pîl:</b> %1% (şarj tê vala kirin)<br />"
160 msgstr "<b>Pîl:</b> %1% (şarj tê vala kirin)<br />"
167 msgstr "<b>Pîl:</b> %1% (şarj tê vala kirin)<br />"
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/tr/
H A Dplasma_applet_org.kde.plasma.battery.po47 msgstr "Piliniz yalnızca %%1 kadar şarj olacak şekilde yapılandırıldı."
57 msgstr "Pil %%1 konumunda, Şarj Olmuyor"
67 msgstr "Pil %%1 konumunda, Şarj oluyor"
77 msgstr "Güç kaynağı pili şarj edecek kadar güçlü değil"
83 msgstr "Tamamen şarj olana kadar %1"
94 msgstr "Şarj olmuyor"
149 msgstr "Şarj Tüketiliyor"
154 msgstr "Şarj Ediliyor"
159 msgstr "Şarj Olmuyor"
/dports/archivers/xarchive/xarchive-0.2.8-6/wrappers/
H A DMakefile.am5 GENERICSCRIPTS = zip-wrap.sh rar-wrap.sh 7za-wrap.sh arj-wrap.sh deb-wrap.sh ace-wrap.sh
6 GENERICSRCS = zip.src rar.src 7za.src arj.src deb.src ace.src

12345678910>>...55