sfpath
"statefile", sfpath, &cpr_status, sf_cmt, 2, 0, 0,
extern int sfpath(void);
if (strlen(cf->cf_path) > sizeof (sfpath)) {
if (strlen(cf->cf_fs) + strlen(cf->cf_path) + 2 > sizeof (sfpath)) {
bzero(sfpath, sizeof (sfpath));
(void) strcpy(sfpath, cpr_cprconfig_to_path());
if (*sfpath != '/') {
"must begin with a /\n", sfpath);
tail = longest = sfpath + 1; /* pt beyond the leading "/" */
if ((error = lookupname(sfpath,
"statefile path %s was not found.\n", sfpath);
if (strcmp(cf->cf_fs, sfpath) == 0) {
if (cpr_is_ufs(vfsp_save) == 0 || strcmp(cf->cf_fs, sfpath)) {
"changed to %s. %s\n", cf->cf_fs, sfpath, rerun);