Searched refs:Logfile (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uucpdefs.c | 58 GLOBAL char Logfile[MAXFULLNAME]; variable
|
H A D | logent.c | 65 sprintf(logfile, "%s/%s", Logfile, Rmtname);
|
H A D | uucleanup.c | 163 (void) strcpy(Logfile, CLEANUPLOGFILE); 1077 _Lf = fopen(Logfile, "a"); 1078 (void) chmod(Logfile, LOGFILEMODE);
|
H A D | uucp.h | 522 EXTERN char Logfile[MAXFULLNAME]; variable
|
H A D | uucp.c | 85 (void) strcpy(Logfile, LOGUUCP);
|
H A D | uux.c | 119 STRNCPY(Logfile, LOGUUX);
|
H A D | uucico.c | 125 strcpy(Logfile, LOGCICO);
|
H A D | uuxqt.c | 91 (void) strcpy(Logfile, LOGUUXQT);
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | uucp.h | 458 EXTERN char Logfile[]; variable
|