Searched defs:OPT_STDOUT (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp89 # define OPT_STDOUT 1091 macro
1818 { "--stdout", OPT_STDOUT, RTGETOPT_REQ_STRING },
1888 case OPT_STDOUT:
1890 FILE *pFile = freopen(ValueUnion.psz, "r+", ch == OPT_STDOUT ? stdout : stderr);

Completed in 47 milliseconds