Lines Matching defs:out
118 FILE *out;
152 * fields, potentially from a lower/out level in the stack.
181 fputc(c, state->out);
519 /* extract out raw field value: */
701 fputc(*p, scope->state->out);
765 isa_decode(void *bin, int sz, FILE *out, const struct isa_decode_options *options)
785 state->out = fopen("/dev/null", "w");
788 fclose(state->out);
794 state->out = out;