Home
last modified time | relevance | path

Searched refs:OUTPUT_BIN (Results 1 – 21 of 21) sorted by relevance

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/libsam/build_gcc/
H A Dsam3.mk44 OUTPUT_BIN = ../../../cores/arduino
151 @echo --- Preparing $(CHIP) files $(OUTPUT_PATH) to $(OUTPUT_BIN)
162 -@mkdir $(subst /,$(SEP),$(OUTPUT_BIN)) 1>$(DEV_NUL) 2>&1
181 @echo --- Cleaning $(CHIP) files $(OUTPUT_PATH) $(subst /,$(SEP),$(OUTPUT_BIN)/$(OUTPUT_LIB))
183 -@$(RM) $(subst /,$(SEP),$(OUTPUT_BIN)/$(OUTPUT_LIB)) 1>$(DEV_NUL) 2>&1
184 -@$(RM) $(subst /,$(SEP),$(OUTPUT_BIN)/$(OUTPUT_LIB)).txt 1>$(DEV_NUL) 2>&1
H A DMakefile35 @$(MAKE) CHIP=__SAM3U4E__ $(SUBMAKE_OPTIONS) OUTPUT_BIN=../../../variants/arduino_due_u -f sam3.mk
43 @$(MAKE) CHIP=__SAM3X8E__ $(SUBMAKE_OPTIONS) OUTPUT_BIN=../../../variants/arduino_due_x -f sam3.mk
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/variants/arduino_due_x/build_gcc/
H A Dlibvariant_arduino_due_x.mk32 OUTPUT_BIN = ../../../cores/arduino
139 @echo --- Preparing variant $(VARIANT) files in $(OUTPUT_PATH) $(OUTPUT_BIN)
182 -@$(RM) $(OUTPUT_BIN)/$(OUTPUT_LIB) 1>NUL 2>&1
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/Examples/cmsis_example/gcc_arm/
H A Dcmsis_example.mk84 OUTPUT_BIN = $(BIN)/cmsis_example_$(BOARD)_$(CHIP)
161 OUTPUT := $(BIN)/$(OUTPUT_BIN)
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/Examples/cmsis_example/gcc_atmel/
H A Dcmsis_example.mk84 OUTPUT_BIN = $(BIN)/cmsis_example_$(BOARD)_$(CHIP)
163 OUTPUT := $(BIN)/$(OUTPUT_BIN)
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/Examples/cmsis_example/gcc/
H A Dcmsis_example.mk84 OUTPUT_BIN = $(BIN)/cmsis_example_$(BOARD)_$(CHIP)
161 OUTPUT := $(BIN)/$(OUTPUT_BIN)
/dports/security/yubico-piv-tool/yubico-piv-tool-2.2.0/common/
H A Dutil.h44 OUTPUT_BIN, enumerator
H A Dutil.c66 case OUTPUT_BIN: in open_file()
/dports/x11/runner/runner-1.1/src/worker/
H A Dwdefines.h106 #define OUTPUT_BIN "xmessage -file %s" macro
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dwdefines.h106 #define OUTPUT_BIN "xmessage -file %s" macro
H A Downop.cc773 … real_view_str = AGUIXUtils::replace_percent_s_quoted( OUTPUT_BIN, tmpoutput, NULL ); in externprog()
H A Dstartprogop.cc336 real_view_str = AGUIXUtils::replace_percent_s_quoted( OUTPUT_BIN, tmpoutput, NULL ); in startprog()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dprintsettings.ccg69 const Glib::ustring PrintSettings::Keys::OUTPUT_BIN = GTK_PRINT_SETTINGS_OUTPUT_BIN;
H A Dprintsettings.hg129 static const Glib::ustring OUTPUT_BIN;
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dprintsettings.h358 static const Glib::ustring OUTPUT_BIN; variable
H A Dprintsettings.cc78 const Glib::ustring PrintSettings::Keys::OUTPUT_BIN = GTK_PRINT_SETTINGS_OUTPUT_BIN; member in Gtk::PrintSettings::Keys
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dprintsettings.h434 static const Glib::ustring OUTPUT_BIN; variable
H A Dprintsettings.cc78 const Glib::ustring PrintSettings::Keys::OUTPUT_BIN = GTK_PRINT_SETTINGS_OUTPUT_BIN; member in Gtk::PrintSettings::Keys
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dprintsettings.ccg69 const Glib::ustring PrintSettings::Keys::OUTPUT_BIN = GTK_PRINT_SETTINGS_OUTPUT_BIN;
H A Dprintsettings.hg127 static const Glib::ustring OUTPUT_BIN;
/dports/security/yubico-piv-tool/yubico-piv-tool-2.2.0/tool/
H A Dyubico-piv-tool.c79 return OUTPUT_BIN; in key_file_mode()
87 return OUTPUT_BIN; in data_file_mode()
1361 output_file = open_file(output, OUTPUT_BIN); in sign_file()