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