Lines Matching defs:output
587 char **output = data;
588 if (*output != NULL)
589 *output = talloc_strndup_append(*output, piece, len);
598 char *output;
602 output = talloc_strdup(mem_ctx, "");
603 if (safe_format_string_cb(safe_talloc_callback, &output, nctx->fq_fmt, args, 3) < 0)
604 output = NULL;
605 else if (output == NULL)
607 return output;