Home
last modified time | relevance | path

Searched refs:Cfile (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libbsm/
H A Dauditxml147 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 …]
/titanic_44/usr/src/cmd/bnu/
H A Dgrades.c721 char Cfile[MAXBASENAME+1]; local
735 while (gnamef(q, Cfile) == TRUE) {
736 if (Cfile[0] == CMDPRE) {
/titanic_44/usr/src/lib/libadt_jni/
H A Dauditxml_jni161 open (Cfile, ">$jniFile") or
172 print Cfile <<EOF;
602 print Cfile qq{/* ARGSUSED */
763 close Cfile;