Searched refs:zfile2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/newsyslog/ |
H A D | newsyslog.c | 1883 char zfile1[MAXPATHLEN], zfile2[MAXPATHLEN]; in do_rotate() local 1979 (void) strlcpy(zfile2, file2, MAXPATHLEN); in do_rotate() 1981 (void) strlcat(zfile2, logfile_suffix, MAXPATHLEN); in do_rotate() 1984 printf("\tmv %s %s\n", zfile1, zfile2); in do_rotate() 1987 (void)rename(zfile1, zfile2); in do_rotate() 1989 change_attrs(zfile2, ent); in do_rotate() 1995 sz = sizeof(*zwork) + strlen(zfile2) + 1; in do_rotate() 2001 zwork->zw_fsize = sizefile(zfile2); in do_rotate() 2002 strcpy(zwork->zw_fname, zfile2); in do_rotate()
|