Home
last modified time | relevance | path

Searched refs:TOOL_NAME (Results 51 – 75 of 347) sorted by relevance

12345678910>>...14

/dports/www/sogo/SOGo-5.4.0/Tools/
H A DGNUmakefile31 TOOL_NAME += $(SOGO_TOOL)
42 TOOL_NAME += $(SOGO_SLAPD_SOCKD)
51 TOOL_NAME += $(SOGO_EALARMS_NOTIFY)
/dports/www/sogo-activesync/SOGo-5.4.0/Tools/
H A DGNUmakefile31 TOOL_NAME += $(SOGO_TOOL)
42 TOOL_NAME += $(SOGO_SLAPD_SOCKD)
51 TOOL_NAME += $(SOGO_EALARMS_NOTIFY)
/dports/www/sogo2/SOGo-2.4.1/Tools/
H A DGNUmakefile31 TOOL_NAME += $(SOGO_TOOL)
42 TOOL_NAME += $(SOGO_SLAPD_SOCKD)
51 TOOL_NAME += $(SOGO_EALARMS_NOTIFY)
/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/
H A Dimp_sra_pileup.cpp30 #define TOOL_NAME "sra-pileup" macro
31 #define TOOL_ORIGINAL_NAME TOOL_NAME "-orig"
188 auto const theirArgv0 = what.toolpath.getPathFor(TOOL_NAME).fullpath(); in run()
192 return ToolExec::run(TOOL_NAME, realpath.fullpath(), theirArgv0, *this, accessions); in run()
194 throw std::runtime_error(TOOL_NAME " was not found or is not executable."); in run()
H A Dimp_fasterq_dump.cpp30 #define TOOL_NAME "fasterq-dump" macro
31 #define TOOL_ORIGINAL_NAME TOOL_NAME "-orig"
210 auto const theirArgv0 = what.toolpath.getPathFor(TOOL_NAME).fullpath(); in run()
214 return ToolExec::run(TOOL_NAME, realpath.fullpath(), theirArgv0, *this, accessions); in run()
216 throw std::runtime_error(TOOL_NAME " was not found or is not executable."); in run()
H A Dimp_sam_dump.cpp30 #define TOOL_NAME "sam-dump" macro
31 #define TOOL_ORIGINAL_NAME TOOL_NAME "-orig"
312 … std::cerr << "unimplemented parameter: --cart is not yet implemented for " TOOL_NAME << std::endl; in check()
325 auto const theirArgv0 = what.toolpath.getPathFor(TOOL_NAME).fullpath(); in run()
329 return ToolExec::run(TOOL_NAME, realpath.fullpath(), theirArgv0, *this, accessions); in run()
331 throw std::runtime_error(TOOL_NAME " was not found or is not executable."); in run()
/dports/comms/py-libimobiledevice/libimobiledevice-1.3.0/tools/
H A Dideviceenterrecovery.c26 #define TOOL_NAME "ideviceenterrecovery" macro
80 printf("%s %s\n", TOOL_NAME, PACKAGE_VERSION); in main()
98 if (LOCKDOWN_E_SUCCESS != (ldret = lockdownd_client_new(device, &client, TOOL_NAME))) { in main()
H A Dideviceinfo.c27 #define TOOL_NAME "ideviceinfo" macro
200 printf("%s %s\n", TOOL_NAME, PACKAGE_VERSION); in main()
222 lockdownd_client_new(device, &client, TOOL_NAME): in main()
223 lockdownd_client_new_with_handshake(device, &client, TOOL_NAME))) { in main()
H A Didevicename.c26 #define TOOL_NAME "idevicename" macro
96 printf("%s %s\n", TOOL_NAME, PACKAGE_VERSION); in main()
123 lockdownd_error_t lerr = lockdownd_client_new_with_handshake(device, &lockdown, TOOL_NAME); in main()
H A Didevice_id.c26 #define TOOL_NAME "idevice_id" macro
103 printf("%s %s\n", TOOL_NAME, PACKAGE_VERSION); in main()
129 if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(device, &client, TOOL_NAME)) { in main()
H A Didevicepair.c27 #define TOOL_NAME "idevicepair" macro
134 printf("%s %s\n", TOOL_NAME, PACKAGE_VERSION); in main()
236 lerr = lockdownd_client_new(device, &client, TOOL_NAME); in main()
272 lerr = lockdownd_client_new_with_handshake(device, &client, TOOL_NAME); in main()
H A Didevicesetlocation.c25 #define TOOL_NAME "idevicesetlocation" macro
102 printf("%s %s\n", TOOL_NAME, PACKAGE_VERSION); in main()
141 lockdownd_client_new_with_handshake(device, &lockdown, TOOL_NAME); in main()
/dports/comms/libimobiledevice/libimobiledevice-1.3.0/tools/
H A Dideviceenterrecovery.c26 #define TOOL_NAME "ideviceenterrecovery" macro
80 printf("%s %s\n", TOOL_NAME, PACKAGE_VERSION); in main()
98 if (LOCKDOWN_E_SUCCESS != (ldret = lockdownd_client_new(device, &client, TOOL_NAME))) { in main()
H A Dideviceinfo.c27 #define TOOL_NAME "ideviceinfo" macro
200 printf("%s %s\n", TOOL_NAME, PACKAGE_VERSION); in main()
222 lockdownd_client_new(device, &client, TOOL_NAME): in main()
223 lockdownd_client_new_with_handshake(device, &client, TOOL_NAME))) { in main()
H A Didevicename.c26 #define TOOL_NAME "idevicename" macro
96 printf("%s %s\n", TOOL_NAME, PACKAGE_VERSION); in main()
123 lockdownd_error_t lerr = lockdownd_client_new_with_handshake(device, &lockdown, TOOL_NAME); in main()
H A Didevice_id.c26 #define TOOL_NAME "idevice_id" macro
103 printf("%s %s\n", TOOL_NAME, PACKAGE_VERSION); in main()
129 if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(device, &client, TOOL_NAME)) { in main()
H A Didevicepair.c27 #define TOOL_NAME "idevicepair" macro
134 printf("%s %s\n", TOOL_NAME, PACKAGE_VERSION); in main()
236 lerr = lockdownd_client_new(device, &client, TOOL_NAME); in main()
272 lerr = lockdownd_client_new_with_handshake(device, &client, TOOL_NAME); in main()
H A Didevicesetlocation.c25 #define TOOL_NAME "idevicesetlocation" macro
102 printf("%s %s\n", TOOL_NAME, PACKAGE_VERSION); in main()
141 lockdownd_client_new_with_handshake(device, &lockdown, TOOL_NAME); in main()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dxbitmap.c249 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
317 TOOL_NAME, "StripEPSComments"); in InitXBm()
454 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
458 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
1525 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
2941 TOOL_NAME, homePageURL);
2947 TOOL_NAME, homePageURL);
2995 TOOL_NAME, homePageURL);
3001 TOOL_NAME, homePageURL);
3015 TOOL_NAME, homePageURL);
[all …]
H A Dtgif.c131 UtilStrCpyN(progName, sizeof(progName), TOOL_NAME);
165 TOOL_NAME);
222 fileVersion, TOOL_NAME, TOOL_NAME, homePageURL);
262 TOOL_NAME);
372 TOOL_NAME);
405 TOOL_NAME);
H A Dcutpaste.c204 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
287 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
337 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
349 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
715 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
724 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
763 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
1000 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB); in PasteFromFile()
4237 TOOL_NAME); in ReplaceGraphic()
4287 TOOL_NAME, YNC_MB)) { in ReplaceGraphic()
[all …]
H A Dspecial.c137 MsgBox(gszMsgBox, TOOL_NAME, STOP_MB);
201 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
226 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
492 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB); in Instantiate()
498 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB); in Instantiate()
561 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB); in Instantiate()
1860 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
1905 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
2030 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
2350 TOOL_NAME);
[all …]
H A Dexpr.c88 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
98 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
175 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
605 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB); in Operate()
619 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB); in Operate()
805 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
814 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
839 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
851 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
881 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
[all …]
H A Dmainloop.c538 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
583 TOOL_NAME) == NULL) {
592 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
627 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
750 strcpy(package, TOOL_NAME); in InitLocale2()
793 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
1089 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB);
1171 toplevel = XtInitialize(TOOL_NAME, TOOL_NAME, NULL, 0, &origArgC,
1449 TOOL_NAME),
1463 TOOL_NAME),
[all …]
H A Dstream.c78 if ((c_ptr=XGetDefault(mainDisplay,TOOL_NAME,"MaxStreamFilters")) != NULL) { in InitFilter()
82 TOOL_NAME, "MaxStreamFilters", c_ptr); in InitFilter()
83 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB); in InitFilter()
98 if ((c_ptr=XGetDefault(mainDisplay,TOOL_NAME,buf)) == NULL) { in InitFilter()
99 sprintf(gszMsgBox, TgLoadString(STID_CANT_FIND_XDEF), TOOL_NAME, in InitFilter()
101 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB); in InitFilter()
109 sprintf(gszMsgBox, TgLoadString(STID_INVALID_XDEF), TOOL_NAME, in InitFilter()
111 MsgBox(gszMsgBox, TOOL_NAME, INFO_MB); in InitFilter()

12345678910>>...14