Searched refs:_Sfile (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/bnu/ |
H A D | uux.c | 37 ASSERT(fprintf(f, "S %s %s %s -%s %s 0666 %s %s\n", a, b, User, _Statop?"o":"", c, User, _Sfile) >=… 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) - 1), 310 _Sfile[sizeof(_Sfile) - 1] = '\0'; 314 strcpy(_Sfile, "dummy"); 434 (void) fprintf(fprx,"%c %s\n", X_MAILF, _Sfile);
|
H A D | uuxqt.c | 839 char _Sfile[MAXFULLNAME]; /* name of local file for status */ local 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);
|