Home
last modified time | relevance | path

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

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