Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/mandoc/
HDmdoc_validate.c2875 static char *defbuf; in post_os() local
2912 if (defbuf == NULL) { in post_os()
2915 defbuf = mandoc_strdup("UNKNOWN"); in post_os()
2917 mandoc_asprintf(&defbuf, "%s %s", in post_os()
2920 mdoc->meta.os = mandoc_strdup(defbuf); in post_os()