Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/sources/ldap/util/
H A Dlog.c105 char newlog1[PATH_MAX]; in ldaplog() local
133 (void) sprintf(newlog1, "%s.%d", logfile, i-1); in ldaplog()
135 (void) rename(newlog1, newlog2); in ldaplog()
141 (void) rename(logfile, newlog1); in ldaplog()