Searched refs:_Sfile (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Duux.c37 ASSERT(fprintf(f, "S %s %s %s -%s %s 0666 %s %s\n", a, b, User, _Statop?"o":"", c, User, _Sfile) >= 0, Ct_WRITE, "", errno);\
42 ASSERT(fprintf(f, "R %s %s %s - %s 0666 %s %s\n", a, b, User, _Sfile, User, tbuf) \
56 static char _Sfile[MAXFULLNAME]; variable
138 *_Sfile = '\0';
303 (void) snprintf(_Sfile, (sizeof(_Sfile) - 1),
305 _Sfile[sizeof(_Sfile) - 1] = '\0';
308 (void) snprintf(_Sfile, (sizeof(_Sfile)
[all...]
H A Duuxqt.c839 char _Sfile[MAXFULLNAME]; /* name of local file for status */ local
942 case X_MAILF: /* put status in _Sfile */
944 (void) sscanf(&buf[1], "%256s", _Sfile);
1115 uucpst(Rmtname, _Sfile, "", incmd, msgbuf);
1285 uucpst(Rmtname, _Sfile, "", incmd, msgbuf);
1291 uucpst(Rmtname, _Sfile, errname, incmd, msgbuf);

Completed in 147 milliseconds