Home
last modified time | relevance | path

Searched refs:Sfile (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duucp.c52 char Sfile[MAXFULLNAME]; variable
108 Optns[3] = Nuser[0] = Sfile[0] = NULLCHAR;
249 (void) snprintf(Sfile, MAXFULLNAME, "%s/%s",
252 (void) snprintf(Sfile, MAXFULLNAME, "%s", fopt);
256 if (strlcpy(Sfile, "dummy", sizeof (Sfile)) >= sizeof (Sfile))
595 *Sfile ? Sfile : "dummy",
651 (long) stbuf.st_mode & LEGALMODE, Nuser, Sfile);
/illumos-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni285 unless (open(Sfile, ">$subclassPath/AuditEvent_$root.java")) {
291 print Sfile <<EOF;
632 print Sfile "\t// Allowed values for eventId in putEvent:\n";
636 print Sfile "\tstatic final int $allowed[$i] = ",
639 print Sfile "\n";
646 print Sfile <<EOF;
713 print Sfile <<EOF;
723 print Sfile <<EOF;
736 print Sfile <<EOF;
748 close Sfile;