Home
last modified time | relevance | path

Searched refs:systype (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/dports/net/hping3/hping3-20051105/
H A D.depend3 apd.o: apd.c ars.h systype.h in.h bytesex.h adbuf.h fixtypes.h \
6 ars.o: ars.c ars.h systype.h in.h bytesex.h adbuf.h fixtypes.h
7 arsglue.o: arsglue.c ars.h systype.h in.h bytesex.h adbuf.h fixtypes.h
11 cksum.o: cksum.c hping2.h byteorder.h systype.h fixtypes.h hcmp.h \
17 display_ipopt.o: display_ipopt.c hping2.h byteorder.h systype.h \
31 ip_opt_build.o: ip_opt_build.c hping2.h byteorder.h systype.h \
33 libpcap_stuff.o: libpcap_stuff.c hping2.h byteorder.h systype.h \
39 main.o: main.c hping2.h byteorder.h systype.h fixtypes.h hcmp.h
47 systype.h fixtypes.h hcmp.h globals.h
49 rapd.o: rapd.c ars.h systype.h in.h bytesex.h adbuf.h fixtypes.h
[all …]
/dports/mail/ezmlm/ezmlm-0.53/
H A Ddefault.do37 dependon make-$1 warn-auto.sh systype
41 ./make-$1 "`cat systype`"
51 systype)
52 dependon find-systype trycpp.c
53 formake './find-systype > systype'
54 ./find-systype
56 find-systype)
57 dependon find-systype.sh auto-ccld.sh
58 formake 'cat auto-ccld.sh find-systype.sh > find-systype'
59 formake 'chmod 755 find-systype'
[all …]
/dports/mail/qmailanalog/qmailanalog-0.70/
H A Ddefault.do39 dependon make-$1 warn-auto.sh systype
43 ./make-$1 "`cat systype`"
53 systype)
54 dependon find-systype trycpp.c
55 formake './find-systype > systype'
56 ./find-systype
58 find-systype)
59 dependon find-systype.sh auto-ccld.sh
60 formake 'cat auto-ccld.sh find-systype.sh > find-systype'
61 formake 'chmod 755 find-systype'
[all …]
/dports/sysutils/ucspi-ssl/host/superscript.com/net/ucspi-ssl-0.99b/src/
H A Ddefault.do41 dependon conf-cc conf-ssl print-cc.sh systype warn-auto.sh
56 dependon conf-ld print-ld.sh systype warn-auto.sh
66 dependon conf-lds print-lds.sh systype warn-auto.sh
76 dependon print-ar.sh systype warn-auto.sh
86 dependon systype compile load `grep -l sysdep *.h || exit 0`
88 formake 'cat systype compile load >> sysdeps'
94 cat systype compile load
101 systype)
102 dependon find-systype.sh trycpp.c x86cpuid.c
103 formake 'sh find-systype.sh > systype'
[all …]
/dports/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/src/
H A Ddefault.do41 dependon conf-cc print-cc.sh systype warn-auto.sh
56 dependon conf-ld print-ld.sh systype warn-auto.sh
66 dependon conf-lds print-lds.sh systype warn-auto.sh
76 dependon print-ar.sh systype warn-auto.sh
86 dependon systype compile load `grep -l sysdep *.h || exit 0`
88 formake 'cat systype compile load >> sysdeps'
94 cat systype compile load
101 systype)
102 dependon find-systype.sh trycpp.c x86cpuid.c
103 formake 'sh find-systype.sh > systype'
[all …]
/dports/emulators/vmips/vmips-1.5.1/sample_code/xmboot/
H A Dtestbootenv.output6 systype=0x00020000
7 getenv ("systype") == 0x00020000
15 systype=0x00020000
23 systype=0x00020000
30 systype=0x00020000
38 systype=0x00020000
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/lib/functions/validate/
H A Dfunction.validatePasswordLogin.php37 $systype = 3; // SHA256
39 $systype = (int)Settings::Get('system.passwordcryptfunc');
56 if (($systype == 1 && $hash_type_chk != '$1$') || // MD5
57 ($systype == 2 && $hash_type_chk != '$2$') || // BLOWFISH
58 ($systype == 3 && $hash_type_chk != '$5$') || // SHA256
59 ($systype == 4 && $hash_type_chk != '$6$') // SHA512
/dports/devel/libgit2/libgit2-1.3.0/tests/resources/
H A Dgenerate_crlf.sh32 local systype=$4
36 local worktree="${output}/${systype}_to_workdir/autocrlf_${autocrlf}"
74 local systype=$4
79 local destdir="${output}/${systype}_to_odb/autocrlf_${autocrlf},safecrlf_${safecrlf}"
128 systype="windows"
130 systype="posix"
139 "${systype}" "${autocrlf}" "${attr}"
143 "${systype}" "${autocrlf}" "${safecrlf}" "${attr}"
/dports/math/parmetis/parmetis-4.0.3/metis/GKlib/test/
H A DMakefile.in.old19 systype = $(shell uname)
20 ifeq ($(findstring CYGWIN, $(systype)),CYGWIN)
21 # systype = CYGWIN
22 systype = MSWIN
31 ifeq ($(systype),MSWIN)
77 ifeq ($(systype),Linux)
122 ifeq ($(systype),SunOS)
142 ifeq ($(systype),Darwin)
164 ifeq ($(systype),CYGWIN)
233 ifeq ($(systype),Darwin)
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/metis/GKlib/test/
H A DMakefile.in.old19 systype = $(shell uname)
20 ifeq ($(findstring CYGWIN, $(systype)),CYGWIN)
21 # systype = CYGWIN
22 systype = MSWIN
31 ifeq ($(systype),MSWIN)
77 ifeq ($(systype),Linux)
122 ifeq ($(systype),SunOS)
142 ifeq ($(systype),Darwin)
164 ifeq ($(systype),CYGWIN)
233 ifeq ($(systype),Darwin)
[all …]
/dports/math/metis/metis-5.1.0/GKlib/test/
H A DMakefile.in.old19 systype = $(shell uname)
20 ifeq ($(findstring CYGWIN, $(systype)),CYGWIN)
21 # systype = CYGWIN
22 systype = MSWIN
31 ifeq ($(systype),MSWIN)
77 ifeq ($(systype),Linux)
122 ifeq ($(systype),SunOS)
142 ifeq ($(systype),Darwin)
164 ifeq ($(systype),CYGWIN)
233 ifeq ($(systype),Darwin)
[all …]
/dports/devel/agar/agar-1.5.0/ada-demos/
H A DMakefile127 conf-adacomp conf-adatype conf-systype
133 conf-cc conf-cctype conf-systype
136 conf-ld conf-ldtype conf-systype
139 conf-systype
153 conf-systype:\
154 mk-systype
155 ./mk-systype > conf-systype.tmp && mv conf-systype.tmp conf-systype
184 conf-adacomp conf-systype
187 conf-cc conf-systype
194 conf-ld conf-systype conf-cctype
[all …]
/dports/security/snortsam/snortsam-src-2.70/
H A Dmakesnortsam.sh27 systype=FreeBSD
40 CFLAGS="-O2 -D${systype}"
74 case "${systype}" in
106 case "${systype}" in
155 case "${systype}" in
170 case "${systype}" in
189 case "${systype}" in
205 case "${systype}" in
/dports/converters/mpack/mpack-1.6/
H A Dmkreadme.pl3 $systype = $ARGV[0] || die "usage: $0 systype\n";
7 $sysname = $systype;
23 $dooutput = /\W$systype\W/;
25 $dooutput = !/\W$systype\W/;
/dports/finance/frontaccounting/frontaccounting/reporting/
H A Drep702.php39 $systype = $_POST['PARAM_2'];
61 $systype == -1 ? _('All') : $systypes_array[$systype],
72 if ($systype == -1)
73 $systype = null;
75 $trans = get_gl_transactions($from, $to, -1, null, 0, 0, $systype);
H A Drep710.php62 $systype = $_POST['PARAM_2'];
86 …2 => array('text' => _('Type'), 'from' => ($systype != -1 ? $systypes_array[$systype] : _('All')),…
97 $trans = getTransactions($from, $to, $systype, $user);
/dports/lang/elk/elk-3.99.8/lib/unix/
H A Dsystem.c183 char systype[64], *q; in P_System_Info() local
197 strcpy(systype, SYSTEMTYPE); in P_System_Info()
198 if ((p = strchr(systype, '-')) && (q = strchr(p+1, '-'))) { in P_System_Info()
201 x = Make_String(systype, strlen(systype)); VECTOR(ret)->data[1] = x; in P_System_Info()
/dports/x11-fm/filerunner/filerunner/packages/twapi/
H A Dosinfo.tcl77 set systype ""
84 set systype "Professional"
91 set systype "Server"
98 set systype "Home Edition"
113 set systype "Web Edition"
138 3 {set systype ""}
139 6 {set systype Pro}
154 3 {set systype ""}
155 6 {set systype Pro}
173 set systype [dict get {
[all …]
/dports/devel/agar/agar-1.5.0/ada-core/
H A DMakefile106 conf-adacomp conf-adatype conf-systype
109 ada-srcmap conf-adacomp conf-adatype conf-systype
216 conf-ld conf-ldtype conf-systype conf-ldfflist libs-agar-core
219 conf-systype
233 conf-systype:\
234 mk-systype
235 ./mk-systype > conf-systype.tmp && mv conf-systype.tmp conf-systype
354 conf-adacomp conf-systype
357 conf-cc conf-systype
364 conf-ld conf-systype conf-cctype
[all …]
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/unit/57 introspection/
H A Dmeson.build35 systype = '@0@'.format(host_machine.system()) variable
36 systype = '@0@, @1@, @2@'.format(systype, host_machine.cpu_family(), host_machine.cpu()) variable
37 message(systype)
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/unit/57 introspection/
H A Dmeson.build35 systype = '@0@'.format(host_machine.system()) variable
36 systype = '@0@, @1@, @2@'.format(systype, host_machine.cpu_family(), host_machine.cpu()) variable
37 message(systype)
/dports/emulators/hercules/hercules-3.13/
H A Dloadparm.c230 static BYTE systype[8] = { 0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40 }; variable
234 memcpy(systype, src, sizeof(systype)); in set_systype()
239 memcpy(dst, systype, sizeof(systype)); in get_systype()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dsysname3 systype=`uname -s`
10 echo "\"${machine}-${systype}-${version}\""
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dsysname3 systype=`uname -s`
10 echo "\"${machine}-${systype}-${version}\""
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/unit/57 introspection/
H A Dmeson.build45 systype = '@0@'.format(host_machine.system()) variable
46 systype = '@0@, @1@, @2@'.format(systype, host_machine.cpu_family(), host_machine.cpu()) variable
47 message(systype)

12345678910>>...22