Searched refs:defbuf (Results 1 – 1 of 1) sorted by relevance
2919 static char *defbuf; in post_os() local2956 if (defbuf == NULL) { in post_os()2959 defbuf = mandoc_strdup("UNKNOWN"); in post_os()2961 mandoc_asprintf(&defbuf, "%s %s", in post_os()2964 mdoc->meta.os = mandoc_strdup(defbuf); in post_os()