Lines Matching defs:format
74 /* output format */
273 LogFormat format;
275 format = FORMAT_BRIEF;
278 format = FORMAT_BRIEF;
280 format = FORMAT_PROCESS;
282 format = FORMAT_PROCESS;
284 format = FORMAT_PROCESS;
286 format = FORMAT_PROCESS;
288 format = FORMAT_PROCESS;
290 format = FORMAT_PROCESS;
292 format = (LogFormat) atoi(fstr); // really?!
295 logState->outputFormat = format;
344 * Log format parsing taken from the long-dead utils/Log.cpp.