Searched refs:output_file (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/krb5/ss/ |
H A D | utils.c | 13 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 D | mk_cmds.c | 30 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 …]
|
/titanic_41/usr/src/cmd/geniconvtbl/ |
H A D | itmcomp.c | 176 if ((NULL == cmd_opt.output_file) && in itm_compile() 188 itm_output_file = cmd_opt.output_file; in itm_compile() 363 cmd_opt.output_file = optarg; in parse_opts() 405 if ((1 < cmd_opt.input_file_num) && (NULL != cmd_opt.output_file)) { in parse_opts() 411 (NULL == cmd_opt.output_file) && in parse_opts() 429 cmd_opt.output_file)) { in parse_opts() 933 cmd_opt.output_file ? cmd_opt.output_file : "(stdout)"); in trace_option()
|
H A D | itmcomp.h | 96 char *output_file; member
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | libld.intel.msg | 45 @ MSG_SPECFIL_PLTENT "<output_file>"
|
/titanic_41/usr/src/cmd/avs/dscfg/ |
H A D | dscfg.c | 84 char output_file[MAX_FILENAME]; /* specified output file */ variable
|