Searched refs:defbuf (Results 1 – 1 of 1) sorted by relevance
2691 static char *defbuf; in post_os() local2728 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()