Searched refs:ARGS (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/
H A DLzmaF86Compress.bat25 set ARGS=%ARGS% %1 variable
30 LzmaCompress %ARGS% %FLAG%
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/
H A Dm_trans_tmp.h34 ARGS )
60 ARGS )
85 ARGS )
107 ARGS )
127 ARGS )
151 ARGS )
175 ARGS )
196 ARGS )
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A DVBoxInterceptor.h72 #define ARGS(x) ARGS##x macro
107 indentRight(), #func_name, off, ARGS(nparams))); \
109 gThis->CONCAT(SERVICE,Orig).func_name(ARGS(nparams)); \
120 indentRight(), #func_name, off, ARGS(nparams))); \
122 r =gThis->CONCAT(SERVICE,Orig).func_name(ARGS(nparams)); \
/vbox/src/VBox/ValidationKit/testboxscript/linux/
H A Dtestboxscript-service.sh134 ARGS=""
137 ARGS="$ARGS '$1'";
140 ARGS="$ARGS --pidfile '$PIDFILE'";
141 su - "${a_USER}" -c "screen -S ${service_name} -d -m ${ARGS} ";
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c573 ARGS and NOARGS are used for function prototypes.
583 #define ARGS(x) x macro
592 #define ARGS(x) ()
685 char *malloc ARGS((size_t size));
687 Void free ARGS((char *p)); /* Syntax error here? Try -DNO_VOID */
689 Void exit ARGS((int status));
691 char *f_rep ARGS((int precision, Long_double val));
702 int fprop ARGS((int byte_size));
703 int dprop ARGS((int byte_size));
704 int ldprop ARGS((in
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Ddepcomp38 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
40 Run PROGRAMS ARGS to compile a file, generating dependencies
45 source Source file read by `PROGRAMS ARGS'.
46 object Object file output by `PROGRAMS ARGS'.

Completed in 1291 milliseconds