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

/freebsd-10.0-release/sbin/savecore/
H A Dsavecore.c106 const char *stat_str; local
127 stat_str = "bad";
130 stat_str = "good";
133 stat_str = "unknown";
135 fprintf(f, " Dump Status: %s\n", stat_str);

Completed in 160 milliseconds