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

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/
H A DDebugUtil.java57 * the String prefix to prepend to the output
237 public static void output(String name, Object o) { method in class:DebugUtil
/solaris-userland-s11u3/components/apache2/mod_sed/
H A Dmod_sed.c40 sed_expr_config output; member in struct:sed_config
91 * allocate output buffer
131 * Flush the output data (stored in ctx->outbuf)
147 /* This is a call back function. When libsed wants to generate the output,
173 /* if size is bigger than the allocated buffer directly add to output
240 * output by calling sed_write_output and generates any error by
267 /* Entry function for Sed output filter */
276 sed_expr_config *sed_cfg = &cfg->output;
304 * line. sed_eval_buffer will generates the output by calling
305 * sed_write_output which will add the output t
[all...]

Completed in 232 milliseconds