Lines Matching defs:content
544 char *content;
547 content = gettext("all");
549 content = gettext("kernel and current process");
551 content = gettext("kernel");
553 (void) fprintf(fp, gettext(" Dump content: %s pages\n"), content);
634 warn(gettext("invalid dump content type -- %s\n"), buf);
675 const char *content;
678 content = DC_STR_ALL;
680 content = DC_STR_CURPROC;
682 content = DC_STR_KERNEL;
684 return (fprintf(fp, "%s\n", content));