Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Dmdoc_validate.c2691 static char *defbuf; in post_os() local
2728 if (defbuf == NULL) { in post_os()
2731 defbuf = mandoc_strdup("UNKNOWN"); in post_os()
2733 mandoc_asprintf(&defbuf, "%s %s", in post_os()
2736 mdoc->meta.os = mandoc_strdup(defbuf); in post_os()