Searched refs:infoname (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sbin/savecore/
H A Dsavecore.c437 static char infoname[PATH_MAX], corename[PATH_MAX], linkname[PATH_MAX]; local
618 snprintf(infoname, sizeof(infoname), "info.%d", bounds);
623 fdinfo = open(infoname, O_WRONLY | O_CREAT | O_TRUNC, 0600);
625 syslog(LOG_ERR, "%s: %m", infoname);
683 if (symlink(infoname, "info.last") == -1) {

Completed in 70 milliseconds