Searched refs:output_file (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/krb5/ss/
H A Dutils.c13 extern FILE *output_file;
23 fputs("static ss_request_entry ", output_file);
24 fputs(sym, output_file);
25 fputs("[] = {\n", output_file);
26 fputs(rql, output_file);
27 fputs(" { 0, 0, 0, 0 }\n", output_file);
28 fputs("};\n\nss_request_table ", output_file);
29 fputs(hdr, output_file);
30 fprintf(output_file, " = { %d, ", SS_RQT_TBL_V2);
31 fputs(sym, output_file);
[all...]
H A Dmk_cmds.c30 extern FILE *output_file;
76 output_file = fopen(c_file, "w+F");
77 if (!output_file) {
82 fputs("/* ", output_file);
83 fputs(c_file, output_file);
84 fputs(" - automatically generated from ", output_file);
85 fputs(path, output_file);
86 fputs(" */\n", output_file);
87 fputs("#include <ss/ss.h>\n\n", output_file);
88 fputs("#ifndef __STDC__\n#define const\n#endif\n\n", output_file);
[all...]
/illumos-gate/usr/src/boot/sys/boot/usb/tools/
H A Dsysinit.c51 static int output_file = -1; variable
113 if (output_file >= 0)
114 close(output_file);
207 output_file = open(output_f, O_TRUNC | O_CREAT | O_RDWR, 0600);
208 if (output_file < 0)
298 do_write(output_file, scratch_buf);
304 do_write(output_file, scratch_buf);
310 do_write(output_file, scratch_buf);
323 do_write(output_file, scratch_buf);
330 do_write(output_file, scratch_bu
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c176 if ((NULL == cmd_opt.output_file) &&
188 itm_output_file = cmd_opt.output_file;
363 cmd_opt.output_file = optarg;
405 if ((1 < cmd_opt.input_file_num) && (NULL != cmd_opt.output_file)) {
411 (NULL == cmd_opt.output_file) &&
429 cmd_opt.output_file)) {
932 itm_error("output_file = %s\n",
933 cmd_opt.output_file ? cmd_opt.output_file : "(stdout)");
H A Ditmcomp.h96 char *output_file; member in struct:__anon598
/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfg.c84 char output_file[MAX_FILENAME]; /* specified output file */ variable

Completed in 62 milliseconds