Lines Matching defs:output
1552 * Write a node to the output file, and restart the worker task.
3104 char *origin = NULL, *file = NULL, *output = NULL;
3243 output = isc_commandline_argument;
3244 if (strcmp(output, "-") == 0)
3502 if (output == NULL) {
3506 output = isc_mem_allocate(mctx, size);
3507 if (output == NULL)
3509 snprintf(output, size, "%s.signed", file);
3733 tempfilelen = strlen(output) + 20;
3738 result = isc_file_mktemplate(output, tempfile, tempfilelen);
3746 fatal("failed to open temporary output file: %s",
3836 result = isc_file_rename(tempfile, output);
3839 output, isc_result_totext(result));
3841 printf("%s\n", output);
3859 isc_mem_free(mctx, output);