Home
last modified time | relevance | path

Searched refs:DEB (Results 51 – 75 of 2438) sorted by relevance

12345678910>>...98

/dports/devel/ois/ois/Win32/
H A Dois.sln6 …942}") = "Demo_Console", "CommandLine\CommandLine.vcproj", "{7AC600E2-2B46-4204-8DEB-9E49A9BAF65F}"
26 {7AC600E2-2B46-4204-8DEB-9E49A9BAF65F}.Debug.ActiveCfg = Debug|Win32
27 {7AC600E2-2B46-4204-8DEB-9E49A9BAF65F}.Debug.Build.0 = Debug|Win32
28 {7AC600E2-2B46-4204-8DEB-9E49A9BAF65F}.Release.ActiveCfg = Release|Win32
29 {7AC600E2-2B46-4204-8DEB-9E49A9BAF65F}.Release.Build.0 = Release|Win32
/dports/net/Sockets/Sockets-2.3.9.9/
H A DAjp13Socket.cpp44 #define DEB(x) x macro
46 #define DEB(x)
63 DEB( fprintf(stderr, "ABORT: bad packet id: %x\n", id);) in OnHeader()
68 DEB(fprintf(stderr, "Packet size: %d bytes\n", len);) in OnHeader()
78 DEB( fprintf(stderr, "More body data received than expected\n");) in ReceiveBody()
166 DEB( fprintf(stderr, "Unknown header key value: %x\n", x);) in ReceiveForwardRequest()
204 DEB( fprintf(stderr, "Unknown attribute key: 0x%02x\n", buf[ptr]);) in ReceiveForwardRequest()
415DEB(fprintf(stderr, "OnPacket: %d bytes, code 0x%02x %02x %02x %02x\n", sz, *buf, buf[1], buf[2], … in OnPacket()
438 DEB( fprintf(stderr, "Unknown packet type: 0x%02x\n", *buf);) in OnPacket()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/iscsi/
H A Discsi_ioctl.c137 DEB(5, ("Register Event OK, ID %d\n", par->event_id)); in register_event()
214 DEB(99, ("Wait Event ID %d\n", par->event_id)); in check_event()
705 DEB(99, ("Connection ID = %d\n", connection->id)); in create_connection()
747 DEB(5, ("Creating receive thread\n")); in create_connection()
763 DEB(5, ("Creating send thread\n")); in create_connection()
1056 DEB(99, ("ISCSI: login\n")); in login()
1059 DEB(1, ("No Initiator Name\n")); in login()
1111 DEB(1, ("Login: map session %d\n", session->id)); in login()
1775 DEB(1, ("Cleanup: session %d\n", sess->id)); in iscsi_cleanup_thread()
1859 DEB(5, ("Cleanup thread exits\n")); in iscsi_cleanup_thread()
[all …]
/dports/devel/log4j/apache-log4j-1.2.17/tests/src/java/org/apache/log4j/
H A DMinimumTestCase.java122 Logger DEB = Logger.getLogger("DEB"); in common() local
123 DEB.setLevel(Level.DEBUG); in common()
153 DEB.log(Level.FATAL, "Message " + i); i++; //14 in common()
154 DEB.error( "Message " + i); i++; in common()
155 DEB.warn ( "Message " + i); i++; in common()
156 DEB.info ( "Message " + i); i++; in common()
157 DEB.debug( "Message " + i); i++; in common()
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/test/cpp/
H A Dminimumtestcase.cpp138 LoggerPtr DEB = Logger::getLogger(LOG4CXX_TEST_STR("DEB")); in LOGUNIT_CLASS()
139 DEB->setLevel(Level::getDebug()); in LOGUNIT_CLASS()
184 LOG4CXX_FATAL(DEB, createMessage(i, pool)); in LOGUNIT_CLASS()
186 LOG4CXX_ERROR(DEB, createMessage(i, pool)); in LOGUNIT_CLASS()
188 LOG4CXX_WARN(DEB, createMessage(i, pool)); in LOGUNIT_CLASS()
190 LOG4CXX_INFO(DEB, createMessage(i, pool)); in LOGUNIT_CLASS()
192 LOG4CXX_DEBUG(DEB, createMessage(i, pool)); in LOGUNIT_CLASS()
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/CPack/tests/PER_COMPONENT_FIELDS/
H A Dtest.cmake1 if(GENERATOR_TYPE STREQUAL "DEB" OR GENERATOR_TYPE STREQUAL "RPM")
2 if(GENERATOR_TYPE STREQUAL "DEB")
15 …ACK_${GENERATOR_TYPE}${generator_type_suffix_}_PACKAGE_SUMMARY "Global summary") # not used for DEB
16 …ERATOR_TYPE}${generator_type_suffix_}_PKG_2_PACKAGE_SUMMARY "Summary for pkg_2") # not used for DEB
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/CPack/tests/PER_COMPONENT_FIELDS/
H A Dtest.cmake1 if(GENERATOR_TYPE STREQUAL "DEB" OR GENERATOR_TYPE STREQUAL "RPM")
2 if(GENERATOR_TYPE STREQUAL "DEB")
15 …ACK_${GENERATOR_TYPE}${generator_type_suffix_}_PACKAGE_SUMMARY "Global summary") # not used for DEB
16 …ERATOR_TYPE}${generator_type_suffix_}_PKG_2_PACKAGE_SUMMARY "Summary for pkg_2") # not used for DEB
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/CPack/tests/PER_COMPONENT_FIELDS/
H A Dtest.cmake1 if(GENERATOR_TYPE STREQUAL "DEB" OR GENERATOR_TYPE STREQUAL "RPM")
2 if(GENERATOR_TYPE STREQUAL "DEB")
15 …ACK_${GENERATOR_TYPE}${generator_type_suffix_}_PACKAGE_SUMMARY "Global summary") # not used for DEB
16 …ERATOR_TYPE}${generator_type_suffix_}_PKG_2_PACKAGE_SUMMARY "Summary for pkg_2") # not used for DEB
/dports/net/ns3/ns-allinone-3.35/ns-3.35/utils/
H A Dbench-simulator.cc37 #define DEB(x) if (g_debug) { LOGME (x); } macro
103 DEB ("initializing"); in RunBench()
115 DEB ("initialization took " << init << "s"); in RunBench()
117 DEB ("running"); in RunBench()
122 DEB ("run took " << simu << "s"); in RunBench()
140 DEB ("event at " << Simulator::Now ().GetSeconds () << "s"); in Cb()
265 DEB ("debugging is ON"); in main()
304 DEB ("priming"); in main()
/dports/devel/libzim/libzim-6.3.2/src/
H A Dcompression.h18 #define DEB(X) macro
102 DEB((int)errcode)
113 DEB("need memory " << data_size << " " << stream.avail_out << " " << stream.total_out)
119 DEB(data_size << " " << stream.avail_out << " " << stream.avail_in)
178 DEB("Init") in uncompress()
189 DEB("Step " << startOffset.v) in uncompress()
191 DEB("Ret " << (int)ret) in uncompress()
199 DEB("Finish") in uncompress()
/dports/devel/log4j/apache-log4j-1.2.17/tests/witness/
H A Dttcc15 [main] FATAL DEB - Message 14
16 [main] ERROR DEB - Message 15
17 [main] WARN DEB - Message 16
18 [main] INFO DEB - Message 17
19 [main] DEBUG DEB - Message 18
/dports/x11-clocks/dclock/dclock/debian/
H A Drules7 DEB=debian/dclock
46 cp $(PROGRAM) $(DEB)/usr/bin
47 cp sounds/* $(DEB)/usr/share/sounds
48 cp Dclock.ad $(DEB)/etc/X11/app-defaults/DClock
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.incubator.jpackage/linux/classes/jdk/incubator/jpackage/internal/resources/
H A DLinuxResources.properties27 deb.bundler.name=DEB Bundle
33 resource.deb-control-file=DEB control file
34 resource.deb-preinstall-script=DEB preinstall script
35 resource.deb-prerm-script=DEB prerm script
36 resource.deb-postinstall-script=DEB postinstall script
37 resource.deb-postrm-script=DEB postrm script
53 message.outputting-to-location=Generating DEB for installer to: {0}.
61 message.deb-ldd-not-available.advice=Install "libc-bin" DEB package to get ldd.
/dports/cad/opencascade/opencascade-7.6.0/adm/scripts/
H A Dcmake_gen.sh13 DEB=
16 DEB=d
20 INSTALL_DIR_BIN=lin64/gcc/bin$DEB
21 INSTALL_DIR_LIB=lin64/gcc/lib$DEB
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/langs/de_CH/
H A Dintracommreport.lang3 Module68000Desc =Intracomm-Berichtsverwaltung (Unterstützt das französische DEB / DES-Format)
7 DEB=Warenaustauscherklärung (DEB)
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/langs/de_CH/
H A Dintracommreport.lang3 Module68000Desc =Intracomm-Berichtsverwaltung (Unterstützt das französische DEB / DES-Format)
7 DEB=Warenaustauscherklärung (DEB)
/dports/mail/jmba/jmba-0.5.5/autoconf/make/
H A Dunreal.mk42 rm -rf $(package)-$(version).tar* $(package)-$(version) BUILD-DEB
155 rm -rf BUILD-DEB
156 mkdir BUILD-DEB
157 cd BUILD-DEB && tar xzf ../$(package)-$(version).tar.gz
158 cd BUILD-DEB && cd $(package)-$(version) && dpkg-buildpackage -rfakeroot
159 mv BUILD-DEB/*.deb .
160 rm -rf BUILD-DEB
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jpackage/linux/classes/jdk/jpackage/internal/resources/
H A DLinuxResources.properties27 deb.bundler.name=DEB Bundle
33 resource.deb-control-file=DEB control file
34 resource.deb-preinstall-script=DEB preinstall script
35 resource.deb-prerm-script=DEB prerm script
36 resource.deb-postinstall-script=DEB postinstall script
37 resource.deb-postrm-script=DEB postrm script
53 message.outputting-to-location=Generating DEB for installer to: {0}.
61 message.deb-ldd-not-available.advice=Install "libc-bin" DEB package to get ldd.
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jpackage/linux/classes/jdk/jpackage/internal/resources/
H A DLinuxResources.properties27 deb.bundler.name=DEB Bundle
33 resource.deb-control-file=DEB control file
34 resource.deb-preinstall-script=DEB preinstall script
35 resource.deb-prerm-script=DEB prerm script
36 resource.deb-postinstall-script=DEB postinstall script
37 resource.deb-postrm-script=DEB postrm script
53 message.outputting-to-location=Generating DEB for installer to: {0}.
61 message.deb-ldd-not-available.advice=Install "libc-bin" DEB package to get ldd.
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.jpackage/linux/classes/jdk/incubator/jpackage/internal/resources/
H A DLinuxResources.properties27 deb.bundler.name=DEB Bundle
33 resource.deb-control-file=DEB control file
34 resource.deb-preinstall-script=DEB preinstall script
35 resource.deb-prerm-script=DEB prerm script
36 resource.deb-postinstall-script=DEB postinstall script
37 resource.deb-postrm-script=DEB postrm script
56 message.outputting-to-location=Generating DEB for installer to: {0}.
64 message.deb-ldd-not-available.advice=Install "libc-bin" DEB package to get ldd.
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Daha1740.c67 #define DEB(x) x macro
69 #define DEB(x) macro
231 DEB(printk("aha1740_intr top of loop.\n")); in aha1740_intr_handle()
275 DEB(if (errstatus) in aha1740_intr_handle()
326 DEB(int i); in aha1740_queuecommand_lck()
402 DEB(unsigned char * ptr); in aha1740_queuecommand_lck()
459 DEB(printk("aha1740[%d] critical section\n",ecbno)); in aha1740_queuecommand_lck()
482 DEB(printk("aha1740[%d] request queued.\n",ecbno)); in aha1740_queuecommand_lck()
512 DEB(printk("aha1740_biosparam\n")); in aha1740_biosparam()
560 DEB(printk("aha1740_probe: \n")); in aha1740_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Daha1740.c67 #define DEB(x) x macro
69 #define DEB(x) macro
231 DEB(printk("aha1740_intr top of loop.\n")); in aha1740_intr_handle()
275 DEB(if (errstatus) in aha1740_intr_handle()
326 DEB(int i); in aha1740_queuecommand_lck()
402 DEB(unsigned char * ptr); in aha1740_queuecommand_lck()
459 DEB(printk("aha1740[%d] critical section\n",ecbno)); in aha1740_queuecommand_lck()
482 DEB(printk("aha1740[%d] request queued.\n",ecbno)); in aha1740_queuecommand_lck()
512 DEB(printk("aha1740_biosparam\n")); in aha1740_biosparam()
560 DEB(printk("aha1740_probe: \n")); in aha1740_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Daha1740.c67 #define DEB(x) x macro
69 #define DEB(x) macro
231 DEB(printk("aha1740_intr top of loop.\n")); in aha1740_intr_handle()
275 DEB(if (errstatus) in aha1740_intr_handle()
326 DEB(int i); in aha1740_queuecommand_lck()
402 DEB(unsigned char * ptr); in aha1740_queuecommand_lck()
459 DEB(printk("aha1740[%d] critical section\n",ecbno)); in aha1740_queuecommand_lck()
482 DEB(printk("aha1740[%d] request queued.\n",ecbno)); in aha1740_queuecommand_lck()
512 DEB(printk("aha1740_biosparam\n")); in aha1740_biosparam()
560 DEB(printk("aha1740_probe: \n")); in aha1740_probe()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/langs/ja_JP/
H A Dintracommreport.lang2 Module68000Desc = Intracomm レポート管理(フランス語のDEB / DES形式のサポート)
26 DEB=商品交換申告(DEB)
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/langs/ja_JP/
H A Dintracommreport.lang2 Module68000Desc = Intracomm レポート管理(フランス語のDEB / DES形式のサポート)
26 DEB=商品交換申告(DEB)

12345678910>>...98