Searched refs:Cfile (Results 1 – 3 of 3) sorted by relevance
147 unless (open(Cfile, ">$file")) {155 print Cfile <<EOF;165 print Cfile "#ifndef _PRAUDIT\n";166 print Cfile "/* Internal data type definitions */\n\n";169 print Cfile "static $extDef\n";173 print Cfile "\n/* External event structure to internal event structure */\n\n";195 print Cfile "static struct entry $structName\[$count\] = {\n";204 print Cfile "\t$entry\n";206 print Cfile "};\n";208 print Cfile "static struct translation X_$externalRoot = {\n";[all …]
721 char Cfile[MAXBASENAME+1]; local735 while (gnamef(q, Cfile) == TRUE) {736 if (Cfile[0] == CMDPRE) {
161 open (Cfile, ">$jniFile") or172 print Cfile <<EOF;602 print Cfile qq{/* ARGSUSED */763 close Cfile;