Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c182 char busylog[PATH_MAX]; in cppath() local
197 len = snprintf(busylog, sizeof (busylog), in cppath()
199 if (len > sizeof (busylog)) { in cppath()
203 logfp = fopen(busylog, "a"); in cppath()
205 progerr(ERR_LOG, busylog, errno, in cppath()