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

/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Dauditxml144 unless (open(Cfile, ">$file")) {
152 print Cfile <<EOF;
162 print Cfile "#ifndef _PRAUDIT\n";
163 print Cfile "/* Internal data type definitions */\n\n";
166 print Cfile "static $extDef\n";
170 print Cfile "\n/* External event structure to internal event structure */\n\n";
192 print Cfile "static struct entry $structName\[$count\] = {\n";
201 print Cfile "\t$entry\n";
203 print Cfile "};\n";
205 print Cfile "stati
[all...]
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dgrades.c721 char Cfile[MAXBASENAME+1]; local
735 while (gnamef(q, Cfile) == TRUE) {
736 if (Cfile[0] == CMDPRE) {
/opensolaris-onvv-gate/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;

Completed in 94 milliseconds